2023-12-05T15:37:00.996 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-05T15:37:00.996 DEBUG:teuthology.run:Teuthology command: teuthology --name gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi --archive /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477913 --owner scheduled_gabrioux@teuthology --verbose --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} -- /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477913/orig.config.yaml 2023-12-05T15:37:01.046 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-05T15:37:01.136 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477913 branch: wip-guits-testing-2023-12-05-0857 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@redhat.com first_in_suite: false job_id: '7477913' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-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-2023-12-05-0857 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: e6605fb8725c25c4838cef6a39f30df73f1ed149 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 workunit: branch: wip-guits-testing-2023-12-05-0857 sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 owner: scheduled_gabrioux@teuthology priority: 60 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: 6586 sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2023-12-05-0857 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 targets: smithi016.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi038.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 - cephadm.shell: mon.a: - ceph config set mgr mgr/cephadm/use_repo_digest false --force - cephadm.shell: env: - sha1 mon.a: - radosgw-admin realm create --rgw-realm=r --default - radosgw-admin zonegroup create --rgw-zonegroup=default --master --default - radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default - radosgw-admin period update --rgw-realm=r --commit - ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000 - ceph orch apply rgw smpl - ceph osd pool create foo - rbd pool init foo - ceph orch apply iscsi foo u p - sleep 120 - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 mon.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph orch upgrade status - ceph health detail - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - ceph orch ls | grep '^osd ' - cephadm.shell: mon.a: - ceph orch upgrade ls - ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0 - ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-05_15:27:23 tube: smithi user: gabrioux verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-05T15:37:01.136 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa; will attempt to use it 2023-12-05T15:37:01.137 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks 2023-12-05T15:37:01.137 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-05T15:37:01.139 INFO:teuthology.task.internal:Checking packages... 2023-12-05T15:37:01.166 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e6605fb8725c25c4838cef6a39f30df73f1ed149' 2023-12-05T15:37:01.166 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-05T15:37:01.166 INFO:teuthology.packaging:ref: None 2023-12-05T15:37:01.166 INFO:teuthology.packaging:tag: None 2023-12-05T15:37:01.166 INFO:teuthology.packaging:branch: wip-guits-testing-2023-12-05-0857 2023-12-05T15:37:01.166 INFO:teuthology.packaging:sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T15:37:01.166 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-2023-12-05-0857 2023-12-05T15:37:01.310 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-13-ge6605fb8-1focal 2023-12-05T15:37:01.311 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-05T15:37:01.319 INFO:teuthology.task.internal:no buildpackages task found 2023-12-05T15:37:01.319 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-05T15:37:01.349 INFO:teuthology.task.internal:Saving configuration 2023-12-05T15:37:01.368 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-05T15:37:01.378 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T15:37:01.406 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477913', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-05 15:27:58.457876', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-05T15:37:01.431 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477913', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-05 15:27:58.459375', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-05T15:37:01.431 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-05T15:37:01.439 INFO:teuthology.task.internal:roles: ubuntu@smithi016.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2023-12-05T15:37:01.440 INFO:teuthology.task.internal:roles: ubuntu@smithi038.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2023-12-05T15:37:01.440 INFO:teuthology.run_tasks:Running task console_log... 2023-12-05T15:37:01.536 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f3cb67c50d0>, signals=[15]) 2023-12-05T15:37:01.536 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-05T15:37:01.547 INFO:teuthology.task.internal:Opening connections... 2023-12-05T15:37:01.547 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi016.front.sepia.ceph.com 2023-12-05T15:37:01.549 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:37:01.602 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi038.front.sepia.ceph.com 2023-12-05T15:37:01.603 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:37:01.654 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-05T15:37:01.667 DEBUG:teuthology.orchestra.run.smithi016:> uname -m 2023-12-05T15:37:01.685 INFO:teuthology.orchestra.run.smithi016.stdout:x86_64 2023-12-05T15:37:01.686 DEBUG:teuthology.orchestra.run.smithi016:> cat /etc/os-release 2023-12-05T15:37:01.737 INFO:teuthology.orchestra.run.smithi016.stdout:NAME="Ubuntu" 2023-12-05T15:37:01.737 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-05T15:37:01.737 INFO:teuthology.orchestra.run.smithi016.stdout:ID=ubuntu 2023-12-05T15:37:01.737 INFO:teuthology.orchestra.run.smithi016.stdout:ID_LIKE=debian 2023-12-05T15:37:01.737 INFO:teuthology.orchestra.run.smithi016.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-05T15:37:01.737 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_ID="20.04" 2023-12-05T15:37:01.737 INFO:teuthology.orchestra.run.smithi016.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-05T15:37:01.737 INFO:teuthology.orchestra.run.smithi016.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-05T15:37:01.737 INFO:teuthology.orchestra.run.smithi016.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-05T15:37:01.737 INFO:teuthology.orchestra.run.smithi016.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-05T15:37:01.738 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_CODENAME=focal 2023-12-05T15:37:01.738 INFO:teuthology.orchestra.run.smithi016.stdout:UBUNTU_CODENAME=focal 2023-12-05T15:37:01.738 INFO:teuthology.lock.ops:Updating smithi016.front.sepia.ceph.com on lock server 2023-12-05T15:37:01.762 DEBUG:teuthology.orchestra.run.smithi038:> uname -m 2023-12-05T15:37:01.769 INFO:teuthology.orchestra.run.smithi038.stdout:x86_64 2023-12-05T15:37:01.769 DEBUG:teuthology.orchestra.run.smithi038:> cat /etc/os-release 2023-12-05T15:37:01.818 INFO:teuthology.orchestra.run.smithi038.stdout:NAME="Ubuntu" 2023-12-05T15:37:01.818 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-05T15:37:01.818 INFO:teuthology.orchestra.run.smithi038.stdout:ID=ubuntu 2023-12-05T15:37:01.819 INFO:teuthology.orchestra.run.smithi038.stdout:ID_LIKE=debian 2023-12-05T15:37:01.819 INFO:teuthology.orchestra.run.smithi038.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-05T15:37:01.819 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION_ID="20.04" 2023-12-05T15:37:01.819 INFO:teuthology.orchestra.run.smithi038.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-05T15:37:01.819 INFO:teuthology.orchestra.run.smithi038.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-05T15:37:01.819 INFO:teuthology.orchestra.run.smithi038.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-05T15:37:01.819 INFO:teuthology.orchestra.run.smithi038.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-05T15:37:01.819 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION_CODENAME=focal 2023-12-05T15:37:01.819 INFO:teuthology.orchestra.run.smithi038.stdout:UBUNTU_CODENAME=focal 2023-12-05T15:37:01.819 INFO:teuthology.lock.ops:Updating smithi038.front.sepia.ceph.com on lock server 2023-12-05T15:37:01.840 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-05T15:37:01.855 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-05T15:37:01.871 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-05T15:37:01.871 DEBUG:teuthology.orchestra.run.smithi016:> test '!' -e /home/ubuntu/cephtest 2023-12-05T15:37:01.873 DEBUG:teuthology.orchestra.run.smithi038:> test '!' -e /home/ubuntu/cephtest 2023-12-05T15:37:01.880 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-05T15:37:01.892 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-05T15:37:01.892 DEBUG:teuthology.orchestra.run.smithi016:> test -z $(ls -A /var/lib/ceph) 2023-12-05T15:37:01.894 DEBUG:teuthology.orchestra.run.smithi038:> test -z $(ls -A /var/lib/ceph) 2023-12-05T15:37:01.918 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-05T15:37:01.981 INFO:teuthology.run_tasks:Running task kernel... 2023-12-05T15:37:01.995 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-05T15:37:01.995 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-05T15:37:01.995 DEBUG:teuthology.orchestra.run.smithi016:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-05T15:37:01.996 DEBUG:teuthology.orchestra.run.smithi038:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-05T15:37:02.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:37:02.002 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2023-12-05T15:37:02.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:37:02.003 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2023-12-05T15:37:02.011 INFO:teuthology.orchestra.run.smithi016.stdout:5.4.0-124-generic 2023-12-05T15:37:02.011 INFO:teuthology.orchestra.run.smithi038.stdout:5.4.0-124-generic 2023-12-05T15:37:02.011 INFO:teuthology.task.kernel:Running kernel on smithi016: 5.4.0-124-generic 2023-12-05T15:37:02.012 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get clean 2023-12-05T15:37:02.012 INFO:teuthology.task.kernel:Running kernel on smithi038: 5.4.0-124-generic 2023-12-05T15:37:02.012 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get clean 2023-12-05T15:37:02.117 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get update 2023-12-05T15:37:02.131 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2023-12-05T15:37:02.297 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-05T15:37:02.297 INFO:teuthology.orchestra.run.smithi038.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-05T15:37:02.297 INFO:teuthology.orchestra.run.smithi038.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-05T15:37:02.311 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-05T15:37:02.311 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-05T15:37:02.311 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-05T15:37:02.364 INFO:teuthology.orchestra.run.smithi038.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-05T15:37:02.386 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-05T15:37:02.687 INFO:teuthology.orchestra.run.smithi038.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-05T15:37:02.689 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-05T15:37:02.775 INFO:teuthology.orchestra.run.smithi038.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-05T15:37:02.815 INFO:teuthology.orchestra.run.smithi038.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-05T15:37:02.818 INFO:teuthology.orchestra.run.smithi038.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-05T15:37:02.819 INFO:teuthology.orchestra.run.smithi038.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-05T15:37:02.825 INFO:teuthology.orchestra.run.smithi038.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,993 kB] 2023-12-05T15:37:02.838 INFO:teuthology.orchestra.run.smithi038.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-05T15:37:02.838 INFO:teuthology.orchestra.run.smithi038.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-05T15:37:02.841 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-05T15:37:02.842 INFO:teuthology.orchestra.run.smithi038.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-05T15:37:02.842 INFO:teuthology.orchestra.run.smithi038.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-05T15:37:02.843 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-05T15:37:02.846 INFO:teuthology.orchestra.run.smithi038.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-05T15:37:02.852 INFO:teuthology.orchestra.run.smithi038.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-05T15:37:02.855 INFO:teuthology.orchestra.run.smithi038.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-05T15:37:02.855 INFO:teuthology.orchestra.run.smithi038.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-05T15:37:02.855 INFO:teuthology.orchestra.run.smithi038.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-05T15:37:02.855 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-05T15:37:02.858 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-05T15:37:02.858 INFO:teuthology.orchestra.run.smithi016.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-05T15:37:02.870 INFO:teuthology.orchestra.run.smithi038.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-05T15:37:02.870 INFO:teuthology.orchestra.run.smithi038.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-05T15:37:02.876 INFO:teuthology.orchestra.run.smithi016.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-05T15:37:02.876 INFO:teuthology.orchestra.run.smithi016.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-05T15:37:02.879 INFO:teuthology.orchestra.run.smithi016.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-05T15:37:02.880 INFO:teuthology.orchestra.run.smithi016.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-05T15:37:02.886 INFO:teuthology.orchestra.run.smithi016.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-05T15:37:02.891 INFO:teuthology.orchestra.run.smithi016.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-05T15:37:02.893 INFO:teuthology.orchestra.run.smithi016.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-05T15:37:02.893 INFO:teuthology.orchestra.run.smithi016.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-05T15:37:02.893 INFO:teuthology.orchestra.run.smithi016.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-05T15:37:02.906 INFO:teuthology.orchestra.run.smithi016.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-05T15:37:02.906 INFO:teuthology.orchestra.run.smithi016.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-05T15:37:02.926 INFO:teuthology.orchestra.run.smithi038.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-05T15:37:02.933 INFO:teuthology.orchestra.run.smithi016.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,993 kB] 2023-12-05T15:37:02.934 INFO:teuthology.orchestra.run.smithi038.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-05T15:37:02.940 INFO:teuthology.orchestra.run.smithi038.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-05T15:37:02.940 INFO:teuthology.orchestra.run.smithi038.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-05T15:37:02.970 INFO:teuthology.orchestra.run.smithi038.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-05T15:37:02.970 INFO:teuthology.orchestra.run.smithi038.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-05T15:37:02.973 INFO:teuthology.orchestra.run.smithi038.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-05T15:37:02.973 INFO:teuthology.orchestra.run.smithi038.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-05T15:37:02.978 INFO:teuthology.orchestra.run.smithi038.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-05T15:37:02.982 INFO:teuthology.orchestra.run.smithi016.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-05T15:37:02.986 INFO:teuthology.orchestra.run.smithi038.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-05T15:37:02.987 INFO:teuthology.orchestra.run.smithi016.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-05T15:37:02.987 INFO:teuthology.orchestra.run.smithi016.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-05T15:37:02.988 INFO:teuthology.orchestra.run.smithi038.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-05T15:37:02.988 INFO:teuthology.orchestra.run.smithi038.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-05T15:37:02.989 INFO:teuthology.orchestra.run.smithi038.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-05T15:37:02.989 INFO:teuthology.orchestra.run.smithi038.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-05T15:37:03.004 INFO:teuthology.orchestra.run.smithi038.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-05T15:37:03.004 INFO:teuthology.orchestra.run.smithi038.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-05T15:37:03.005 INFO:teuthology.orchestra.run.smithi038.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-05T15:37:03.005 INFO:teuthology.orchestra.run.smithi038.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-05T15:37:03.005 INFO:teuthology.orchestra.run.smithi038.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-05T15:37:03.012 INFO:teuthology.orchestra.run.smithi016.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-05T15:37:03.012 INFO:teuthology.orchestra.run.smithi016.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-05T15:37:03.017 INFO:teuthology.orchestra.run.smithi016.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-05T15:37:03.017 INFO:teuthology.orchestra.run.smithi016.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-05T15:37:03.021 INFO:teuthology.orchestra.run.smithi038.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-05T15:37:03.021 INFO:teuthology.orchestra.run.smithi038.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-05T15:37:03.022 INFO:teuthology.orchestra.run.smithi016.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-05T15:37:03.033 INFO:teuthology.orchestra.run.smithi016.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-05T15:37:03.035 INFO:teuthology.orchestra.run.smithi016.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-05T15:37:03.035 INFO:teuthology.orchestra.run.smithi016.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-05T15:37:03.036 INFO:teuthology.orchestra.run.smithi016.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-05T15:37:03.036 INFO:teuthology.orchestra.run.smithi016.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-05T15:37:03.036 INFO:teuthology.orchestra.run.smithi016.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-05T15:37:03.056 INFO:teuthology.orchestra.run.smithi016.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-05T15:37:03.057 INFO:teuthology.orchestra.run.smithi016.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-05T15:37:03.057 INFO:teuthology.orchestra.run.smithi016.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-05T15:37:03.057 INFO:teuthology.orchestra.run.smithi016.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-05T15:37:03.057 INFO:teuthology.orchestra.run.smithi016.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-05T15:37:03.075 INFO:teuthology.orchestra.run.smithi016.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-05T15:37:06.953 INFO:teuthology.orchestra.run.smithi038.stdout:Fetched 18.3 MB in 3s (6,701 kB/s) 2023-12-05T15:37:07.202 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 18.3 MB in 3s (6,630 kB/s) 2023-12-05T15:37:08.439 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2023-12-05T15:37:08.464 DEBUG:teuthology.orchestra.run.smithi038:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-05T15:37:08.542 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2023-12-05T15:37:08.749 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2023-12-05T15:37:08.752 INFO:teuthology.orchestra.run.smithi038.stdout:Building dependency tree... 2023-12-05T15:37:08.752 INFO:teuthology.orchestra.run.smithi038.stdout:Reading state information... 2023-12-05T15:37:08.776 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-05T15:37:08.844 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2023-12-05T15:37:08.953 INFO:teuthology.orchestra.run.smithi038.stdout:The following additional packages will be installed: 2023-12-05T15:37:08.953 INFO:teuthology.orchestra.run.smithi038.stdout: linux-generic linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-05T15:37:08.953 INFO:teuthology.orchestra.run.smithi038.stdout: linux-headers-generic linux-image-5.4.0-167-generic 2023-12-05T15:37:08.953 INFO:teuthology.orchestra.run.smithi038.stdout: linux-modules-5.4.0-167-generic linux-modules-extra-5.4.0-167-generic 2023-12-05T15:37:08.954 INFO:teuthology.orchestra.run.smithi038.stdout:Suggested packages: 2023-12-05T15:37:08.954 INFO:teuthology.orchestra.run.smithi038.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-05T15:37:08.954 INFO:teuthology.orchestra.run.smithi038.stdout:Recommended packages: 2023-12-05T15:37:08.954 INFO:teuthology.orchestra.run.smithi038.stdout: thermald 2023-12-05T15:37:09.025 INFO:teuthology.orchestra.run.smithi038.stdout:The following NEW packages will be installed: 2023-12-05T15:37:09.025 INFO:teuthology.orchestra.run.smithi038.stdout: linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-05T15:37:09.025 INFO:teuthology.orchestra.run.smithi038.stdout: linux-image-5.4.0-167-generic linux-modules-5.4.0-167-generic 2023-12-05T15:37:09.025 INFO:teuthology.orchestra.run.smithi038.stdout: linux-modules-extra-5.4.0-167-generic 2023-12-05T15:37:09.026 INFO:teuthology.orchestra.run.smithi038.stdout:The following packages will be upgraded: 2023-12-05T15:37:09.027 INFO:teuthology.orchestra.run.smithi038.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-05T15:37:09.057 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2023-12-05T15:37:09.057 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2023-12-05T15:37:09.079 INFO:teuthology.orchestra.run.smithi038.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-05T15:37:09.080 INFO:teuthology.orchestra.run.smithi038.stdout:Need to get 77.0 MB of archives. 2023-12-05T15:37:09.080 INFO:teuthology.orchestra.run.smithi038.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-05T15:37:09.080 INFO:teuthology.orchestra.run.smithi038.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-167-generic amd64 5.4.0-167.184 [15.0 MB] 2023-12-05T15:37:09.244 INFO:teuthology.orchestra.run.smithi016.stdout:The following additional packages will be installed: 2023-12-05T15:37:09.245 INFO:teuthology.orchestra.run.smithi016.stdout: linux-generic linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-05T15:37:09.245 INFO:teuthology.orchestra.run.smithi016.stdout: linux-headers-generic linux-image-5.4.0-167-generic 2023-12-05T15:37:09.245 INFO:teuthology.orchestra.run.smithi016.stdout: linux-modules-5.4.0-167-generic linux-modules-extra-5.4.0-167-generic 2023-12-05T15:37:09.246 INFO:teuthology.orchestra.run.smithi016.stdout:Suggested packages: 2023-12-05T15:37:09.246 INFO:teuthology.orchestra.run.smithi016.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-05T15:37:09.246 INFO:teuthology.orchestra.run.smithi016.stdout:Recommended packages: 2023-12-05T15:37:09.246 INFO:teuthology.orchestra.run.smithi016.stdout: thermald 2023-12-05T15:37:09.306 INFO:teuthology.orchestra.run.smithi016.stdout:The following NEW packages will be installed: 2023-12-05T15:37:09.307 INFO:teuthology.orchestra.run.smithi016.stdout: linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-05T15:37:09.307 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.4.0-167-generic linux-modules-5.4.0-167-generic 2023-12-05T15:37:09.307 INFO:teuthology.orchestra.run.smithi016.stdout: linux-modules-extra-5.4.0-167-generic 2023-12-05T15:37:09.308 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages will be upgraded: 2023-12-05T15:37:09.309 INFO:teuthology.orchestra.run.smithi016.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-05T15:37:09.387 INFO:teuthology.orchestra.run.smithi038.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-167-generic amd64 5.4.0-167.184 [10.5 MB] 2023-12-05T15:37:09.481 INFO:teuthology.orchestra.run.smithi038.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-167-generic amd64 5.4.0-167.184 [39.2 MB] 2023-12-05T15:37:09.491 INFO:teuthology.orchestra.run.smithi016.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-05T15:37:09.491 INFO:teuthology.orchestra.run.smithi016.stdout:Need to get 77.0 MB of archives. 2023-12-05T15:37:09.491 INFO:teuthology.orchestra.run.smithi016.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-05T15:37:09.491 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-167-generic amd64 5.4.0-167.184 [15.0 MB] 2023-12-05T15:37:09.958 INFO:teuthology.orchestra.run.smithi038.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.167.164 [1,900 B] 2023-12-05T15:37:09.958 INFO:teuthology.orchestra.run.smithi038.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.167.164 [2,564 B] 2023-12-05T15:37:09.958 INFO:teuthology.orchestra.run.smithi038.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-167 all 5.4.0-167.184 [11.0 MB] 2023-12-05T15:37:10.055 INFO:teuthology.orchestra.run.smithi038.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-167-generic amd64 5.4.0-167.184 [1,367 kB] 2023-12-05T15:37:10.065 INFO:teuthology.orchestra.run.smithi038.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.167.164 [2,428 B] 2023-12-05T15:37:10.637 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-167-generic amd64 5.4.0-167.184 [10.5 MB] 2023-12-05T15:37:10.813 INFO:teuthology.orchestra.run.smithi038.stdout:Fetched 77.0 MB in 1s (74.7 MB/s) 2023-12-05T15:37:10.907 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-167-generic amd64 5.4.0-167.184 [39.2 MB] 2023-12-05T15:37:10.992 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-modules-5.4.0-167-generic. 2023-12-05T15:37:12.276 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.167.164 [1,900 B] 2023-12-05T15:37:12.276 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.167.164 [2,564 B] 2023-12-05T15:37:12.276 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-167 all 5.4.0-167.184 [11.0 MB] 2023-12-05T15:37:12.548 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-167-generic amd64 5.4.0-167.184 [1,367 kB] 2023-12-05T15:37:12.603 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.167.164 [2,428 B] 2023-12-05T15:37:12.703 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.) 2023-12-05T15:37:12.708 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../0-linux-modules-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-05T15:37:12.816 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T15:37:13.272 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 77.0 MB in 3s (23.4 MB/s) 2023-12-05T15:37:13.441 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-modules-5.4.0-167-generic. 2023-12-05T15:37:14.724 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-image-5.4.0-167-generic. 2023-12-05T15:37:14.740 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../1-linux-image-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-05T15:37:14.846 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T15:37:15.141 INFO:teuthology.orchestra.run.smithi016.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-12-05T15:37:15.146 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../0-linux-modules-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-05T15:37:15.280 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T15:37:15.977 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-167-generic. 2023-12-05T15:37:15.990 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-05T15:37:16.026 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T15:37:17.239 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-image-5.4.0-167-generic. 2023-12-05T15:37:17.253 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../1-linux-image-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-05T15:37:17.370 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T15:37:18.492 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-167-generic. 2023-12-05T15:37:18.505 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-05T15:37:18.576 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T15:37:20.723 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../3-linux-generic_5.4.0.167.164_amd64.deb ... 2023-12-05T15:37:20.870 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-05T15:37:21.217 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.167.164_amd64.deb ... 2023-12-05T15:37:21.362 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-image-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-05T15:37:21.690 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-headers-5.4.0-167. 2023-12-05T15:37:21.706 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../5-linux-headers-5.4.0-167_5.4.0-167.184_all.deb ... 2023-12-05T15:37:21.748 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-05T15:37:23.654 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../3-linux-generic_5.4.0.167.164_amd64.deb ... 2023-12-05T15:37:23.798 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-05T15:37:24.151 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.167.164_amd64.deb ... 2023-12-05T15:37:24.278 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-image-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-05T15:37:24.646 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-headers-5.4.0-167. 2023-12-05T15:37:24.663 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../5-linux-headers-5.4.0-167_5.4.0-167.184_all.deb ... 2023-12-05T15:37:24.704 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-05T15:37:27.115 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-headers-5.4.0-167-generic. 2023-12-05T15:37:27.134 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../6-linux-headers-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-05T15:37:27.178 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T15:37:30.134 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-headers-5.4.0-167-generic. 2023-12-05T15:37:30.157 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../6-linux-headers-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-05T15:37:30.199 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T15:37:31.378 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.167.164_amd64.deb ... 2023-12-05T15:37:31.506 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-headers-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-05T15:37:31.891 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T15:37:33.015 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.167.164_amd64.deb ... 2023-12-05T15:37:33.112 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-05T15:37:33.167 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-05T15:37:33.255 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T15:37:33.381 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T15:37:33.621 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T15:37:34.569 INFO:teuthology.orchestra.run.smithi038.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-167-generic 2023-12-05T15:37:34.569 INFO:teuthology.orchestra.run.smithi038.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-167-generic 2023-12-05T15:37:34.707 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T15:37:34.906 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-05T15:37:35.032 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T15:37:35.158 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T15:37:36.493 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-image-generic (5.4.0.167.164) ... 2023-12-05T15:37:36.619 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-headers-generic (5.4.0.167.164) ... 2023-12-05T15:37:36.745 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-generic (5.4.0.167.164) ... 2023-12-05T15:37:36.767 INFO:teuthology.orchestra.run.smithi016.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-167-generic 2023-12-05T15:37:36.767 INFO:teuthology.orchestra.run.smithi016.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-167-generic 2023-12-05T15:37:36.871 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T15:37:36.919 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T15:37:36.976 INFO:teuthology.orchestra.run.smithi038.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-05T15:37:36.976 INFO:teuthology.orchestra.run.smithi038.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-167-generic 2023-12-05T15:37:38.145 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-image-generic (5.4.0.167.164) ... 2023-12-05T15:37:38.305 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-generic (5.4.0.167.164) ... 2023-12-05T15:37:38.430 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-generic (5.4.0.167.164) ... 2023-12-05T15:37:38.557 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-05T15:37:38.633 INFO:teuthology.orchestra.run.smithi016.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-05T15:37:38.633 INFO:teuthology.orchestra.run.smithi016.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-167-generic 2023-12-05T15:38:00.046 INFO:teuthology.orchestra.run.smithi038.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-05T15:38:00.046 INFO:teuthology.orchestra.run.smithi038.stdout:Sourcing file `/etc/default/grub' 2023-12-05T15:38:00.073 INFO:teuthology.orchestra.run.smithi038.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-05T15:38:00.138 INFO:teuthology.orchestra.run.smithi038.stdout:Generating grub configuration file ... 2023-12-05T15:38:00.501 INFO:teuthology.orchestra.run.smithi038.stdout:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-05T15:38:00.526 INFO:teuthology.orchestra.run.smithi038.stdout:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-05T15:38:00.813 INFO:teuthology.orchestra.run.smithi016.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-05T15:38:00.813 INFO:teuthology.orchestra.run.smithi016.stdout:Sourcing file `/etc/default/grub' 2023-12-05T15:38:00.830 INFO:teuthology.orchestra.run.smithi016.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-05T15:38:00.851 INFO:teuthology.orchestra.run.smithi016.stdout:Generating grub configuration file ... 2023-12-05T15:38:00.995 INFO:teuthology.orchestra.run.smithi038.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-05T15:38:01.006 INFO:teuthology.orchestra.run.smithi038.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-05T15:38:01.183 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-05T15:38:01.212 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-05T15:38:01.630 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-05T15:38:01.642 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-05T15:38:03.516 INFO:teuthology.orchestra.run.smithi038.stdout:done 2023-12-05T15:38:03.947 DEBUG:teuthology.orchestra.run.smithi038:> dpkg -s linux-image-generic 2023-12-05T15:38:03.990 INFO:teuthology.orchestra.run.smithi038.stdout:Package: linux-image-generic 2023-12-05T15:38:03.990 INFO:teuthology.orchestra.run.smithi038.stdout:Status: install ok installed 2023-12-05T15:38:03.990 INFO:teuthology.orchestra.run.smithi038.stdout:Priority: optional 2023-12-05T15:38:03.990 INFO:teuthology.orchestra.run.smithi038.stdout:Section: kernel 2023-12-05T15:38:03.990 INFO:teuthology.orchestra.run.smithi038.stdout:Installed-Size: 20 2023-12-05T15:38:03.990 INFO:teuthology.orchestra.run.smithi038.stdout:Maintainer: Ubuntu Kernel Team 2023-12-05T15:38:03.990 INFO:teuthology.orchestra.run.smithi038.stdout:Architecture: amd64 2023-12-05T15:38:03.990 INFO:teuthology.orchestra.run.smithi038.stdout:Source: linux-meta 2023-12-05T15:38:03.990 INFO:teuthology.orchestra.run.smithi038.stdout:Version: 5.4.0.167.164 2023-12-05T15:38:03.990 INFO:teuthology.orchestra.run.smithi038.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-12-05T15:38:03.991 INFO:teuthology.orchestra.run.smithi038.stdout:Depends: linux-image-5.4.0-167-generic, linux-modules-extra-5.4.0-167-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-05T15:38:03.991 INFO:teuthology.orchestra.run.smithi038.stdout:Recommends: thermald 2023-12-05T15:38:03.991 INFO:teuthology.orchestra.run.smithi038.stdout:Description: Generic Linux kernel image 2023-12-05T15:38:03.991 INFO:teuthology.orchestra.run.smithi038.stdout: This package will always depend on the latest generic kernel image 2023-12-05T15:38:03.991 INFO:teuthology.orchestra.run.smithi038.stdout: available. 2023-12-05T15:38:03.991 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-167-generic 2023-12-05T15:38:03.991 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-05T15:38:03.991 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-05T15:38:03.991 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-12-05T15:38:03.991 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi038.front.sepia.ceph.com, path=None, version=distro) 2023-12-05T15:38:03.992 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get clean 2023-12-05T15:38:04.128 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get update 2023-12-05T15:38:04.330 INFO:teuthology.orchestra.run.smithi016.stdout:done 2023-12-05T15:38:04.410 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-05T15:38:04.426 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-05T15:38:04.480 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-05T15:38:04.568 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-05T15:38:04.746 DEBUG:teuthology.orchestra.run.smithi016:> dpkg -s linux-image-generic 2023-12-05T15:38:04.802 INFO:teuthology.orchestra.run.smithi016.stdout:Package: linux-image-generic 2023-12-05T15:38:04.802 INFO:teuthology.orchestra.run.smithi016.stdout:Status: install ok installed 2023-12-05T15:38:04.802 INFO:teuthology.orchestra.run.smithi016.stdout:Priority: optional 2023-12-05T15:38:04.802 INFO:teuthology.orchestra.run.smithi016.stdout:Section: kernel 2023-12-05T15:38:04.802 INFO:teuthology.orchestra.run.smithi016.stdout:Installed-Size: 20 2023-12-05T15:38:04.802 INFO:teuthology.orchestra.run.smithi016.stdout:Maintainer: Ubuntu Kernel Team 2023-12-05T15:38:04.802 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: amd64 2023-12-05T15:38:04.802 INFO:teuthology.orchestra.run.smithi016.stdout:Source: linux-meta 2023-12-05T15:38:04.802 INFO:teuthology.orchestra.run.smithi016.stdout:Version: 5.4.0.167.164 2023-12-05T15:38:04.802 INFO:teuthology.orchestra.run.smithi016.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-12-05T15:38:04.802 INFO:teuthology.orchestra.run.smithi016.stdout:Depends: linux-image-5.4.0-167-generic, linux-modules-extra-5.4.0-167-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-05T15:38:04.803 INFO:teuthology.orchestra.run.smithi016.stdout:Recommends: thermald 2023-12-05T15:38:04.803 INFO:teuthology.orchestra.run.smithi016.stdout:Description: Generic Linux kernel image 2023-12-05T15:38:04.803 INFO:teuthology.orchestra.run.smithi016.stdout: This package will always depend on the latest generic kernel image 2023-12-05T15:38:04.803 INFO:teuthology.orchestra.run.smithi016.stdout: available. 2023-12-05T15:38:04.803 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-167-generic 2023-12-05T15:38:04.803 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-05T15:38:04.803 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-05T15:38:04.803 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-12-05T15:38:04.803 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi016.front.sepia.ceph.com, path=None, version=distro) 2023-12-05T15:38:04.803 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get clean 2023-12-05T15:38:04.889 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2023-12-05T15:38:05.022 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-05T15:38:05.022 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-05T15:38:05.036 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-05T15:38:05.056 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-05T15:38:06.213 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2023-12-05T15:38:06.239 DEBUG:teuthology.orchestra.run.smithi038:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-05T15:38:06.308 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2023-12-05T15:38:06.517 INFO:teuthology.orchestra.run.smithi038.stdout:Building dependency tree... 2023-12-05T15:38:06.517 INFO:teuthology.orchestra.run.smithi038.stdout:Reading state information... 2023-12-05T15:38:06.748 INFO:teuthology.orchestra.run.smithi038.stdout:linux-image-generic is already the newest version (5.4.0.167.164). 2023-12-05T15:38:06.748 INFO:teuthology.orchestra.run.smithi038.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-05T15:38:06.750 DEBUG:teuthology.orchestra.run.smithi038:> dpkg -s linux-image-generic 2023-12-05T15:38:06.773 INFO:teuthology.orchestra.run.smithi038.stdout:Package: linux-image-generic 2023-12-05T15:38:06.773 INFO:teuthology.orchestra.run.smithi038.stdout:Status: install ok installed 2023-12-05T15:38:06.774 INFO:teuthology.orchestra.run.smithi038.stdout:Priority: optional 2023-12-05T15:38:06.774 INFO:teuthology.orchestra.run.smithi038.stdout:Section: kernel 2023-12-05T15:38:06.774 INFO:teuthology.orchestra.run.smithi038.stdout:Installed-Size: 20 2023-12-05T15:38:06.774 INFO:teuthology.orchestra.run.smithi038.stdout:Maintainer: Ubuntu Kernel Team 2023-12-05T15:38:06.774 INFO:teuthology.orchestra.run.smithi038.stdout:Architecture: amd64 2023-12-05T15:38:06.777 INFO:teuthology.orchestra.run.smithi038.stdout:Source: linux-meta 2023-12-05T15:38:06.779 INFO:teuthology.orchestra.run.smithi038.stdout:Version: 5.4.0.167.164 2023-12-05T15:38:06.779 INFO:teuthology.orchestra.run.smithi038.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-12-05T15:38:06.779 INFO:teuthology.orchestra.run.smithi038.stdout:Depends: linux-image-5.4.0-167-generic, linux-modules-extra-5.4.0-167-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-05T15:38:06.779 INFO:teuthology.orchestra.run.smithi038.stdout:Recommends: thermald 2023-12-05T15:38:06.779 INFO:teuthology.orchestra.run.smithi038.stdout:Description: Generic Linux kernel image 2023-12-05T15:38:06.780 INFO:teuthology.orchestra.run.smithi038.stdout: This package will always depend on the latest generic kernel image 2023-12-05T15:38:06.780 INFO:teuthology.orchestra.run.smithi038.stdout: available. 2023-12-05T15:38:06.781 DEBUG:teuthology.orchestra.run.smithi038:> mktemp 2023-12-05T15:38:06.788 INFO:teuthology.orchestra.run.smithi038.stdout:/tmp/tmp.1ZE4myATxN 2023-12-05T15:38:06.789 DEBUG:teuthology.orchestra.run.smithi038:> sudo cp /boot/grub/grub.cfg /tmp/tmp.1ZE4myATxN 2023-12-05T15:38:06.803 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 0666 /tmp/tmp.1ZE4myATxN 2023-12-05T15:38:06.836 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2023-12-05T15:38:06.863 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-05T15:38:06.885 DEBUG:teuthology.orchestra.remote:smithi038:/tmp/tmp.1ZE4myATxN is 9KB 2023-12-05T15:38:06.900 DEBUG:teuthology.orchestra.run.smithi038:> rm -fr /tmp/tmp.1ZE4myATxN 2023-12-05T15:38:06.906 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-05T15:38:06.932 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2023-12-05T15:38:06.968 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-05T15:38:06.968 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-05T15:38:06.968 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-05T15:38:07.001 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-167-generic 2023-12-05T15:38:07.001 DEBUG:teuthology.orchestra.run.smithi038:> sudo update-grub 2023-12-05T15:38:07.141 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2023-12-05T15:38:07.142 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2023-12-05T15:38:07.375 INFO:teuthology.orchestra.run.smithi016.stdout:linux-image-generic is already the newest version (5.4.0.167.164). 2023-12-05T15:38:07.376 INFO:teuthology.orchestra.run.smithi016.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-05T15:38:07.378 DEBUG:teuthology.orchestra.run.smithi016:> dpkg -s linux-image-generic 2023-12-05T15:38:07.399 INFO:teuthology.orchestra.run.smithi016.stdout:Package: linux-image-generic 2023-12-05T15:38:07.399 INFO:teuthology.orchestra.run.smithi016.stdout:Status: install ok installed 2023-12-05T15:38:07.399 INFO:teuthology.orchestra.run.smithi016.stdout:Priority: optional 2023-12-05T15:38:07.400 INFO:teuthology.orchestra.run.smithi016.stdout:Section: kernel 2023-12-05T15:38:07.400 INFO:teuthology.orchestra.run.smithi016.stdout:Installed-Size: 20 2023-12-05T15:38:07.400 INFO:teuthology.orchestra.run.smithi016.stdout:Maintainer: Ubuntu Kernel Team 2023-12-05T15:38:07.400 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: amd64 2023-12-05T15:38:07.400 INFO:teuthology.orchestra.run.smithi016.stdout:Source: linux-meta 2023-12-05T15:38:07.400 INFO:teuthology.orchestra.run.smithi016.stdout:Version: 5.4.0.167.164 2023-12-05T15:38:07.400 INFO:teuthology.orchestra.run.smithi016.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-12-05T15:38:07.400 INFO:teuthology.orchestra.run.smithi016.stdout:Depends: linux-image-5.4.0-167-generic, linux-modules-extra-5.4.0-167-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-05T15:38:07.400 INFO:teuthology.orchestra.run.smithi016.stdout:Recommends: thermald 2023-12-05T15:38:07.400 INFO:teuthology.orchestra.run.smithi016.stdout:Description: Generic Linux kernel image 2023-12-05T15:38:07.400 INFO:teuthology.orchestra.run.smithi016.stdout: This package will always depend on the latest generic kernel image 2023-12-05T15:38:07.400 INFO:teuthology.orchestra.run.smithi016.stdout: available. 2023-12-05T15:38:07.401 DEBUG:teuthology.orchestra.run.smithi016:> mktemp 2023-12-05T15:38:07.449 INFO:teuthology.orchestra.run.smithi016.stdout:/tmp/tmp.f3nyj7sMfE 2023-12-05T15:38:07.450 DEBUG:teuthology.orchestra.run.smithi016:> sudo cp /boot/grub/grub.cfg /tmp/tmp.f3nyj7sMfE 2023-12-05T15:38:07.464 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 0666 /tmp/tmp.f3nyj7sMfE 2023-12-05T15:38:07.507 DEBUG:teuthology.orchestra.remote:smithi016:/tmp/tmp.f3nyj7sMfE is 9KB 2023-12-05T15:38:07.523 DEBUG:teuthology.orchestra.run.smithi016:> rm -fr /tmp/tmp.f3nyj7sMfE 2023-12-05T15:38:07.529 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-05T15:38:07.584 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-12-05T15:38:07.584 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-05T15:38:07.584 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-05T15:38:07.618 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-167-generic 2023-12-05T15:38:07.618 DEBUG:teuthology.orchestra.run.smithi016:> sudo update-grub 2023-12-05T15:38:08.276 INFO:teuthology.orchestra.run.smithi038.stderr:Sourcing file `/etc/default/grub' 2023-12-05T15:38:08.280 INFO:teuthology.orchestra.run.smithi038.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-05T15:38:08.288 INFO:teuthology.orchestra.run.smithi038.stderr:Generating grub configuration file ... 2023-12-05T15:38:08.529 INFO:teuthology.orchestra.run.smithi038.stderr:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-05T15:38:08.540 INFO:teuthology.orchestra.run.smithi038.stderr:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-05T15:38:08.881 INFO:teuthology.orchestra.run.smithi038.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-05T15:38:08.893 INFO:teuthology.orchestra.run.smithi038.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-05T15:38:09.095 INFO:teuthology.orchestra.run.smithi016.stderr:Sourcing file `/etc/default/grub' 2023-12-05T15:38:09.106 INFO:teuthology.orchestra.run.smithi016.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-05T15:38:09.116 INFO:teuthology.orchestra.run.smithi016.stderr:Generating grub configuration file ... 2023-12-05T15:38:09.364 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-05T15:38:09.376 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-05T15:38:09.723 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-05T15:38:09.735 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-05T15:38:10.386 INFO:teuthology.orchestra.run.smithi038.stderr:done 2023-12-05T15:38:10.388 DEBUG:teuthology.orchestra.run.smithi038:> sudo shutdown -r now 2023-12-05T15:38:11.369 INFO:teuthology.orchestra.run.smithi016.stderr:done 2023-12-05T15:38:11.370 DEBUG:teuthology.orchestra.run.smithi016:> sudo shutdown -r now 2023-12-05T15:38:40.418 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-12-05T15:38:40.419 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-05T15:38:40.420 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:38:41.374 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-12-05T15:38:41.374 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2023-12-05T15:38:41.375 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:38:58.786 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.38 2023-12-05T15:38:59.814 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.16 2023-12-05T15:39:07.794 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-05T15:39:07.795 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:39:08.815 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2023-12-05T15:39:08.816 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:39:10.854 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.38 2023-12-05T15:39:22.866 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-05T15:39:22.867 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:39:54.689 DEBUG:teuthology.orchestra.run.smithi038:> true 2023-12-05T15:39:55.598 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-05T15:39:55.598 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-167-generic"... 2023-12-05T15:39:55.598 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2023-12-05T15:39:55.647 INFO:teuthology.orchestra.run.smithi038.stdout:5.4.0-167-generic 2023-12-05T15:39:55.647 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-167-generic vs 5.4.0-167-generic 2023-12-05T15:39:55.647 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-05T15:39:55.647 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-05T15:39:56.648 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-05T15:39:56.648 DEBUG:teuthology.orchestra.run.smithi038:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-05T15:39:56.723 INFO:teuthology.orchestra.run.smithi038.stdout:ttyS1 2023-12-05T15:39:56.744 DEBUG:teuthology.parallel:result is None 2023-12-05T15:40:08.820 DEBUG:teuthology.orchestra.remote:timed out 2023-12-05T15:40:20.821 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2023-12-05T15:40:20.822 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:40:21.044 DEBUG:teuthology.orchestra.run.smithi016:> true 2023-12-05T15:40:21.640 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2023-12-05T15:40:21.640 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-167-generic"... 2023-12-05T15:40:21.641 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2023-12-05T15:40:21.647 INFO:teuthology.orchestra.run.smithi016.stdout:5.4.0-167-generic 2023-12-05T15:40:21.647 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-167-generic vs 5.4.0-167-generic 2023-12-05T15:40:21.647 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-05T15:40:21.647 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-05T15:40:22.648 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-05T15:40:22.649 DEBUG:teuthology.orchestra.run.smithi016:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-05T15:40:22.730 INFO:teuthology.orchestra.run.smithi016.stdout:ttyS1 2023-12-05T15:40:22.761 DEBUG:teuthology.parallel:result is None 2023-12-05T15:40:22.761 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-05T15:40:22.769 INFO:teuthology.task.internal:Creating test directory... 2023-12-05T15:40:22.770 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-05T15:40:22.772 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-05T15:40:22.780 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-05T15:40:22.790 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-05T15:40:22.801 INFO:teuthology.task.internal:Creating archive directory... 2023-12-05T15:40:22.801 DEBUG:teuthology.orchestra.run.smithi016:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-05T15:40:22.803 DEBUG:teuthology.orchestra.run.smithi038:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-05T15:40:22.846 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-05T15:40:22.853 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-05T15:40:22.853 DEBUG:teuthology.orchestra.run.smithi016:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-05T15:40:22.861 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 2023-12-05T15:40:22.877 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T15:40:22.884 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T15:40:22.888 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T15:40:22.899 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T15:40:22.901 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-05T15:40:22.911 INFO:teuthology.task.internal:Configuring sudo... 2023-12-05T15:40:22.911 DEBUG:teuthology.orchestra.run.smithi016:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-05T15:40:22.913 DEBUG:teuthology.orchestra.run.smithi038:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-05T15:40:22.929 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-05T15:40:22.940 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-05T15:40:22.940 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-05T15:40:22.943 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-05T15:40:22.979 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T15:40:22.998 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T15:40:23.007 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-12-05T15:40:23.007 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-05T15:40:23.032 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T15:40:23.040 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T15:40:23.048 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-05T15:40:23.048 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-05T15:40:23.115 DEBUG:teuthology.orchestra.run.smithi016:> sudo service rsyslog restart 2023-12-05T15:40:23.117 DEBUG:teuthology.orchestra.run.smithi038:> sudo service rsyslog restart 2023-12-05T15:40:23.169 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-05T15:40:23.176 INFO:teuthology.task.internal:Starting timer... 2023-12-05T15:40:23.176 INFO:teuthology.run_tasks:Running task pcp... 2023-12-05T15:40:23.186 INFO:teuthology.run_tasks:Running task selinux... 2023-12-05T15:40:23.196 DEBUG:teuthology.task.selinux:Excluding smithi016: OS 'ubuntu' does not support SELinux 2023-12-05T15:40:23.196 DEBUG:teuthology.task.selinux:Excluding smithi038: OS 'ubuntu' does not support SELinux 2023-12-05T15:40:23.196 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-05T15:40:23.197 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-05T15:40:23.197 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-05T15:40:23.197 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-05T15:40:23.210 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-05T15:40:23.214 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-05T15:40:23.406 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-05T15:40:23.428 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-05T15:40:23.429 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi016.front.sepia.ceph.com,smithi038.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-05T15:46:28.100 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi016.front.sepia.ceph.com'), Remote(name='ubuntu@smithi038.front.sepia.ceph.com')] 2023-12-05T15:46:28.101 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2023-12-05T15:46:28.102 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:46:28.152 DEBUG:teuthology.orchestra.run.smithi016:> true 2023-12-05T15:46:28.275 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2023-12-05T15:46:28.276 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-05T15:46:28.276 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:46:28.326 DEBUG:teuthology.orchestra.run.smithi038:> true 2023-12-05T15:46:28.448 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-05T15:46:28.448 INFO:teuthology.run_tasks:Running task clock... 2023-12-05T15:46:28.462 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-05T15:46:28.463 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-05T15:46:28.463 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-05T15:46:28.466 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-05T15:46:28.466 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 2023-12-05T15:46:28.497 INFO:teuthology.orchestra.run.smithi016.stdout: 5 Dec 15:46:28 ntpd[23542]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-05T15:46:28.497 INFO:teuthology.orchestra.run.smithi016.stdout: 5 Dec 15:46:28 ntpd[23542]: Command line: ntpd -gq 2023-12-05T15:46:28.497 INFO:teuthology.orchestra.run.smithi016.stdout: 5 Dec 15:46:28 ntpd[23542]: proto: precision = 0.062 usec (-24) 2023-12-05T15:46:28.498 INFO:teuthology.orchestra.run.smithi016.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-05T15:46:28.498 INFO:teuthology.orchestra.run.smithi016.stdout: 5 Dec 15:46:28 ntpd[23542]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-05T15:46:28.499 INFO:teuthology.orchestra.run.smithi016.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-05T15:46:28.499 INFO:teuthology.orchestra.run.smithi016.stdout: 5 Dec 15:46:28 ntpd[23542]: restrict ::: KOD does nothing without LIMITED. 2023-12-05T15:46:28.500 INFO:teuthology.orchestra.run.smithi016.stdout: 5 Dec 15:46:28 ntpd[23542]: Listen and drop on 0 v6wildcard [::]:123 2023-12-05T15:46:28.500 INFO:teuthology.orchestra.run.smithi016.stdout: 5 Dec 15:46:28 ntpd[23542]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-05T15:46:28.500 INFO:teuthology.orchestra.run.smithi016.stdout: 5 Dec 15:46:28 ntpd[23542]: Listen normally on 2 lo 127.0.0.1:123 2023-12-05T15:46:28.500 INFO:teuthology.orchestra.run.smithi016.stdout: 5 Dec 15:46:28 ntpd[23542]: Listen normally on 3 ens1f0 172.21.15.16:123 2023-12-05T15:46:28.500 INFO:teuthology.orchestra.run.smithi016.stdout: 5 Dec 15:46:28 ntpd[23542]: Listen normally on 4 lo [::1]:123 2023-12-05T15:46:28.500 INFO:teuthology.orchestra.run.smithi016.stdout: 5 Dec 15:46:28 ntpd[23542]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1564%4]:123 2023-12-05T15:46:28.500 INFO:teuthology.orchestra.run.smithi016.stdout: 5 Dec 15:46:28 ntpd[23542]: Listening on routing socket on fd #22 for interface updates 2023-12-05T15:46:28.502 INFO:teuthology.orchestra.run.smithi038.stdout: 5 Dec 15:46:28 ntpd[23463]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-05T15:46:28.502 INFO:teuthology.orchestra.run.smithi038.stdout: 5 Dec 15:46:28 ntpd[23463]: Command line: ntpd -gq 2023-12-05T15:46:28.503 INFO:teuthology.orchestra.run.smithi038.stdout: 5 Dec 15:46:28 ntpd[23463]: proto: precision = 0.100 usec (-23) 2023-12-05T15:46:28.503 INFO:teuthology.orchestra.run.smithi038.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-05T15:46:28.504 INFO:teuthology.orchestra.run.smithi038.stdout: 5 Dec 15:46:28 ntpd[23463]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-05T15:46:28.504 INFO:teuthology.orchestra.run.smithi038.stdout: 5 Dec 15:46:28 ntpd[23463]: restrict ::: KOD does nothing without LIMITED. 2023-12-05T15:46:28.504 INFO:teuthology.orchestra.run.smithi038.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-05T15:46:28.505 INFO:teuthology.orchestra.run.smithi038.stdout: 5 Dec 15:46:28 ntpd[23463]: Listen and drop on 0 v6wildcard [::]:123 2023-12-05T15:46:28.505 INFO:teuthology.orchestra.run.smithi038.stdout: 5 Dec 15:46:28 ntpd[23463]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-05T15:46:28.505 INFO:teuthology.orchestra.run.smithi038.stdout: 5 Dec 15:46:28 ntpd[23463]: Listen normally on 2 lo 127.0.0.1:123 2023-12-05T15:46:28.505 INFO:teuthology.orchestra.run.smithi038.stdout: 5 Dec 15:46:28 ntpd[23463]: Listen normally on 3 ens1f0 172.21.15.38:123 2023-12-05T15:46:28.505 INFO:teuthology.orchestra.run.smithi038.stdout: 5 Dec 15:46:28 ntpd[23463]: Listen normally on 4 lo [::1]:123 2023-12-05T15:46:28.505 INFO:teuthology.orchestra.run.smithi038.stdout: 5 Dec 15:46:28 ntpd[23463]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15fc%3]:123 2023-12-05T15:46:28.505 INFO:teuthology.orchestra.run.smithi038.stdout: 5 Dec 15:46:28 ntpd[23463]: Listening on routing socket on fd #22 for interface updates 2023-12-05T15:46:29.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:29 ntpd[23542]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:29.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:29 ntpd[23542]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:29.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:29 ntpd[23542]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:29.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:29 ntpd[23542]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:29.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:29 ntpd[23542]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T15:46:29.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:29 ntpd[23542]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T15:46:29.502 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:29 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:29.502 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:29 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:29.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:29 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:29.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:29 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:29.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:29 ntpd[23463]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T15:46:29.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:29 ntpd[23463]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T15:46:31.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:31 ntpd[23542]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:31.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:31 ntpd[23542]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:31.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:31 ntpd[23542]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:31.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:31 ntpd[23542]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:31.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:31 ntpd[23542]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:31.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:31 ntpd[23542]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:31.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:31 ntpd[23542]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T15:46:31.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:31 ntpd[23542]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T15:46:31.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:31 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:31.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:31 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:31.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:31 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:31.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:31 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:31.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:31 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:31.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:31 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:31.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:31 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:31.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:31 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:31.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:31 ntpd[23463]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T15:46:31.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:31 ntpd[23463]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T15:46:31.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:31 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:31.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:31 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:31.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:31 ntpd[23463]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T15:46:31.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:31 ntpd[23463]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T15:46:32.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:32 ntpd[23542]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:32.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:32 ntpd[23542]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:32.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:32 ntpd[23542]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:32.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:32 ntpd[23542]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:32.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:32 ntpd[23542]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T15:46:32.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:32 ntpd[23542]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T15:46:32.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:32 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:32.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:32 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:32.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:32 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:32.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:32 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:32.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:32 ntpd[23463]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T15:46:32.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:32 ntpd[23463]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T15:46:33.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:33 ntpd[23542]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:33.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:33 ntpd[23542]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:33.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:33 ntpd[23542]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:33.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:33 ntpd[23542]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:33.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:33 ntpd[23542]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:33.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:33 ntpd[23542]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:33.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:33 ntpd[23542]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T15:46:33.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:33 ntpd[23542]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T15:46:33.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:33 ntpd[23542]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:33.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:33 ntpd[23542]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:33.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:33 ntpd[23542]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T15:46:33.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:33 ntpd[23542]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T15:46:33.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:33 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:33.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:33 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:33.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:33 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:33.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:33 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:33.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:33 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:33.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:33 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:33.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:33 ntpd[23463]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T15:46:33.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:33 ntpd[23463]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T15:46:33.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:33 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:33.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:33 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:33.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:33 ntpd[23463]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T15:46:33.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:33 ntpd[23463]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T15:46:34.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:34 ntpd[23542]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:34.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:34 ntpd[23542]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:34.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:34 ntpd[23542]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:34.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:34 ntpd[23542]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:34.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:34 ntpd[23542]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T15:46:34.498 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:34 ntpd[23542]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T15:46:34.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:34 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:34.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:34 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:34.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:34 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:34.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:34 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:34.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:34 ntpd[23463]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T15:46:34.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:34 ntpd[23463]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T15:46:35.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:35 ntpd[23542]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:35.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:35 ntpd[23542]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:35.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:35 ntpd[23542]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:35.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:35 ntpd[23542]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:35.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:35 ntpd[23542]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:35.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:35 ntpd[23542]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:35.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:35 ntpd[23542]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T15:46:35.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:35 ntpd[23542]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T15:46:35.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:35 ntpd[23542]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:35.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:35 ntpd[23542]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:35.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:35 ntpd[23542]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T15:46:35.499 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:35 ntpd[23542]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T15:46:35.500 INFO:teuthology.orchestra.run.smithi016.stdout: 5 Dec 15:46:35 ntpd[23542]: ntpd: time slew -0.000496 s 2023-12-05T15:46:35.500 INFO:teuthology.orchestra.run.smithi016.stdout:ntpd: time slew -0.000496s 2023-12-05T15:46:35.500 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:35 ntpd[23542]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-05T15:46:35.500 INFO:teuthology.orchestra.run.smithi016.stderr: 5 Dec 15:46:35 ntpd[23542]: can't open /var/log/ntpstats/loopstats.20231205: Permission denied 2023-12-05T15:46:35.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:35 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:35.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:35 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:35.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:35 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:35.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:35 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:35.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:35 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:35.503 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:35 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:35.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:35 ntpd[23463]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T15:46:35.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:35 ntpd[23463]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T15:46:35.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:35 ntpd[23463]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-05T15:46:35.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:35 ntpd[23463]: can't open /var/log/ntpstats/rawstats.20231205: Permission denied 2023-12-05T15:46:35.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:35 ntpd[23463]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-05T15:46:35.504 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:35 ntpd[23463]: can't open /var/log/ntpstats/peerstats.20231205: Permission denied 2023-12-05T15:46:35.504 INFO:teuthology.orchestra.run.smithi038.stdout: 5 Dec 15:46:35 ntpd[23463]: ntpd: time slew +0.002302 s 2023-12-05T15:46:35.504 INFO:teuthology.orchestra.run.smithi038.stdout:ntpd: time slew +0.002302s 2023-12-05T15:46:35.505 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:35 ntpd[23463]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-05T15:46:35.505 INFO:teuthology.orchestra.run.smithi038.stderr: 5 Dec 15:46:35 ntpd[23463]: can't open /var/log/ntpstats/loopstats.20231205: Permission denied 2023-12-05T15:46:35.563 INFO:teuthology.orchestra.run.smithi016.stdout: remote refid st t when poll reach delay offset jitter 2023-12-05T15:46:35.563 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================== 2023-12-05T15:46:35.563 INFO:teuthology.orchestra.run.smithi016.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-05T15:46:35.563 INFO:teuthology.orchestra.run.smithi016.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-05T15:46:35.563 INFO:teuthology.orchestra.run.smithi016.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-05T15:46:35.563 INFO:teuthology.orchestra.run.smithi016.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-05T15:46:35.569 INFO:teuthology.orchestra.run.smithi038.stdout: remote refid st t when poll reach delay offset jitter 2023-12-05T15:46:35.569 INFO:teuthology.orchestra.run.smithi038.stdout:============================================================================== 2023-12-05T15:46:35.569 INFO:teuthology.orchestra.run.smithi038.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-05T15:46:35.569 INFO:teuthology.orchestra.run.smithi038.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-05T15:46:35.569 INFO:teuthology.orchestra.run.smithi038.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-05T15:46:35.569 INFO:teuthology.orchestra.run.smithi038.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-05T15:46:35.570 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-05T15:46:35.642 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': 'e6605fb8725c25c4838cef6a39f30df73f1ed149'} 2023-12-05T15:46:35.642 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-05T15:46:35.642 INFO:tasks.cephadm:Cluster fsid is 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:46:35.643 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-05T15:46:35.643 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.16', 'mon.c': '[v2:172.21.15.16:3301,v1:172.21.15.16:6790]', 'mon.b': '172.21.15.38'} 2023-12-05T15:46:35.643 INFO:tasks.cephadm:First mon is mon.a on smithi016 2023-12-05T15:46:35.643 INFO:tasks.cephadm:First mgr is y 2023-12-05T15:46:35.643 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-05T15:46:35.643 DEBUG:teuthology.orchestra.run.smithi016:> sudo hostname $(hostname -s) 2023-12-05T15:46:35.659 DEBUG:teuthology.orchestra.run.smithi038:> sudo hostname $(hostname -s) 2023-12-05T15:46:35.677 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-05T15:46:35.678 DEBUG:teuthology.orchestra.run.smithi016:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-05T15:46:35.851 INFO:teuthology.orchestra.run.smithi016.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 5 15:46 /home/ubuntu/cephtest/cephadm 2023-12-05T15:46:35.851 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 2023-12-05T15:46:36.013 INFO:teuthology.orchestra.run.smithi038.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 5 15:46 /home/ubuntu/cephtest/cephadm 2023-12-05T15:46:36.013 DEBUG:teuthology.orchestra.run.smithi016:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-05T15:46:36.022 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 2023-12-05T15:46:36.041 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-05T15:46:36.041 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-05T15:46:36.043 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-05T15:46:36.302 INFO:teuthology.orchestra.run.smithi016.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-05T15:46:36.310 INFO:teuthology.orchestra.run.smithi038.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-05T15:47:12.976 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2023-12-05T15:47:12.977 INFO:teuthology.orchestra.run.smithi038.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-05T15:47:12.977 INFO:teuthology.orchestra.run.smithi038.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-05T15:47:12.977 INFO:teuthology.orchestra.run.smithi038.stdout: "repo_digests": [ 2023-12-05T15:47:12.977 INFO:teuthology.orchestra.run.smithi038.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-05T15:47:12.977 INFO:teuthology.orchestra.run.smithi038.stdout: ] 2023-12-05T15:47:12.977 INFO:teuthology.orchestra.run.smithi038.stdout:} 2023-12-05T15:47:14.685 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T15:47:14.686 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-05T15:47:14.686 INFO:teuthology.orchestra.run.smithi016.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-05T15:47:14.686 INFO:teuthology.orchestra.run.smithi016.stdout: "repo_digests": [ 2023-12-05T15:47:14.686 INFO:teuthology.orchestra.run.smithi016.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-05T15:47:14.686 INFO:teuthology.orchestra.run.smithi016.stdout: ] 2023-12-05T15:47:14.686 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T15:47:14.711 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /etc/ceph 2023-12-05T15:47:14.728 DEBUG:teuthology.orchestra.run.smithi038:> sudo mkdir -p /etc/ceph 2023-12-05T15:47:14.745 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 777 /etc/ceph 2023-12-05T15:47:14.784 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 777 /etc/ceph 2023-12-05T15:47:14.799 INFO:tasks.cephadm:Writing seed config... 2023-12-05T15:47:14.800 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-12-05T15:47:14.800 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-05T15:47:14.800 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-05T15:47:14.800 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-12-05T15:47:14.801 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-05T15:47:14.801 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-05T15:47:14.801 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-05T15:47:14.801 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-05T15:47:14.801 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-05T15:47:14.801 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-12-05T15:47:14.801 DEBUG:teuthology.orchestra.run.smithi016:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-05T15:47:14.808 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 787c96ca-9385-11ee-95a2-87774f69a715 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = 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 2023-12-05T15:47:14.809 DEBUG:teuthology.orchestra.run.smithi016:mon.a> sudo journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@mon.a.service 2023-12-05T15:47:14.811 DEBUG:teuthology.orchestra.run.smithi016:mgr.y> sudo journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@mgr.y.service 2023-12-05T15:47:14.813 INFO:tasks.cephadm:Bootstrapping... 2023-12-05T15:47:14.813 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 787c96ca-9385-11ee-95a2-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id y --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.16 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-05T15:47:14.977 INFO:teuthology.orchestra.run.smithi016.stderr:-------------------------------------------------------------------------------- 2023-12-05T15:47:14.977 INFO:teuthology.orchestra.run.smithi016.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '787c96ca-9385-11ee-95a2-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'y', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.16', '--skip-admin-label'] 2023-12-05T15:47:14.977 INFO:teuthology.orchestra.run.smithi016.stderr:Verifying podman|docker is present... 2023-12-05T15:47:14.977 INFO:teuthology.orchestra.run.smithi016.stderr:Verifying lvm2 is present... 2023-12-05T15:47:14.977 INFO:teuthology.orchestra.run.smithi016.stderr:Verifying time synchronization is in place... 2023-12-05T15:47:14.984 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-05T15:47:14.991 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: inactive 2023-12-05T15:47:14.997 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-05T15:47:15.003 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: inactive 2023-12-05T15:47:15.010 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: masked 2023-12-05T15:47:15.016 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: inactive 2023-12-05T15:47:15.022 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-05T15:47:15.030 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: inactive 2023-12-05T15:47:15.038 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: enabled 2023-12-05T15:47:15.043 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: active 2023-12-05T15:47:15.044 INFO:teuthology.orchestra.run.smithi016.stderr:Unit ntp.service is enabled and running 2023-12-05T15:47:15.045 INFO:teuthology.orchestra.run.smithi016.stderr:Repeating the final host check... 2023-12-05T15:47:15.045 INFO:teuthology.orchestra.run.smithi016.stderr:docker (/usr/bin/docker) is present 2023-12-05T15:47:15.045 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl is present 2023-12-05T15:47:15.045 INFO:teuthology.orchestra.run.smithi016.stderr:lvcreate is present 2023-12-05T15:47:15.050 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-05T15:47:15.056 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: inactive 2023-12-05T15:47:15.062 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-05T15:47:15.068 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: inactive 2023-12-05T15:47:15.074 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: masked 2023-12-05T15:47:15.080 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: inactive 2023-12-05T15:47:15.087 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-05T15:47:15.094 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: inactive 2023-12-05T15:47:15.102 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: enabled 2023-12-05T15:47:15.109 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: active 2023-12-05T15:47:15.110 INFO:teuthology.orchestra.run.smithi016.stderr:Unit ntp.service is enabled and running 2023-12-05T15:47:15.110 INFO:teuthology.orchestra.run.smithi016.stderr:Host looks OK 2023-12-05T15:47:15.110 INFO:teuthology.orchestra.run.smithi016.stderr:Cluster fsid: 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:47:15.111 INFO:teuthology.orchestra.run.smithi016.stderr:Acquiring lock 140660702689600 on /run/cephadm/787c96ca-9385-11ee-95a2-87774f69a715.lock 2023-12-05T15:47:15.111 INFO:teuthology.orchestra.run.smithi016.stderr:Lock 140660702689600 acquired on /run/cephadm/787c96ca-9385-11ee-95a2-87774f69a715.lock 2023-12-05T15:47:15.111 INFO:teuthology.orchestra.run.smithi016.stderr:Verifying IP 172.21.15.16 port 3300 ... 2023-12-05T15:47:15.111 INFO:teuthology.orchestra.run.smithi016.stderr:Verifying IP 172.21.15.16 port 6789 ... 2023-12-05T15:47:15.111 INFO:teuthology.orchestra.run.smithi016.stderr:Base mon IP is 172.21.15.16, final addrv is [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2023-12-05T15:47:15.114 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/sbin/ip: default via 172.21.15.254 dev ens1f0 2023-12-05T15:47:15.115 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-05T15:47:15.115 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.16 2023-12-05T15:47:15.120 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-05T15:47:15.120 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-05T15:47:15.120 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2023-12-05T15:47:15.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T15:47:15.125 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-05T15:47:15.125 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-12-05T15:47:15.125 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-05T15:47:15.125 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-05T15:47:15.125 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:febd:1564/64 scope link 2023-12-05T15:47:15.125 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-05T15:47:15.126 INFO:teuthology.orchestra.run.smithi016.stderr:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2023-12-05T15:47:15.126 INFO:teuthology.orchestra.run.smithi016.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-05T15:47:15.127 INFO:teuthology.orchestra.run.smithi016.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-05T15:47:15.132 INFO:journalctl@ceph.mgr.y.smithi016.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T15:47:15.611 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/docker: v17.2.0: Pulling from ceph/ceph 2023-12-05T15:47:15.709 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/docker: Digest: sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a 2023-12-05T15:47:15.709 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/docker: Status: Image is up to date for quay.io/ceph/ceph:v17.2.0 2023-12-05T15:47:15.742 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/docker: quay.io/ceph/ceph:v17.2.0 2023-12-05T15:47:16.750 INFO:teuthology.orchestra.run.smithi016.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-05T15:47:17.289 INFO:teuthology.orchestra.run.smithi016.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-05T15:47:17.289 INFO:teuthology.orchestra.run.smithi016.stderr:Extracting ceph user uid/gid from container image... 2023-12-05T15:47:18.062 INFO:teuthology.orchestra.run.smithi016.stderr:stat: 167 167 2023-12-05T15:47:18.786 INFO:teuthology.orchestra.run.smithi016.stderr:Creating initial keys... 2023-12-05T15:47:19.591 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-authtool: AQAHRm9lWs4RIxAAIED0qzEC2V6mHpdIcAb+nA== 2023-12-05T15:47:21.032 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-authtool: AQAJRm9lbZG5ARAA5Ji7EFPgUOkefMNu1HI9iQ== 2023-12-05T15:47:22.371 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-authtool: AQAKRm9lwoP5FRAAX+K6WZFbTCx3N6pCM6/0jQ== 2023-12-05T15:47:22.993 INFO:teuthology.orchestra.run.smithi016.stderr:Creating initial monmap... 2023-12-05T15:47:23.840 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-05T15:47:23.841 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-05T15:47:23.841 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:47:23.841 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-05T15:47:24.504 INFO:teuthology.orchestra.run.smithi016.stderr:monmaptool for a [v2:172.21.15.16:3300,v1:172.21.15.16:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-05T15:47:24.504 INFO:teuthology.orchestra.run.smithi016.stderr:setting min_mon_release = octopus 2023-12-05T15:47:24.504 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/monmaptool: set fsid to 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:47:24.505 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-05T15:47:24.505 INFO:teuthology.orchestra.run.smithi016.stderr: 2023-12-05T15:47:24.505 INFO:teuthology.orchestra.run.smithi016.stderr:Creating mon... 2023-12-05T15:47:25.291 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.283+0000 7f2737efb880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-05T15:47:25.291 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.283+0000 7f2737efb880 1 imported monmap: 2023-12-05T15:47:25.291 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-05T15:47:25.291 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: fsid 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:47:25.291 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: last_changed 2023-12-05T15:47:23.837412+0000 2023-12-05T15:47:25.292 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: created 2023-12-05T15:47:23.837412+0000 2023-12-05T15:47:25.292 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: min_mon_release 15 (octopus) 2023-12-05T15:47:25.292 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-05T15:47:25.292 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2023-12-05T15:47:25.293 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.293 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.283+0000 7f2737efb880 0 /usr/bin/ceph-mon: set fsid to 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:47:25.293 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: RocksDB version: 6.15.5 2023-12-05T15:47:25.293 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.294 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-05T15:47:25.294 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Compile date Apr 18 2022 2023-12-05T15:47:25.294 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: DB SUMMARY 2023-12-05T15:47:25.294 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.298 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: DB Session ID: 478SXWB3WETWDL1PPPRQ 2023-12-05T15:47:25.298 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2023-12-05T15:47:25.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2023-12-05T15:47:25.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.error_if_exists: 0 2023-12-05T15:47:25.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.create_if_missing: 1 2023-12-05T15:47:25.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.paranoid_checks: 1 2023-12-05T15:47:25.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-05T15:47:25.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.env: 0x55d31a129860 2023-12-05T15:47:25.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.fs: Posix File System 2023-12-05T15:47:25.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.info_log: 0x55d31b477320 2023-12-05T15:47:25.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-05T15:47:25.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.statistics: (nil) 2023-12-05T15:47:25.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.use_fsync: 0 2023-12-05T15:47:25.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_log_file_size: 0 2023-12-05T15:47:25.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-05T15:47:25.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-05T15:47:25.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-05T15:47:25.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-05T15:47:25.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.allow_fallocate: 1 2023-12-05T15:47:25.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-05T15:47:25.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-05T15:47:25.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.use_direct_reads: 0 2023-12-05T15:47:25.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-05T15:47:25.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-05T15:47:25.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.db_log_dir: 2023-12-05T15:47:25.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-05T15:47:25.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-05T15:47:25.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-05T15:47:25.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-05T15:47:25.301 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-05T15:47:25.301 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-05T15:47:25.301 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-05T15:47:25.301 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-05T15:47:25.301 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-05T15:47:25.301 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.write_buffer_manager: 0x55d31b717950 2023-12-05T15:47:25.301 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-05T15:47:25.305 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-05T15:47:25.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-05T15:47:25.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-05T15:47:25.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-05T15:47:25.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-05T15:47:25.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-05T15:47:25.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-05T15:47:25.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-05T15:47:25.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.unordered_write: 0 2023-12-05T15:47:25.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-05T15:47:25.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-05T15:47:25.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-05T15:47:25.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-05T15:47:25.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.row_cache: None 2023-12-05T15:47:25.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.wal_filter: None 2023-12-05T15:47:25.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-05T15:47:25.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-05T15:47:25.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.preserve_deletes: 0 2023-12-05T15:47:25.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.two_write_queues: 0 2023-12-05T15:47:25.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-05T15:47:25.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.atomic_flush: 0 2023-12-05T15:47:25.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-05T15:47:25.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-05T15:47:25.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-05T15:47:25.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.log_readahead_size: 0 2023-12-05T15:47:25.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-05T15:47:25.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-05T15:47:25.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-05T15:47:25.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-05T15:47:25.308 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-05T15:47:25.308 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-05T15:47:25.308 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_background_jobs: 2 2023-12-05T15:47:25.308 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_background_compactions: -1 2023-12-05T15:47:25.308 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_subcompactions: 1 2023-12-05T15:47:25.308 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-05T15:47:25.308 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-05T15:47:25.308 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-05T15:47:25.308 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-05T15:47:25.308 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-05T15:47:25.308 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-05T15:47:25.308 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-05T15:47:25.308 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-05T15:47:25.308 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_open_files: -1 2023-12-05T15:47:25.309 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-05T15:47:25.309 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-05T15:47:25.309 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-05T15:47:25.309 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-05T15:47:25.309 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_background_flushes: -1 2023-12-05T15:47:25.325 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Compression algorithms supported: 2023-12-05T15:47:25.325 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-05T15:47:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: kZSTD supported: 0 2023-12-05T15:47:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: kXpressCompression supported: 0 2023-12-05T15:47:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-05T15:47:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: kLZ4Compression supported: 1 2023-12-05T15:47:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: kBZip2Compression supported: 0 2023-12-05T15:47:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: kZlibCompression supported: 1 2023-12-05T15:47:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: kSnappyCompression supported: 1 2023-12-05T15:47:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-05T15:47:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2023-12-05T15:47:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2023-12-05T15:47:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-05T15:47:25.326 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-05T15:47:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.merge_operator: 2023-12-05T15:47:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compaction_filter: None 2023-12-05T15:47:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-05T15:47:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-05T15:47:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-05T15:47:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-05T15:47:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d31b440d10) 2023-12-05T15:47:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-05T15:47:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-05T15:47:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-05T15:47:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-05T15:47:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-05T15:47:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-05T15:47:25.327 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-05T15:47:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-05T15:47:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-05T15:47:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-05T15:47:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-05T15:47:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: block_cache: 0x55d31b4a8170 2023-12-05T15:47:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-05T15:47:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-05T15:47:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-05T15:47:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-05T15:47:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-05T15:47:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-05T15:47:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-05T15:47:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-05T15:47:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-05T15:47:25.328 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-05T15:47:25.329 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-05T15:47:25.329 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-05T15:47:25.329 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-05T15:47:25.329 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-05T15:47:25.329 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-05T15:47:25.329 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-05T15:47:25.329 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-05T15:47:25.329 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-05T15:47:25.329 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-05T15:47:25.329 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: format_version: 4 2023-12-05T15:47:25.329 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-05T15:47:25.329 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-05T15:47:25.329 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.329 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-05T15:47:25.330 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-05T15:47:25.330 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compression: NoCompression 2023-12-05T15:47:25.330 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-05T15:47:25.330 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-05T15:47:25.330 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-05T15:47:25.330 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.num_levels: 7 2023-12-05T15:47:25.330 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-05T15:47:25.330 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-05T15:47:25.330 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-05T15:47:25.330 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-05T15:47:25.330 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-05T15:47:25.330 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-05T15:47:25.330 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-05T15:47:25.330 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-05T15:47:25.330 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-05T15:47:25.331 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-05T15:47:25.331 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-05T15:47:25.331 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-05T15:47:25.331 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-05T15:47:25.331 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-05T15:47:25.331 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-05T15:47:25.331 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-05T15:47:25.331 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-05T15:47:25.331 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-05T15:47:25.331 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-05T15:47:25.331 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-05T15:47:25.331 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-05T15:47:25.331 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-05T15:47:25.331 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-05T15:47:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-05T15:47:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-05T15:47:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-05T15:47:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-05T15:47:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-05T15:47:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-05T15:47:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-05T15:47:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-05T15:47:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-05T15:47:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-05T15:47:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-05T15:47:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-05T15:47:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-05T15:47:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-05T15:47:25.332 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-05T15:47:25.333 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-05T15:47:25.333 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-05T15:47:25.333 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-05T15:47:25.333 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-05T15:47:25.333 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-05T15:47:25.333 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-05T15:47:25.333 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-05T15:47:25.333 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-05T15:47:25.333 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-05T15:47:25.333 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-05T15:47:25.333 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-05T15:47:25.333 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.table_properties_collectors: 2023-12-05T15:47:25.333 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.inplace_update_support: 0 2023-12-05T15:47:25.333 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-05T15:47:25.334 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-05T15:47:25.334 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-05T15:47:25.334 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-05T15:47:25.334 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.bloom_locality: 0 2023-12-05T15:47:25.334 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.max_successive_merges: 0 2023-12-05T15:47:25.334 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-05T15:47:25.334 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-05T15:47:25.334 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-05T15:47:25.334 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-05T15:47:25.334 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.ttl: 2592000 2023-12-05T15:47:25.334 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-05T15:47:25.334 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.enable_blob_files: false 2023-12-05T15:47:25.334 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.min_blob_size: 0 2023-12-05T15:47:25.334 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-05T15:47:25.335 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-05T15:47:25.335 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-05T15:47:25.335 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.287+0000 7f2737efb880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-05T15:47:25.335 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.291+0000 7f2737efb880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-05T15:47:25.335 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.335 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.291+0000 7f2737efb880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-05T15:47:25.335 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.335 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.291+0000 7f2737efb880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 3 2023-12-05T15:47:25.335 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.335 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.291+0000 7f2737efb880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55d31b48e700 2023-12-05T15:47:25.335 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.291+0000 7f2737efb880 4 rocksdb: DB pointer 0x55d31b502000 2023-12-05T15:47:25.335 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.295+0000 7f2729ae5700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-05T15:47:25.335 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.295+0000 7f2729ae5700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-05T15:47:25.335 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-05T15:47:25.335 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T15:47:25.336 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-05T15:47:25.336 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T15:47:25.336 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T15:47:25.336 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-05T15:47:25.336 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-05T15:47:25.336 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T15:47:25.336 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.336 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-05T15:47:25.336 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-05T15:47:25.336 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T15:47:25.336 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-05T15:47:25.336 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-05T15:47:25.336 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.336 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-05T15:47:25.336 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-05T15:47:25.337 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T15:47:25.337 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T15:47:25.337 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T15:47:25.337 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T15:47:25.337 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T15:47:25.337 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T15:47:25.337 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-05T15:47:25.337 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T15:47:25.337 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T15:47:25.337 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-05T15:47:25.337 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.337 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-05T15:47:25.337 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.337 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-05T15:47:25.337 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-05T15:47:25.338 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T15:47:25.338 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-05T15:47:25.338 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-05T15:47:25.338 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.338 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-05T15:47:25.338 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-05T15:47:25.338 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T15:47:25.338 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T15:47:25.338 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T15:47:25.338 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T15:47:25.338 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T15:47:25.338 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T15:47:25.338 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-05T15:47:25.338 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T15:47:25.339 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T15:47:25.339 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-05T15:47:25.339 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.339 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-05T15:47:25.339 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2023-12-05T15:47:25.339 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.295+0000 7f2737efb880 4 rocksdb: [db/db_impl/db_impl.cc:447] Shutdown: canceling all background work 2023-12-05T15:47:25.339 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.295+0000 7f2737efb880 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2023-12-05T15:47:25.339 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2023-12-05T15:47:25.295+0000 7f2737efb880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2023-12-05T15:47:25.927 INFO:teuthology.orchestra.run.smithi016.stderr:create mon.a on 2023-12-05T15:47:26.139 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-05T15:47:26.341 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-787c96ca-9385-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-787c96ca-9385-11ee-95a2-87774f69a715.target. 2023-12-05T15:47:26.341 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-787c96ca-9385-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-787c96ca-9385-11ee-95a2-87774f69a715.target. 2023-12-05T15:47:26.743 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Failed to reset failed state of unit ceph-787c96ca-9385-11ee-95a2-87774f69a715@mon.a.service: Unit ceph-787c96ca-9385-11ee-95a2-87774f69a715@mon.a.service not loaded. 2023-12-05T15:47:26.751 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Created symlink /etc/systemd/system/ceph-787c96ca-9385-11ee-95a2-87774f69a715.target.wants/ceph-787c96ca-9385-11ee-95a2-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-787c96ca-9385-11ee-95a2-87774f69a715@.service. 2023-12-05T15:47:26.948 INFO:teuthology.orchestra.run.smithi016.stderr:firewalld does not appear to be present 2023-12-05T15:47:26.948 INFO:teuthology.orchestra.run.smithi016.stderr:Not possible to enable service . firewalld.service is not available 2023-12-05T15:47:26.948 INFO:teuthology.orchestra.run.smithi016.stderr:Waiting for mon to start... 2023-12-05T15:47:26.948 INFO:teuthology.orchestra.run.smithi016.stderr:Waiting for mon... 2023-12-05T15:47:28.512 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: cluster: 2023-12-05T15:47:28.512 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: id: 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:47:28.512 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-05T15:47:28.512 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2023-12-05T15:47:28.513 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: services: 2023-12-05T15:47:28.514 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.236493s) 2023-12-05T15:47:28.514 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-05T15:47:28.514 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-05T15:47:28.514 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2023-12-05T15:47:28.514 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: data: 2023-12-05T15:47:28.514 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-05T15:47:28.514 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-05T15:47:28.514 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-05T15:47:28.514 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: pgs: 2023-12-05T15:47:28.514 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2023-12-05T15:47:28.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:28 smithi016 bash[24535]: cluster 2023-12-05T15:47:28.266896+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-05T15:47:29.187 INFO:teuthology.orchestra.run.smithi016.stderr:mon is available 2023-12-05T15:47:29.187 INFO:teuthology.orchestra.run.smithi016.stderr:Assimilating anything we can from ceph.conf... 2023-12-05T15:47:29.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:29 smithi016 bash[24535]: cluster 2023-12-05T15:47:28.271701+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-05T15:47:29.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:29 smithi016 bash[24535]: cluster 2023-12-05T15:47:28.271910+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0]} 2023-12-05T15:47:29.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:29 smithi016 bash[24535]: cluster 2023-12-05T15:47:28.274240+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-05T15:47:29.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:29 smithi016 bash[24535]: cluster 2023-12-05T15:47:28.277840+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-05T15:47:29.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:29 smithi016 bash[24535]: cluster 2023-12-05T15:47:28.278771+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-05T15:47:29.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:29 smithi016 bash[24535]: audit 2023-12-05T15:47:28.508122+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.16:0/2086747396' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-05T15:47:30.275 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2023-12-05T15:47:30.275 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: [global] 2023-12-05T15:47:30.275 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: fsid = 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:47:30.275 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2023-12-05T15:47:30.275 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-05T15:47:30.275 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-05T15:47:30.275 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-05T15:47:30.276 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-05T15:47:30.276 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2023-12-05T15:47:30.276 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: [mgr] 2023-12-05T15:47:30.277 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mgr/cephadm/use_agent = False 2023-12-05T15:47:30.277 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-05T15:47:30.277 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2023-12-05T15:47:30.277 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: [osd] 2023-12-05T15:47:30.277 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-05T15:47:30.277 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-05T15:47:30.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:30 smithi016 bash[24535]: audit 2023-12-05T15:47:30.266308+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.16:0/238695968' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-05T15:47:30.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:30 smithi016 bash[24535]: audit 2023-12-05T15:47:30.270760+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.16:0/238695968' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-05T15:47:30.877 INFO:teuthology.orchestra.run.smithi016.stderr:Generating new minimal ceph.conf... 2023-12-05T15:47:32.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:32 smithi016 bash[24535]: audit 2023-12-05T15:47:32.004797+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.16:0/3265252410' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:47:32.603 INFO:teuthology.orchestra.run.smithi016.stderr:Restarting the monitor... 2023-12-05T15:47:32.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:32 smithi016 systemd[1]: Stopping Ceph mon.a for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T15:47:32.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:32 smithi016 bash[24929]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-mon.a 2023-12-05T15:47:32.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:32 smithi016 bash[24535]: debug 2023-12-05T15:47:32.703+0000 7f187ebb3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-05T15:47:32.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:32 smithi016 bash[24535]: debug 2023-12-05T15:47:32.703+0000 7f187ebb3700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-05T15:47:33.438 INFO:teuthology.orchestra.run.smithi016.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-05T15:47:33.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:33 smithi016 bash[24939]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-mon-a 2023-12-05T15:47:33.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:33 smithi016 bash[24984]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-mon.a 2023-12-05T15:47:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:33 smithi016 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-05T15:47:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:33 smithi016 systemd[1]: Stopped Ceph mon.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T15:47:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:33 smithi016 systemd[1]: Started Ceph mon.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T15:47:34.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.727+0000 7fcb6ed16880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-05T15:47:34.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.727+0000 7fcb6ed16880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-05T15:47:34.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.727+0000 7fcb6ed16880 0 pidfile_write: ignore empty --pid-file 2023-12-05T15:47:34.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 0 load: jerasure load: lrc 2023-12-05T15:47:34.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: RocksDB version: 6.15.5 2023-12-05T15:47:34.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-05T15:47:34.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Compile date Apr 18 2022 2023-12-05T15:47:34.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: DB SUMMARY 2023-12-05T15:47:34.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: DB Session ID: ILTLQG1HYR4DOPL11R12 2023-12-05T15:47:34.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: CURRENT file: CURRENT 2023-12-05T15:47:34.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-05T15:47:34.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-05T15:47:34.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-12-05T15:47:34.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82101 ; 2023-12-05T15:47:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.error_if_exists: 0 2023-12-05T15:47:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.create_if_missing: 0 2023-12-05T15:47:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.paranoid_checks: 1 2023-12-05T15:47:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-05T15:47:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.env: 0x564b99604860 2023-12-05T15:47:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.fs: Posix File System 2023-12-05T15:47:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.info_log: 0x564b9ba01e00 2023-12-05T15:47:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-05T15:47:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.statistics: (nil) 2023-12-05T15:47:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.use_fsync: 0 2023-12-05T15:47:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_log_file_size: 0 2023-12-05T15:47:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-05T15:47:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-05T15:47:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-05T15:47:34.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-05T15:47:34.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.allow_fallocate: 1 2023-12-05T15:47:34.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-05T15:47:34.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-05T15:47:34.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.use_direct_reads: 0 2023-12-05T15:47:34.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-05T15:47:34.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-05T15:47:34.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.db_log_dir: 2023-12-05T15:47:34.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-05T15:47:34.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-05T15:47:34.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-05T15:47:34.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-05T15:47:34.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-05T15:47:34.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-05T15:47:34.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-05T15:47:34.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-05T15:47:34.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-05T15:47:34.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.write_buffer_manager: 0x564b9baf22d0 2023-12-05T15:47:34.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-05T15:47:34.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-05T15:47:34.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-05T15:47:34.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-05T15:47:34.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-05T15:47:34.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-05T15:47:34.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-05T15:47:34.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-05T15:47:34.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-05T15:47:34.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.unordered_write: 0 2023-12-05T15:47:34.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-05T15:47:34.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-05T15:47:34.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-05T15:47:34.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-05T15:47:34.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.row_cache: None 2023-12-05T15:47:34.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.wal_filter: None 2023-12-05T15:47:34.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-05T15:47:34.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-05T15:47:34.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.preserve_deletes: 0 2023-12-05T15:47:34.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.two_write_queues: 0 2023-12-05T15:47:34.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-05T15:47:34.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.atomic_flush: 0 2023-12-05T15:47:34.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-05T15:47:34.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-05T15:47:34.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-05T15:47:34.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.log_readahead_size: 0 2023-12-05T15:47:34.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-05T15:47:34.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-05T15:47:34.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-05T15:47:34.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-05T15:47:34.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-05T15:47:34.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-05T15:47:34.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_background_jobs: 2 2023-12-05T15:47:34.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_background_compactions: -1 2023-12-05T15:47:34.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_subcompactions: 1 2023-12-05T15:47:34.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-05T15:47:34.875 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-05T15:47:34.875 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-05T15:47:34.875 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-05T15:47:34.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-05T15:47:34.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-05T15:47:34.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-05T15:47:34.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-05T15:47:34.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_open_files: -1 2023-12-05T15:47:34.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-05T15:47:34.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-05T15:47:34.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-05T15:47:34.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-05T15:47:34.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_background_flushes: -1 2023-12-05T15:47:34.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Compression algorithms supported: 2023-12-05T15:47:34.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-05T15:47:34.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: kZSTD supported: 0 2023-12-05T15:47:34.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: kXpressCompression supported: 0 2023-12-05T15:47:34.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-05T15:47:34.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: kLZ4Compression supported: 1 2023-12-05T15:47:34.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: kBZip2Compression supported: 0 2023-12-05T15:47:34.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: kZlibCompression supported: 1 2023-12-05T15:47:34.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: kSnappyCompression supported: 1 2023-12-05T15:47:34.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-05T15:47:34.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2023-12-05T15:47:34.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-05T15:47:34.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-05T15:47:34.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.merge_operator: 2023-12-05T15:47:34.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compaction_filter: None 2023-12-05T15:47:34.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-05T15:47:34.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-05T15:47:34.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-05T15:47:34.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-05T15:47:34.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564b9b9cfd00) 2023-12-05T15:47:34.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: cache_index_and_filter_blocks: 1 2023-12-05T15:47:34.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-05T15:47:34.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-05T15:47:34.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: pin_top_level_index_and_filter: 1 2023-12-05T15:47:34.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: index_type: 0 2023-12-05T15:47:34.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: data_block_index_type: 0 2023-12-05T15:47:34.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: index_shortening: 1 2023-12-05T15:47:34.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: data_block_hash_table_util_ratio: 0.750000 2023-12-05T15:47:34.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: hash_index_allow_collision: 1 2023-12-05T15:47:34.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: checksum: 1 2023-12-05T15:47:34.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: no_block_cache: 0 2023-12-05T15:47:34.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: block_cache: 0x564b9ba36170 2023-12-05T15:47:34.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: block_cache_name: BinnedLRUCache 2023-12-05T15:47:34.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: block_cache_options: 2023-12-05T15:47:34.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: capacity : 536870912 2023-12-05T15:47:34.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: num_shard_bits : 4 2023-12-05T15:47:34.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: strict_capacity_limit : 0 2023-12-05T15:47:34.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: high_pri_pool_ratio: 0.000 2023-12-05T15:47:34.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: block_cache_compressed: (nil) 2023-12-05T15:47:34.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: persistent_cache: (nil) 2023-12-05T15:47:34.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: block_size: 4096 2023-12-05T15:47:34.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: block_size_deviation: 10 2023-12-05T15:47:34.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: block_restart_interval: 16 2023-12-05T15:47:34.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: index_block_restart_interval: 1 2023-12-05T15:47:34.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: metadata_block_size: 4096 2023-12-05T15:47:34.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: partition_filters: 0 2023-12-05T15:47:34.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: use_delta_encoding: 1 2023-12-05T15:47:34.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-05T15:47:34.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: whole_key_filtering: 1 2023-12-05T15:47:34.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: verify_compression: 0 2023-12-05T15:47:34.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: read_amp_bytes_per_bit: 0 2023-12-05T15:47:34.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: format_version: 4 2023-12-05T15:47:34.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: enable_index_compression: 1 2023-12-05T15:47:34.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: block_align: 0 2023-12-05T15:47:34.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-05T15:47:34.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-05T15:47:34.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compression: NoCompression 2023-12-05T15:47:34.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-05T15:47:34.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-05T15:47:34.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-05T15:47:34.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.num_levels: 7 2023-12-05T15:47:34.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-05T15:47:34.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-05T15:47:34.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-05T15:47:34.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-05T15:47:34.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-05T15:47:34.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-05T15:47:34.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-05T15:47:34.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-05T15:47:34.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-05T15:47:34.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-05T15:47:34.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-05T15:47:34.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-05T15:47:34.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-05T15:47:34.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-05T15:47:34.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-05T15:47:34.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-05T15:47:34.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-05T15:47:34.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-05T15:47:34.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-05T15:47:34.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-05T15:47:34.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-05T15:47:34.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-05T15:47:34.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-05T15:47:34.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-05T15:47:34.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-05T15:47:34.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-05T15:47:34.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-05T15:47:34.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-05T15:47:34.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-05T15:47:34.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-05T15:47:34.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-05T15:47:34.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-05T15:47:34.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-05T15:47:34.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-05T15:47:34.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-05T15:47:34.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-05T15:47:34.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-05T15:47:34.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-05T15:47:34.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-05T15:47:34.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-05T15:47:34.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-05T15:47:34.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-05T15:47:34.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-05T15:47:34.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-05T15:47:34.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-05T15:47:34.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-05T15:47:34.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-05T15:47:34.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-05T15:47:34.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-05T15:47:34.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.table_properties_collectors: 2023-12-05T15:47:34.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.inplace_update_support: 0 2023-12-05T15:47:34.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-05T15:47:34.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-05T15:47:34.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-05T15:47:34.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-05T15:47:34.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.bloom_locality: 0 2023-12-05T15:47:34.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.max_successive_merges: 0 2023-12-05T15:47:34.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-05T15:47:34.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-05T15:47:34.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-05T15:47:34.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-05T15:47:34.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.ttl: 2592000 2023-12-05T15:47:34.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-05T15:47:34.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.enable_blob_files: false 2023-12-05T15:47:34.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.min_blob_size: 0 2023-12-05T15:47:34.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-05T15:47:34.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-05T15:47:34.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-05T15:47:34.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-05T15:47:34.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-05T15:47:34.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-05T15:47:34.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.731+0000 7fcb6ed16880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-05T15:47:34.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.735+0000 7fcb6ed16880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701791254736442, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-05T15:47:34.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.735+0000 7fcb6ed16880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-05T15:47:34.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.735+0000 7fcb6ed16880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-05T15:47:34.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.735+0000 7fcb6ed16880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701791254737409, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78810, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77073, "index_size": 225, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9896, "raw_average_key_size": 47, "raw_value_size": 71344, "raw_average_value_size": 341, "num_data_blocks": 10, "num_entries": 209, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1701791254, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "fd2e3612-8456-4a28-81a7-f6c86935efae", "db_session_id": "ILTLQG1HYR4DOPL11R12"}} 2023-12-05T15:47:34.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.735+0000 7fcb6ed16880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-05T15:47:34.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.735+0000 7fcb6ed16880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701791254738112, "job": 1, "event": "recovery_finished"} 2023-12-05T15:47:34.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.735+0000 7fcb6ed16880 4 rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-05T15:47:34.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.735+0000 7fcb6ed16880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x564b9ba1ca80 2023-12-05T15:47:34.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.735+0000 7fcb6ed16880 4 rocksdb: DB pointer 0x564b9ba2c000 2023-12-05T15:47:34.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.735+0000 7fcb5ea9e700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-05T15:47:34.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.735+0000 7fcb5ea9e700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-05T15:47:34.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: ** DB Stats ** 2023-12-05T15:47:34.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T15:47:34.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-05T15:47:34.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T15:47:34.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T15:47:34.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-05T15:47:34.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-05T15:47:34.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T15:47:34.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: ** Compaction Stats [default] ** 2023-12-05T15:47:34.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-05T15:47:34.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T15:47:34.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: L0 2/0 78.72 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 114.9 0.00 0.00 1 0.001 0 0 2023-12-05T15:47:34.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Sum 2/0 78.72 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 114.9 0.00 0.00 1 0.001 0 0 2023-12-05T15:47:34.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 114.9 0.00 0.00 1 0.001 0 0 2023-12-05T15:47:34.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: ** Compaction Stats [default] ** 2023-12-05T15:47:34.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-05T15:47:34.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T15:47:34.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 114.9 0.00 0.00 1 0.001 0 0 2023-12-05T15:47:34.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T15:47:34.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T15:47:34.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T15:47:34.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T15:47:34.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T15:47:34.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: AddFile(Keys): cumulative 0, interval 0 2023-12-05T15:47:34.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Cumulative compaction: 0.00 GB write, 14.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T15:47:34.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Interval compaction: 0.00 GB write, 14.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T15:47:34.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-05T15:47:34.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: ** File Read Latency Histogram By Level [default] ** 2023-12-05T15:47:34.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: ** Compaction Stats [default] ** 2023-12-05T15:47:34.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-05T15:47:34.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T15:47:34.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: L0 2/0 78.72 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 114.9 0.00 0.00 1 0.001 0 0 2023-12-05T15:47:34.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Sum 2/0 78.72 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 114.9 0.00 0.00 1 0.001 0 0 2023-12-05T15:47:34.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-05T15:47:34.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: ** Compaction Stats [default] ** 2023-12-05T15:47:34.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-05T15:47:34.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T15:47:34.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 114.9 0.00 0.00 1 0.001 0 0 2023-12-05T15:47:34.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T15:47:34.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T15:47:34.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T15:47:34.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T15:47:34.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T15:47:34.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: AddFile(Keys): cumulative 0, interval 0 2023-12-05T15:47:34.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Cumulative compaction: 0.00 GB write, 14.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T15:47:34.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T15:47:34.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-05T15:47:34.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: ** File Read Latency Histogram By Level [default] ** 2023-12-05T15:47:34.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] at bind addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:47:34.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 1 mon.a@-1(???) e1 preinit fsid 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:47:34.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 0 mon.a@-1(???).mds e1 new map 2023-12-05T15:47:34.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 0 mon.a@-1(???).mds e1 print_map 2023-12-05T15:47:34.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: e1 2023-12-05T15:47:34.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-05T15:47:34.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-05T15:47:34.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: legacy client fscid: -1 2023-12-05T15:47:34.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: 2023-12-05T15:47:34.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: No filesystems configured 2023-12-05T15:47:34.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-05T15:47:34.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T15:47:34.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T15:47:34.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T15:47:34.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-05T15:47:34.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 20 expand_channel_meta expand map: {default=false} 2023-12-05T15:47:34.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 20 expand_channel_meta from 'false' to 'false' 2023-12-05T15:47:34.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 20 expand_channel_meta expanded map: {default=false} 2023-12-05T15:47:34.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 20 expand_channel_meta expand map: {default=info} 2023-12-05T15:47:34.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 20 expand_channel_meta from 'info' to 'info' 2023-12-05T15:47:34.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 20 expand_channel_meta expanded map: {default=info} 2023-12-05T15:47:34.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 20 expand_channel_meta expand map: {default=daemon} 2023-12-05T15:47:34.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 20 expand_channel_meta from 'daemon' to 'daemon' 2023-12-05T15:47:34.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 20 expand_channel_meta expanded map: {default=daemon} 2023-12-05T15:47:34.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 20 expand_channel_meta expand map: {default=debug} 2023-12-05T15:47:34.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 20 expand_channel_meta from 'debug' to 'debug' 2023-12-05T15:47:34.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: debug 2023-12-05T15:47:34.739+0000 7fcb6ed16880 20 expand_channel_meta expanded map: {default=debug} 2023-12-05T15:47:34.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: cluster 2023-12-05T15:47:34.746860+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-05T15:47:34.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: cluster 2023-12-05T15:47:34.746942+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0]} 2023-12-05T15:47:34.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: cluster 2023-12-05T15:47:34.747023+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2023-12-05T15:47:34.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: cluster 2023-12-05T15:47:34.747064+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-05T15:47:34.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:34 smithi016 bash[25024]: cluster 2023-12-05T15:47:34.747430+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-05T15:47:35.648 INFO:teuthology.orchestra.run.smithi016.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-05T15:47:35.648 INFO:teuthology.orchestra.run.smithi016.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-05T15:47:35.648 INFO:teuthology.orchestra.run.smithi016.stderr:Creating mgr... 2023-12-05T15:47:35.649 INFO:teuthology.orchestra.run.smithi016.stderr:Verifying port 9283 ... 2023-12-05T15:47:35.876 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Failed to reset failed state of unit ceph-787c96ca-9385-11ee-95a2-87774f69a715@mgr.y.service: Unit ceph-787c96ca-9385-11ee-95a2-87774f69a715@mgr.y.service not loaded. 2023-12-05T15:47:35.886 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Created symlink /etc/systemd/system/ceph-787c96ca-9385-11ee-95a2-87774f69a715.target.wants/ceph-787c96ca-9385-11ee-95a2-87774f69a715@mgr.y.service -> /etc/systemd/system/ceph-787c96ca-9385-11ee-95a2-87774f69a715@.service. 2023-12-05T15:47:36.098 INFO:teuthology.orchestra.run.smithi016.stderr:firewalld does not appear to be present 2023-12-05T15:47:36.098 INFO:teuthology.orchestra.run.smithi016.stderr:Not possible to enable service . firewalld.service is not available 2023-12-05T15:47:36.098 INFO:teuthology.orchestra.run.smithi016.stderr:firewalld does not appear to be present 2023-12-05T15:47:36.098 INFO:teuthology.orchestra.run.smithi016.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-05T15:47:36.098 INFO:teuthology.orchestra.run.smithi016.stderr:Waiting for mgr to start... 2023-12-05T15:47:36.098 INFO:teuthology.orchestra.run.smithi016.stderr:Waiting for mgr... 2023-12-05T15:47:36.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:36 smithi016 bash[25024]: audit 2023-12-05T15:47:35.016570+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.16:0/617289610' entity='client.admin' 2023-12-05T15:47:37.815 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2023-12-05T15:47:37.815 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: { 2023-12-05T15:47:37.815 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "fsid": "787c96ca-9385-11ee-95a2-87774f69a715", 2023-12-05T15:47:37.815 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "health": { 2023-12-05T15:47:37.815 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-05T15:47:37.816 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "checks": {}, 2023-12-05T15:47:37.816 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "mutes": [] 2023-12-05T15:47:37.816 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:37.816 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-05T15:47:37.816 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum": [ 2023-12-05T15:47:37.816 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 0 2023-12-05T15:47:37.816 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2023-12-05T15:47:37.816 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-05T15:47:37.816 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "a" 2023-12-05T15:47:37.816 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2023-12-05T15:47:37.816 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum_age": 3, 2023-12-05T15:47:37.816 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "monmap": { 2023-12-05T15:47:37.816 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T15:47:37.816 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-05T15:47:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-05T15:47:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osdmap": { 2023-12-05T15:47:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T15:47:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-05T15:47:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-05T15:47:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-05T15:47:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-05T15:47:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-05T15:47:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-05T15:47:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "pgmap": { 2023-12-05T15:47:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-05T15:47:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-05T15:47:37.817 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-05T15:47:37.818 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-05T15:47:37.818 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-05T15:47:37.818 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-05T15:47:37.819 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-05T15:47:37.819 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-05T15:47:37.819 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:37.819 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "fsmap": { 2023-12-05T15:47:37.819 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T15:47:37.819 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-05T15:47:37.819 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-05T15:47:37.819 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:37.819 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-05T15:47:37.819 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "available": false, 2023-12-05T15:47:37.821 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-05T15:47:37.821 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "modules": [ 2023-12-05T15:47:37.821 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "iostat", 2023-12-05T15:47:37.821 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "nfs", 2023-12-05T15:47:37.821 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "restful" 2023-12-05T15:47:37.821 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2023-12-05T15:47:37.821 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "services": {} 2023-12-05T15:47:37.822 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:37.822 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "servicemap": { 2023-12-05T15:47:37.822 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T15:47:37.822 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "modified": "2023-12-05T15:47:28.273006+0000", 2023-12-05T15:47:37.822 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "services": {} 2023-12-05T15:47:37.822 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:37.822 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-05T15:47:37.822 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: } 2023-12-05T15:47:37.979 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:37 smithi016 bash[25024]: audit 2023-12-05T15:47:37.807996+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.16:0/4057292558' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-05T15:47:37.980 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:37 smithi016 bash[25310]: debug 2023-12-05T15:47:37.699+0000 7f00e116a000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T15:47:38.390 INFO:teuthology.orchestra.run.smithi016.stderr:mgr not available, waiting (1/15)... 2023-12-05T15:47:38.696 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:38 smithi016 bash[25310]: debug 2023-12-05T15:47:38.399+0000 7f00e116a000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T15:47:38.696 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:38 smithi016 bash[25310]: debug 2023-12-05T15:47:38.527+0000 7f00e116a000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T15:47:39.033 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:38 smithi016 bash[25310]: debug 2023-12-05T15:47:38.691+0000 7f00e116a000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T15:47:39.336 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:39 smithi016 bash[25310]: debug 2023-12-05T15:47:39.027+0000 7f00e116a000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T15:47:39.336 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:39 smithi016 bash[25310]: debug 2023-12-05T15:47:39.123+0000 7f00e116a000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T15:47:39.618 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:39 smithi016 bash[25310]: debug 2023-12-05T15:47:39.331+0000 7f00e116a000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T15:47:40.534 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:40 smithi016 bash[25310]: debug 2023-12-05T15:47:40.215+0000 7f00e116a000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T15:47:40.534 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:40 smithi016 bash[25310]: debug 2023-12-05T15:47:40.323+0000 7f00e116a000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T15:47:40.868 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:40 smithi016 bash[25310]: debug 2023-12-05T15:47:40.527+0000 7f00e116a000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T15:47:41.207 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:40 smithi016 bash[25310]: debug 2023-12-05T15:47:40.887+0000 7f00e116a000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T15:47:41.567 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2023-12-05T15:47:41.567 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: { 2023-12-05T15:47:41.567 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "fsid": "787c96ca-9385-11ee-95a2-87774f69a715", 2023-12-05T15:47:41.567 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "health": { 2023-12-05T15:47:41.568 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-05T15:47:41.568 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "checks": {}, 2023-12-05T15:47:41.568 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "mutes": [] 2023-12-05T15:47:41.568 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:41.568 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-05T15:47:41.568 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum": [ 2023-12-05T15:47:41.568 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 0 2023-12-05T15:47:41.568 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2023-12-05T15:47:41.568 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-05T15:47:41.576 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "a" 2023-12-05T15:47:41.576 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2023-12-05T15:47:41.576 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-05T15:47:41.576 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "monmap": { 2023-12-05T15:47:41.576 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T15:47:41.576 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-05T15:47:41.576 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-05T15:47:41.576 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:41.577 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osdmap": { 2023-12-05T15:47:41.577 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T15:47:41.577 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-05T15:47:41.577 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-05T15:47:41.577 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-05T15:47:41.577 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-05T15:47:41.577 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-05T15:47:41.577 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-05T15:47:41.577 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:41.577 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "pgmap": { 2023-12-05T15:47:41.577 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-05T15:47:41.577 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-05T15:47:41.577 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-05T15:47:41.577 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-05T15:47:41.577 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-05T15:47:41.578 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-05T15:47:41.578 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-05T15:47:41.578 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-05T15:47:41.578 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:41.578 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "fsmap": { 2023-12-05T15:47:41.578 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T15:47:41.578 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-05T15:47:41.578 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-05T15:47:41.578 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:41.579 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-05T15:47:41.579 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "available": false, 2023-12-05T15:47:41.579 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-05T15:47:41.579 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "modules": [ 2023-12-05T15:47:41.579 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "iostat", 2023-12-05T15:47:41.579 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "nfs", 2023-12-05T15:47:41.579 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "restful" 2023-12-05T15:47:41.579 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2023-12-05T15:47:41.579 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "services": {} 2023-12-05T15:47:41.579 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:41.580 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "servicemap": { 2023-12-05T15:47:41.580 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T15:47:41.580 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "modified": "2023-12-05T15:47:28.273006+0000", 2023-12-05T15:47:41.580 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "services": {} 2023-12-05T15:47:41.580 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:41.580 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-05T15:47:41.580 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: } 2023-12-05T15:47:41.593 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:41 smithi016 bash[25310]: debug 2023-12-05T15:47:41.223+0000 7f00e116a000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T15:47:41.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:41 smithi016 bash[25024]: audit 2023-12-05T15:47:41.562268+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.16:0/1711750387' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-05T15:47:41.868 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:41 smithi016 bash[25310]: debug 2023-12-05T15:47:41.615+0000 7f00e116a000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T15:47:42.118 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:41 smithi016 bash[25310]: debug 2023-12-05T15:47:41.895+0000 7f00e116a000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T15:47:42.205 INFO:teuthology.orchestra.run.smithi016.stderr:mgr not available, waiting (2/15)... 2023-12-05T15:47:42.868 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:42 smithi016 bash[25310]: debug 2023-12-05T15:47:42.595+0000 7f00e116a000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T15:47:42.868 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:42 smithi016 bash[25310]: debug 2023-12-05T15:47:42.703+0000 7f00e116a000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T15:47:43.122 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:42 smithi016 bash[25310]: debug 2023-12-05T15:47:42.863+0000 7f00e116a000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T15:47:43.122 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:42 smithi016 bash[25310]: debug 2023-12-05T15:47:42.975+0000 7f00e116a000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T15:47:43.415 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:43 smithi016 bash[25310]: debug 2023-12-05T15:47:43.115+0000 7f00e116a000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T15:47:43.721 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:43 smithi016 bash[25310]: debug 2023-12-05T15:47:43.407+0000 7f00e116a000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T15:47:43.721 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:43 smithi016 bash[25310]: debug 2023-12-05T15:47:43.527+0000 7f00e116a000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T15:47:44.118 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:43 smithi016 bash[25310]: debug 2023-12-05T15:47:43.715+0000 7f00e116a000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T15:47:44.118 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:43 smithi016 bash[25310]: debug 2023-12-05T15:47:43.839+0000 7f00e116a000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T15:47:45.118 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:44 smithi016 bash[25310]: debug 2023-12-05T15:47:44.711+0000 7f00e116a000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T15:47:45.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:44 smithi016 bash[25024]: cluster 2023-12-05T15:47:44.734588+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2023-12-05T15:47:45.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:44 smithi016 bash[25024]: cluster 2023-12-05T15:47:44.738884+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00450715s) 2023-12-05T15:47:45.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:44 smithi016 bash[25024]: audit 2023-12-05T15:47:44.742917+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.16:0/1759508040' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T15:47:45.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:44 smithi016 bash[25024]: audit 2023-12-05T15:47:44.743490+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.16:0/1759508040' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T15:47:45.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:44 smithi016 bash[25024]: audit 2023-12-05T15:47:44.743804+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.16:0/1759508040' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T15:47:45.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:44 smithi016 bash[25024]: audit 2023-12-05T15:47:44.744111+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.16:0/1759508040' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:47:45.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:44 smithi016 bash[25024]: audit 2023-12-05T15:47:44.745094+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.16:0/1759508040' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T15:47:45.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:44 smithi016 bash[25024]: cluster 2023-12-05T15:47:44.758903+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2023-12-05T15:47:45.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:44 smithi016 bash[25024]: audit 2023-12-05T15:47:44.782136+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.16:0/1759508040' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:47:45.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:44 smithi016 bash[25024]: audit 2023-12-05T15:47:44.784815+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.16:0/1759508040' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:47:45.274 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2023-12-05T15:47:45.274 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: { 2023-12-05T15:47:45.274 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "fsid": "787c96ca-9385-11ee-95a2-87774f69a715", 2023-12-05T15:47:45.274 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "health": { 2023-12-05T15:47:45.276 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-05T15:47:45.276 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "checks": {}, 2023-12-05T15:47:45.276 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "mutes": [] 2023-12-05T15:47:45.276 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:45.276 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-05T15:47:45.276 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum": [ 2023-12-05T15:47:45.276 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 0 2023-12-05T15:47:45.277 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2023-12-05T15:47:45.277 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-05T15:47:45.277 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "a" 2023-12-05T15:47:45.277 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2023-12-05T15:47:45.277 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-05T15:47:45.277 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "monmap": { 2023-12-05T15:47:45.277 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T15:47:45.277 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-05T15:47:45.277 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-05T15:47:45.279 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:45.279 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osdmap": { 2023-12-05T15:47:45.279 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T15:47:45.279 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-05T15:47:45.279 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-05T15:47:45.279 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-05T15:47:45.279 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-05T15:47:45.280 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-05T15:47:45.280 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-05T15:47:45.280 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:45.280 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "pgmap": { 2023-12-05T15:47:45.280 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-05T15:47:45.280 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-05T15:47:45.280 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-05T15:47:45.280 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-05T15:47:45.282 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-05T15:47:45.283 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-05T15:47:45.283 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-05T15:47:45.283 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-05T15:47:45.283 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:45.283 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "fsmap": { 2023-12-05T15:47:45.283 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T15:47:45.283 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-05T15:47:45.283 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-05T15:47:45.283 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:45.283 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-05T15:47:45.283 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "available": false, 2023-12-05T15:47:45.283 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-05T15:47:45.283 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "modules": [ 2023-12-05T15:47:45.283 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "iostat", 2023-12-05T15:47:45.283 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "nfs", 2023-12-05T15:47:45.284 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "restful" 2023-12-05T15:47:45.284 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2023-12-05T15:47:45.284 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "services": {} 2023-12-05T15:47:45.284 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:45.284 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "servicemap": { 2023-12-05T15:47:45.284 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T15:47:45.284 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "modified": "2023-12-05T15:47:28.273006+0000", 2023-12-05T15:47:45.284 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "services": {} 2023-12-05T15:47:45.284 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:45.284 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-05T15:47:45.284 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: } 2023-12-05T15:47:45.886 INFO:teuthology.orchestra.run.smithi016.stderr:mgr not available, waiting (3/15)... 2023-12-05T15:47:46.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:45 smithi016 bash[25024]: audit 2023-12-05T15:47:44.796561+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.16:0/1759508040' entity='mgr.y' 2023-12-05T15:47:46.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:45 smithi016 bash[25024]: audit 2023-12-05T15:47:44.799892+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.16:0/1759508040' entity='mgr.y' 2023-12-05T15:47:46.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:45 smithi016 bash[25024]: audit 2023-12-05T15:47:44.802836+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.16:0/1759508040' entity='mgr.y' 2023-12-05T15:47:46.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:45 smithi016 bash[25024]: audit 2023-12-05T15:47:45.269780+0000 mon.a (mon.0) 22 : audit [DBG] from='client.? 172.21.15.16:0/3017929396' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-05T15:47:46.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:45 smithi016 bash[25024]: cluster 2023-12-05T15:47:45.760597+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: y(active, since 1.02621s) 2023-12-05T15:47:48.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:47 smithi016 bash[25024]: cluster 2023-12-05T15:47:46.802640+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 2s) 2023-12-05T15:47:49.364 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2023-12-05T15:47:49.364 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: { 2023-12-05T15:47:49.364 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "fsid": "787c96ca-9385-11ee-95a2-87774f69a715", 2023-12-05T15:47:49.364 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "health": { 2023-12-05T15:47:49.364 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-05T15:47:49.364 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "checks": {}, 2023-12-05T15:47:49.364 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "mutes": [] 2023-12-05T15:47:49.364 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:49.364 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-05T15:47:49.365 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum": [ 2023-12-05T15:47:49.365 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 0 2023-12-05T15:47:49.365 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2023-12-05T15:47:49.365 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-05T15:47:49.365 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "a" 2023-12-05T15:47:49.365 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2023-12-05T15:47:49.365 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum_age": 14, 2023-12-05T15:47:49.365 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "monmap": { 2023-12-05T15:47:49.365 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T15:47:49.365 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-05T15:47:49.365 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-05T15:47:49.365 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:49.365 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osdmap": { 2023-12-05T15:47:49.365 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T15:47:49.365 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-05T15:47:49.366 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-05T15:47:49.366 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-05T15:47:49.366 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-05T15:47:49.366 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-05T15:47:49.366 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-05T15:47:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "pgmap": { 2023-12-05T15:47:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-05T15:47:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-05T15:47:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-05T15:47:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-05T15:47:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-05T15:47:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-05T15:47:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-05T15:47:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-05T15:47:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "fsmap": { 2023-12-05T15:47:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T15:47:49.367 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-05T15:47:49.368 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-05T15:47:49.368 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:49.368 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-05T15:47:49.368 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "available": true, 2023-12-05T15:47:49.368 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-05T15:47:49.368 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "modules": [ 2023-12-05T15:47:49.368 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "iostat", 2023-12-05T15:47:49.368 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "nfs", 2023-12-05T15:47:49.368 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "restful" 2023-12-05T15:47:49.368 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2023-12-05T15:47:49.368 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "services": {} 2023-12-05T15:47:49.368 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:49.368 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "servicemap": { 2023-12-05T15:47:49.368 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T15:47:49.368 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "modified": "2023-12-05T15:47:28.273006+0000", 2023-12-05T15:47:49.369 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "services": {} 2023-12-05T15:47:49.369 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2023-12-05T15:47:49.369 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-05T15:47:49.369 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: } 2023-12-05T15:47:49.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:49 smithi016 bash[25024]: audit 2023-12-05T15:47:49.355129+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.16:0/1382374423' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-05T15:47:49.950 INFO:teuthology.orchestra.run.smithi016.stderr:mgr is available 2023-12-05T15:47:51.206 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2023-12-05T15:47:51.206 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: [global] 2023-12-05T15:47:51.206 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: fsid = 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:47:51.206 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-05T15:47:51.207 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-05T15:47:51.207 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-05T15:47:51.207 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-05T15:47:51.207 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2023-12-05T15:47:51.207 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: [mgr] 2023-12-05T15:47:51.207 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-05T15:47:51.207 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2023-12-05T15:47:51.208 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: [osd] 2023-12-05T15:47:51.208 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-05T15:47:51.208 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-05T15:47:51.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:51 smithi016 bash[25024]: audit 2023-12-05T15:47:51.195830+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.16:0/2402366670' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-05T15:47:51.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:51 smithi016 bash[25024]: audit 2023-12-05T15:47:51.201747+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.16:0/2402366670' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-05T15:47:51.822 INFO:teuthology.orchestra.run.smithi016.stderr:Enabling cephadm module... 2023-12-05T15:47:53.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:53 smithi016 bash[25024]: audit 2023-12-05T15:47:53.252536+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.16:0/3420205171' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-05T15:47:53.618 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:53 smithi016 bash[25310]: ignoring --setuser ceph since I am not root 2023-12-05T15:47:53.618 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:53 smithi016 bash[25310]: ignoring --setgroup ceph since I am not root 2023-12-05T15:47:53.619 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:53 smithi016 bash[25310]: debug 2023-12-05T15:47:53.494+0000 7fb8911bf000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T15:47:54.309 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:54 smithi016 bash[25310]: debug 2023-12-05T15:47:54.178+0000 7fb8911bf000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T15:47:54.614 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:54 smithi016 bash[25024]: audit 2023-12-05T15:47:53.309483+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.16:0/3420205171' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-05T15:47:54.614 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:54 smithi016 bash[25024]: cluster 2023-12-05T15:47:53.309651+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: y(active, since 8s) 2023-12-05T15:47:54.615 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:54 smithi016 bash[25310]: debug 2023-12-05T15:47:54.302+0000 7fb8911bf000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T15:47:54.615 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:54 smithi016 bash[25310]: debug 2023-12-05T15:47:54.466+0000 7fb8911bf000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T15:47:54.868 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:54 smithi016 bash[25310]: debug 2023-12-05T15:47:54.826+0000 7fb8911bf000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T15:47:55.296 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: { 2023-12-05T15:47:55.296 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-05T15:47:55.296 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "available": true, 2023-12-05T15:47:55.296 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-05T15:47:55.296 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-05T15:47:55.296 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: } 2023-12-05T15:47:55.322 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:54 smithi016 bash[25310]: debug 2023-12-05T15:47:54.934+0000 7fb8911bf000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T15:47:55.322 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:55 smithi016 bash[25310]: debug 2023-12-05T15:47:55.146+0000 7fb8911bf000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T15:47:55.892 INFO:teuthology.orchestra.run.smithi016.stderr:Waiting for the mgr to restart... 2023-12-05T15:47:55.892 INFO:teuthology.orchestra.run.smithi016.stderr:Waiting for mgr epoch 5... 2023-12-05T15:47:56.033 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:47:55 smithi016 bash[25024]: audit 2023-12-05T15:47:55.292053+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.16:0/270294561' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-05T15:47:56.352 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:56 smithi016 bash[25310]: debug 2023-12-05T15:47:56.026+0000 7fb8911bf000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T15:47:56.352 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:56 smithi016 bash[25310]: debug 2023-12-05T15:47:56.138+0000 7fb8911bf000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T15:47:56.618 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:56 smithi016 bash[25310]: debug 2023-12-05T15:47:56.346+0000 7fb8911bf000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T15:47:57.068 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:56 smithi016 bash[25310]: debug 2023-12-05T15:47:56.702+0000 7fb8911bf000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T15:47:57.368 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:57 smithi016 bash[25310]: debug 2023-12-05T15:47:57.062+0000 7fb8911bf000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T15:47:57.743 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:57 smithi016 bash[25310]: debug 2023-12-05T15:47:57.458+0000 7fb8911bf000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T15:47:58.118 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:57 smithi016 bash[25310]: debug 2023-12-05T15:47:57.734+0000 7fb8911bf000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T15:47:58.709 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:58 smithi016 bash[25310]: debug 2023-12-05T15:47:58.434+0000 7fb8911bf000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T15:47:58.709 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:58 smithi016 bash[25310]: debug 2023-12-05T15:47:58.538+0000 7fb8911bf000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T15:47:58.960 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:58 smithi016 bash[25310]: debug 2023-12-05T15:47:58.702+0000 7fb8911bf000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T15:47:58.960 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:58 smithi016 bash[25310]: debug 2023-12-05T15:47:58.814+0000 7fb8911bf000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T15:47:59.255 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:58 smithi016 bash[25310]: debug 2023-12-05T15:47:58.954+0000 7fb8911bf000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T15:47:59.563 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:59 smithi016 bash[25310]: debug 2023-12-05T15:47:59.246+0000 7fb8911bf000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T15:47:59.563 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:59 smithi016 bash[25310]: debug 2023-12-05T15:47:59.370+0000 7fb8911bf000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T15:47:59.868 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:59 smithi016 bash[25310]: debug 2023-12-05T15:47:59.554+0000 7fb8911bf000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T15:47:59.868 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:47:59 smithi016 bash[25310]: debug 2023-12-05T15:47:59.678+0000 7fb8911bf000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T15:48:00.868 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:00 smithi016 bash[25310]: debug 2023-12-05T15:48:00.554+0000 7fb8911bf000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T15:48:01.778 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: { 2023-12-05T15:48:01.778 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-05T15:48:01.778 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "initialized": true 2023-12-05T15:48:01.778 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: } 2023-12-05T15:48:01.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:01 smithi016 bash[25024]: cluster 2023-12-05T15:48:00.578499+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon y restarted 2023-12-05T15:48:01.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:01 smithi016 bash[25024]: cluster 2023-12-05T15:48:00.579356+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon y 2023-12-05T15:48:01.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:01 smithi016 bash[25024]: cluster 2023-12-05T15:48:00.583061+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-05T15:48:01.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:01 smithi016 bash[25024]: cluster 2023-12-05T15:48:00.756246+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: y(active, starting, since 0.177103s) 2023-12-05T15:48:01.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:01 smithi016 bash[25024]: audit 2023-12-05T15:48:00.758703+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:48:01.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:01 smithi016 bash[25024]: audit 2023-12-05T15:48:00.760587+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T15:48:01.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:01 smithi016 bash[25024]: audit 2023-12-05T15:48:00.762158+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T15:48:01.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:01 smithi016 bash[25024]: audit 2023-12-05T15:48:00.762516+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T15:48:01.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:01 smithi016 bash[25024]: audit 2023-12-05T15:48:00.762881+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T15:48:01.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:01 smithi016 bash[25024]: cluster 2023-12-05T15:48:00.773394+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2023-12-05T15:48:01.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:01 smithi016 bash[25024]: audit 2023-12-05T15:48:00.797315+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' 2023-12-05T15:48:01.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:01 smithi016 bash[25024]: audit 2023-12-05T15:48:00.802983+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' 2023-12-05T15:48:01.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:01 smithi016 bash[25024]: audit 2023-12-05T15:48:00.809672+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:48:01.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:01 smithi016 bash[25024]: audit 2023-12-05T15:48:00.812344+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:48:01.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:01 smithi016 bash[25024]: audit 2023-12-05T15:48:00.819272+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:48:01.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:01 smithi016 bash[25024]: audit 2023-12-05T15:48:00.835809+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:48:01.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:01 smithi016 bash[25024]: audit 2023-12-05T15:48:00.838118+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:48:02.465 INFO:teuthology.orchestra.run.smithi016.stderr:mgr epoch 5 is available 2023-12-05T15:48:02.465 INFO:teuthology.orchestra.run.smithi016.stderr:Setting orchestrator backend to cephadm... 2023-12-05T15:48:03.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:02 smithi016 bash[25024]: audit 2023-12-05T15:48:01.760184+0000 mgr.y (mgr.14120) 1 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-05T15:48:03.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:02 smithi016 bash[25024]: cluster 2023-12-05T15:48:01.762063+0000 mon.a (mon.0) 49 : cluster [DBG] mgrmap e7: y(active, since 1.18292s) 2023-12-05T15:48:03.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:02 smithi016 bash[25024]: audit 2023-12-05T15:48:01.774719+0000 mgr.y (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-05T15:48:03.618 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:03 smithi016 bash[25310]: [05/Dec/2023:15:48:03] ENGINE Bus STARTING 2023-12-05T15:48:03.618 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:03 smithi016 bash[25310]: [05/Dec/2023:15:48:03] ENGINE Serving on https://172.21.15.16:7150 2023-12-05T15:48:03.618 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:03 smithi016 bash[25310]: [05/Dec/2023:15:48:03] ENGINE Bus STARTED 2023-12-05T15:48:04.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:03 smithi016 bash[25024]: cluster 2023-12-05T15:48:02.760640+0000 mon.a (mon.0) 50 : cluster [DBG] mgrmap e8: y(active, since 2s) 2023-12-05T15:48:04.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:03 smithi016 bash[25024]: cephadm 2023-12-05T15:48:03.226672+0000 mgr.y (mgr.14120) 3 : cephadm [INF] [05/Dec/2023:15:48:03] ENGINE Bus STARTING 2023-12-05T15:48:04.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:03 smithi016 bash[25024]: cephadm 2023-12-05T15:48:03.352705+0000 mgr.y (mgr.14120) 4 : cephadm [INF] [05/Dec/2023:15:48:03] ENGINE Serving on https://172.21.15.16:7150 2023-12-05T15:48:04.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:03 smithi016 bash[25024]: cephadm 2023-12-05T15:48:03.353152+0000 mgr.y (mgr.14120) 5 : cephadm [INF] [05/Dec/2023:15:48:03] ENGINE Bus STARTED 2023-12-05T15:48:04.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:03 smithi016 bash[25024]: audit 2023-12-05T15:48:03.357177+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' 2023-12-05T15:48:04.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:03 smithi016 bash[25024]: audit 2023-12-05T15:48:03.395257+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:48:04.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:03 smithi016 bash[25024]: audit 2023-12-05T15:48:03.748015+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' 2023-12-05T15:48:05.049 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:04 smithi016 bash[25024]: audit 2023-12-05T15:48:03.740656+0000 mgr.y (mgr.14120) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:48:05.049 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:04 smithi016 bash[25024]: audit 2023-12-05T15:48:03.766658+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:48:05.629 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: value unchanged 2023-12-05T15:48:06.261 INFO:teuthology.orchestra.run.smithi016.stderr:Generating ssh key... 2023-12-05T15:48:06.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:06 smithi016 bash[25024]: audit 2023-12-05T15:48:05.624920+0000 mgr.y (mgr.14120) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:48:08.118 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:07 smithi016 bash[25310]: Generating public/private rsa key pair. 2023-12-05T15:48:08.119 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:07 smithi016 bash[25310]: Your identification has been saved in /tmp/tmpmugle7ee/key. 2023-12-05T15:48:08.119 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:07 smithi016 bash[25310]: Your public key has been saved in /tmp/tmpmugle7ee/key.pub. 2023-12-05T15:48:08.119 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:07 smithi016 bash[25310]: The key fingerprint is: 2023-12-05T15:48:08.119 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:07 smithi016 bash[25310]: SHA256:GpdXCp6wGedNKDVlZa2diTWmkgKXH9FTMA1+4xMU/zU ceph-787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:48:08.119 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:07 smithi016 bash[25310]: The key's randomart image is: 2023-12-05T15:48:08.119 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:07 smithi016 bash[25310]: +---[RSA 3072]----+ 2023-12-05T15:48:08.119 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:07 smithi016 bash[25310]: | oo++**+. | 2023-12-05T15:48:08.119 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:07 smithi016 bash[25310]: | ..o+.ooo*. | 2023-12-05T15:48:08.119 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:07 smithi016 bash[25310]: | +o+..ooO+Eo| 2023-12-05T15:48:08.119 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:07 smithi016 bash[25310]: | X.*+o+o+o+| 2023-12-05T15:48:08.119 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:07 smithi016 bash[25310]: | + S.+. o .| 2023-12-05T15:48:08.119 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:07 smithi016 bash[25310]: | + . . | 2023-12-05T15:48:08.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:07 smithi016 bash[25310]: | . | 2023-12-05T15:48:08.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:07 smithi016 bash[25310]: | | 2023-12-05T15:48:08.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:07 smithi016 bash[25310]: | | 2023-12-05T15:48:08.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:07 smithi016 bash[25310]: +----[SHA256]-----+ 2023-12-05T15:48:08.998 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:08 smithi016 bash[25024]: audit 2023-12-05T15:48:07.475116+0000 mgr.y (mgr.14120) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:48:08.999 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:08 smithi016 bash[25024]: cephadm 2023-12-05T15:48:07.475524+0000 mgr.y (mgr.14120) 9 : cephadm [INF] Generating ssh key... 2023-12-05T15:48:08.999 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:08 smithi016 bash[25024]: audit 2023-12-05T15:48:07.687354+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' 2023-12-05T15:48:08.999 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:08 smithi016 bash[25024]: audit 2023-12-05T15:48:07.691336+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' 2023-12-05T15:48:09.569 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBKtwMhscGHLGuuRPRRZMU9TmYZSbzzB5mrF/3kFTh0gPPRkXtZPo9/n3/cZCwVhgAXTWiHz+ihykr4NAn3TK3/yF/upzjMBPmzpm3inuYZJ3TcKNerG7XY5EptJxEm0x6BHeIeifb13ks6Rq4OZxwEdPjDhbGYgzf6G6q54905ZZGN08/BOZJrREbe0yGpiXaQT+n3/eC9/Ym0uJOl7fa5Aow0X8D5dRKFyqP6FHumRb9Ggj1ZDf4rHG+gS6VI+aKZzKFLXcgIdJ1ZAIN11OaB5TQycqfaRr1K0vy9Wqib0ZJw0MgZFmBxhYtCM2vtOPvkOXdt48lR+bMZ6KLk4D4dU+O7ZLh/LFBnLBtsdQDEx3iPsugqFusRTJjpWWCAJf6sYjP3Zf5kxh2I6JA7c6LePbhwcdwcxNRpCwf6aXiIQXaDjZNF5i4lnT90kZlVOxG27f2Br/MjI/meqdm50FC5DTZkK+fDbXTKBbS20B/Qa9+NSQw4P0oTZvs6rWzP90= ceph-787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:48:10.214 INFO:teuthology.orchestra.run.smithi016.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-05T15:48:10.215 INFO:teuthology.orchestra.run.smithi016.stderr:Adding key to root@localhost authorized_keys... 2023-12-05T15:48:10.215 INFO:teuthology.orchestra.run.smithi016.stderr:Adding host smithi016... 2023-12-05T15:48:11.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:10 smithi016 bash[25024]: audit 2023-12-05T15:48:09.564921+0000 mgr.y (mgr.14120) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:48:12.538 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: Added host 'smithi016' with addr '172.21.15.16' 2023-12-05T15:48:12.594 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:12 smithi016 bash[25024]: audit 2023-12-05T15:48:11.503555+0000 mgr.y (mgr.14120) 11 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi016", "addr": "172.21.15.16", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:48:12.594 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:12 smithi016 bash[25024]: cephadm 2023-12-05T15:48:11.902271+0000 mgr.y (mgr.14120) 12 : cephadm [INF] Deploying cephadm binary to smithi016 2023-12-05T15:48:13.278 INFO:teuthology.orchestra.run.smithi016.stderr:Deploying unmanaged mon service... 2023-12-05T15:48:13.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:13 smithi016 bash[25024]: audit 2023-12-05T15:48:12.533642+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' 2023-12-05T15:48:13.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:13 smithi016 bash[25024]: cephadm 2023-12-05T15:48:12.534227+0000 mgr.y (mgr.14120) 13 : cephadm [INF] Added host smithi016 2023-12-05T15:48:13.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:13 smithi016 bash[25024]: audit 2023-12-05T15:48:12.579267+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:48:15.147 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-05T15:48:16.103 INFO:teuthology.orchestra.run.smithi016.stderr:Deploying unmanaged mgr service... 2023-12-05T15:48:16.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:16 smithi016 bash[25024]: audit 2023-12-05T15:48:15.131858+0000 mgr.y (mgr.14120) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:48:16.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:16 smithi016 bash[25024]: cephadm 2023-12-05T15:48:15.137708+0000 mgr.y (mgr.14120) 15 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-05T15:48:16.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:16 smithi016 bash[25024]: audit 2023-12-05T15:48:15.142669+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' 2023-12-05T15:48:17.704 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-05T15:48:18.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:17 smithi016 bash[25024]: audit 2023-12-05T15:48:16.720702+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' 2023-12-05T15:48:18.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:17 smithi016 bash[25024]: audit 2023-12-05T15:48:17.012991+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' 2023-12-05T15:48:18.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:17 smithi016 bash[25024]: audit 2023-12-05T15:48:17.699633+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' 2023-12-05T15:48:19.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:18 smithi016 bash[25024]: audit 2023-12-05T15:48:17.692396+0000 mgr.y (mgr.14120) 16 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:48:19.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:18 smithi016 bash[25024]: cephadm 2023-12-05T15:48:17.694895+0000 mgr.y (mgr.14120) 17 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-05T15:48:21.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:20 smithi016 bash[25024]: audit 2023-12-05T15:48:19.755571+0000 mon.a (mon.0) 63 : audit [INF] from='client.? 172.21.15.16:0/1960083802' entity='client.admin' 2023-12-05T15:48:22.377 INFO:teuthology.orchestra.run.smithi016.stderr:Enabling the dashboard module... 2023-12-05T15:48:22.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:22 smithi016 bash[25024]: cluster 2023-12-05T15:48:20.763684+0000 mgr.y (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:48:22.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:22 smithi016 bash[25024]: audit 2023-12-05T15:48:21.190222+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' 2023-12-05T15:48:22.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:22 smithi016 bash[25024]: audit 2023-12-05T15:48:21.674476+0000 mon.a (mon.0) 65 : audit [INF] from='client.? 172.21.15.16:0/175788836' entity='client.admin' 2023-12-05T15:48:22.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:22 smithi016 bash[25024]: audit 2023-12-05T15:48:21.682357+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.16:0/1588710747' entity='mgr.y' 2023-12-05T15:48:24.465 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:24 smithi016 bash[25310]: ignoring --setuser ceph since I am not root 2023-12-05T15:48:24.465 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:24 smithi016 bash[25310]: ignoring --setgroup ceph since I am not root 2023-12-05T15:48:24.465 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:24 smithi016 bash[25310]: debug 2023-12-05T15:48:24.406+0000 7f064f813000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T15:48:24.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:24 smithi016 bash[25024]: cluster 2023-12-05T15:48:22.764124+0000 mgr.y (mgr.14120) 19 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:48:24.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:24 smithi016 bash[25024]: audit 2023-12-05T15:48:23.773768+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.16:0/2328142784' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-05T15:48:25.204 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:25 smithi016 bash[25310]: debug 2023-12-05T15:48:25.098+0000 7f064f813000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T15:48:25.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:25 smithi016 bash[25024]: audit 2023-12-05T15:48:24.198822+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.16:0/2328142784' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-05T15:48:25.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:25 smithi016 bash[25024]: cluster 2023-12-05T15:48:24.198957+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: y(active, since 23s) 2023-12-05T15:48:25.619 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:25 smithi016 bash[25310]: debug 2023-12-05T15:48:25.222+0000 7f064f813000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T15:48:25.619 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:25 smithi016 bash[25310]: debug 2023-12-05T15:48:25.390+0000 7f064f813000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T15:48:26.044 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:25 smithi016 bash[25310]: debug 2023-12-05T15:48:25.730+0000 7f064f813000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T15:48:26.044 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:25 smithi016 bash[25310]: debug 2023-12-05T15:48:25.826+0000 7f064f813000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T15:48:26.368 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:26 smithi016 bash[25310]: debug 2023-12-05T15:48:26.038+0000 7f064f813000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T15:48:26.756 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: { 2023-12-05T15:48:26.757 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-05T15:48:26.757 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "available": true, 2023-12-05T15:48:26.757 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-05T15:48:26.757 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-05T15:48:26.757 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: } 2023-12-05T15:48:26.942 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:26 smithi016 bash[25024]: audit 2023-12-05T15:48:26.752167+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.16:0/984316953' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-05T15:48:27.277 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:26 smithi016 bash[25310]: debug 2023-12-05T15:48:26.934+0000 7f064f813000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T15:48:27.277 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:27 smithi016 bash[25310]: debug 2023-12-05T15:48:27.046+0000 7f064f813000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T15:48:27.415 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:27 smithi016 bash[25310]: debug 2023-12-05T15:48:27.270+0000 7f064f813000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T15:48:27.868 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:27 smithi016 bash[25310]: debug 2023-12-05T15:48:27.630+0000 7f064f813000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T15:48:28.045 INFO:teuthology.orchestra.run.smithi016.stderr:Waiting for the mgr to restart... 2023-12-05T15:48:28.045 INFO:teuthology.orchestra.run.smithi016.stderr:Waiting for mgr epoch 9... 2023-12-05T15:48:28.360 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:27 smithi016 bash[25310]: debug 2023-12-05T15:48:27.966+0000 7f064f813000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T15:48:28.618 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:28 smithi016 bash[25310]: debug 2023-12-05T15:48:28.354+0000 7f064f813000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T15:48:28.904 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:28 smithi016 bash[25310]: debug 2023-12-05T15:48:28.634+0000 7f064f813000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T15:48:29.616 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:29 smithi016 bash[25310]: debug 2023-12-05T15:48:29.338+0000 7f064f813000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T15:48:29.616 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:29 smithi016 bash[25310]: debug 2023-12-05T15:48:29.446+0000 7f064f813000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T15:48:29.869 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:29 smithi016 bash[25310]: debug 2023-12-05T15:48:29.610+0000 7f064f813000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T15:48:29.869 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:29 smithi016 bash[25310]: debug 2023-12-05T15:48:29.722+0000 7f064f813000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T15:48:30.167 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:29 smithi016 bash[25310]: debug 2023-12-05T15:48:29.862+0000 7f064f813000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T15:48:30.476 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:30 smithi016 bash[25310]: debug 2023-12-05T15:48:30.157+0000 7f064f813000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T15:48:30.476 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:30 smithi016 bash[25310]: debug 2023-12-05T15:48:30.281+0000 7f064f813000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T15:48:30.868 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:30 smithi016 bash[25310]: debug 2023-12-05T15:48:30.469+0000 7f064f813000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T15:48:30.868 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:30 smithi016 bash[25310]: debug 2023-12-05T15:48:30.589+0000 7f064f813000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T15:48:31.827 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:31 smithi016 bash[25310]: debug 2023-12-05T15:48:31.469+0000 7f064f813000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T15:48:32.118 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25310]: [05/Dec/2023:15:48:32] ENGINE Bus STARTING 2023-12-05T15:48:32.501 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25310]: [05/Dec/2023:15:48:32] ENGINE Serving on https://172.21.15.16:7150 2023-12-05T15:48:32.501 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25310]: [05/Dec/2023:15:48:32] ENGINE Bus STARTED 2023-12-05T15:48:32.576 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: { 2023-12-05T15:48:32.576 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-05T15:48:32.576 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "initialized": true 2023-12-05T15:48:32.577 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: } 2023-12-05T15:48:32.814 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25024]: cluster 2023-12-05T15:48:31.495041+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon y restarted 2023-12-05T15:48:32.815 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25024]: cluster 2023-12-05T15:48:31.496021+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon y 2023-12-05T15:48:32.815 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25024]: cluster 2023-12-05T15:48:31.498460+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-05T15:48:32.815 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25024]: cluster 2023-12-05T15:48:31.552628+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0568415s) 2023-12-05T15:48:32.815 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25024]: audit 2023-12-05T15:48:31.555489+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:48:32.815 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25024]: audit 2023-12-05T15:48:31.557414+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T15:48:32.815 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25024]: audit 2023-12-05T15:48:31.558614+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T15:48:32.815 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25024]: audit 2023-12-05T15:48:31.558957+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T15:48:32.815 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25024]: audit 2023-12-05T15:48:31.559255+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T15:48:32.815 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25024]: cluster 2023-12-05T15:48:31.570059+0000 mon.a (mon.0) 80 : cluster [INF] Manager daemon y is now available 2023-12-05T15:48:32.815 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25024]: audit 2023-12-05T15:48:31.600380+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:48:32.815 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25024]: audit 2023-12-05T15:48:31.605653+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:48:32.815 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25024]: audit 2023-12-05T15:48:31.631842+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:48:32.815 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25024]: audit 2023-12-05T15:48:31.637308+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:48:32.816 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25024]: cephadm 2023-12-05T15:48:32.039977+0000 mgr.y (mgr.14152) 1 : cephadm [INF] [05/Dec/2023:15:48:32] ENGINE Bus STARTING 2023-12-05T15:48:32.816 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25024]: cephadm 2023-12-05T15:48:32.167011+0000 mgr.y (mgr.14152) 2 : cephadm [INF] [05/Dec/2023:15:48:32] ENGINE Serving on https://172.21.15.16:7150 2023-12-05T15:48:32.816 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25024]: cephadm 2023-12-05T15:48:32.167615+0000 mgr.y (mgr.14152) 3 : cephadm [INF] [05/Dec/2023:15:48:32] ENGINE Bus STARTED 2023-12-05T15:48:32.816 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:32 smithi016 bash[25024]: audit 2023-12-05T15:48:32.173989+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:48:33.285 INFO:teuthology.orchestra.run.smithi016.stderr:mgr epoch 9 is available 2023-12-05T15:48:33.285 INFO:teuthology.orchestra.run.smithi016.stderr:Generating a dashboard self-signed certificate... 2023-12-05T15:48:33.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:33 smithi016 bash[25024]: audit 2023-12-05T15:48:32.556605+0000 mgr.y (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-05T15:48:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:33 smithi016 bash[25024]: cluster 2023-12-05T15:48:32.558032+0000 mon.a (mon.0) 86 : cluster [DBG] mgrmap e11: y(active, since 1.06223s) 2023-12-05T15:48:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:33 smithi016 bash[25024]: audit 2023-12-05T15:48:32.572312+0000 mgr.y (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-05T15:48:34.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:34 smithi016 bash[25024]: cluster 2023-12-05T15:48:33.562385+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e12: y(active, since 2s) 2023-12-05T15:48:34.959 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-05T15:48:35.607 INFO:teuthology.orchestra.run.smithi016.stderr:Creating initial admin user... 2023-12-05T15:48:36.323 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:35 smithi016 bash[25024]: audit 2023-12-05T15:48:34.606237+0000 mgr.y (mgr.14152) 6 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:48:36.323 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:35 smithi016 bash[25024]: audit 2023-12-05T15:48:34.950097+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:48:36.323 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:35 smithi016 bash[25024]: audit 2023-12-05T15:48:34.954973+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:48:37.255 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$gKgmkrhJWVKVOWRv.PHOTO1jMr32rdUUtqnczCCDKuLytIdP1O8Yu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701791317, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-05T15:48:37.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:37 smithi016 bash[25024]: audit 2023-12-05T15:48:36.385507+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:48:37.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:37 smithi016 bash[25024]: audit 2023-12-05T15:48:36.883027+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:48:37.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:37 smithi016 bash[25024]: audit 2023-12-05T15:48:36.987073+0000 mgr.y (mgr.14152) 7 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:48:37.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:37 smithi016 bash[25024]: audit 2023-12-05T15:48:37.251336+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:48:37.972 INFO:teuthology.orchestra.run.smithi016.stderr:Fetching dashboard port number... 2023-12-05T15:48:39.295 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 8443 2023-12-05T15:48:39.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:39 smithi016 bash[25024]: cluster 2023-12-05T15:48:38.390900+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: y(active, since 6s) 2023-12-05T15:48:39.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:39 smithi016 bash[25024]: audit 2023-12-05T15:48:39.291336+0000 mon.a (mon.0) 94 : audit [DBG] from='client.? 172.21.15.16:0/1459101948' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-05T15:48:39.988 INFO:teuthology.orchestra.run.smithi016.stderr:firewalld does not appear to be present 2023-12-05T15:48:39.988 INFO:teuthology.orchestra.run.smithi016.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-05T15:48:39.992 INFO:teuthology.orchestra.run.smithi016.stderr:Ceph Dashboard is now available at: 2023-12-05T15:48:39.992 INFO:teuthology.orchestra.run.smithi016.stderr: 2023-12-05T15:48:39.992 INFO:teuthology.orchestra.run.smithi016.stderr: URL: https://smithi016.front.sepia.ceph.com:8443/ 2023-12-05T15:48:39.992 INFO:teuthology.orchestra.run.smithi016.stderr: User: admin 2023-12-05T15:48:39.992 INFO:teuthology.orchestra.run.smithi016.stderr: Password: jboa4atdve 2023-12-05T15:48:39.992 INFO:teuthology.orchestra.run.smithi016.stderr: 2023-12-05T15:48:39.993 INFO:teuthology.orchestra.run.smithi016.stderr:Enabling autotune for osd_memory_target 2023-12-05T15:48:44.190 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-05T15:48:44.862 INFO:teuthology.orchestra.run.smithi016.stderr:You can access the Ceph CLI with: 2023-12-05T15:48:44.862 INFO:teuthology.orchestra.run.smithi016.stderr: 2023-12-05T15:48:44.862 INFO:teuthology.orchestra.run.smithi016.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-05T15:48:44.862 INFO:teuthology.orchestra.run.smithi016.stderr: 2023-12-05T15:48:44.862 INFO:teuthology.orchestra.run.smithi016.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-05T15:48:44.862 INFO:teuthology.orchestra.run.smithi016.stderr: 2023-12-05T15:48:44.862 INFO:teuthology.orchestra.run.smithi016.stderr: ceph telemetry on 2023-12-05T15:48:44.862 INFO:teuthology.orchestra.run.smithi016.stderr: 2023-12-05T15:48:44.862 INFO:teuthology.orchestra.run.smithi016.stderr:For more information see: 2023-12-05T15:48:44.863 INFO:teuthology.orchestra.run.smithi016.stderr: 2023-12-05T15:48:44.863 INFO:teuthology.orchestra.run.smithi016.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-05T15:48:44.863 INFO:teuthology.orchestra.run.smithi016.stderr: 2023-12-05T15:48:44.863 INFO:teuthology.orchestra.run.smithi016.stderr:Bootstrap complete. 2023-12-05T15:48:44.896 INFO:tasks.cephadm:Fetching config... 2023-12-05T15:48:44.897 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-12-05T15:48:44.897 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-05T15:48:44.904 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-05T15:48:44.905 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-12-05T15:48:44.905 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-05T15:48:44.910 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-05T15:48:44.910 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-12-05T15:48:44.910 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-05T15:48:44.925 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-05T15:48:44.928 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-12-05T15:48:44.928 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-05T15:48:44.973 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-05T15:48:44.973 DEBUG:teuthology.orchestra.run.smithi016:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBKtwMhscGHLGuuRPRRZMU9TmYZSbzzB5mrF/3kFTh0gPPRkXtZPo9/n3/cZCwVhgAXTWiHz+ihykr4NAn3TK3/yF/upzjMBPmzpm3inuYZJ3TcKNerG7XY5EptJxEm0x6BHeIeifb13ks6Rq4OZxwEdPjDhbGYgzf6G6q54905ZZGN08/BOZJrREbe0yGpiXaQT+n3/eC9/Ym0uJOl7fa5Aow0X8D5dRKFyqP6FHumRb9Ggj1ZDf4rHG+gS6VI+aKZzKFLXcgIdJ1ZAIN11OaB5TQycqfaRr1K0vy9Wqib0ZJw0MgZFmBxhYtCM2vtOPvkOXdt48lR+bMZ6KLk4D4dU+O7ZLh/LFBnLBtsdQDEx3iPsugqFusRTJjpWWCAJf6sYjP3Zf5kxh2I6JA7c6LePbhwcdwcxNRpCwf6aXiIQXaDjZNF5i4lnT90kZlVOxG27f2Br/MjI/meqdm50FC5DTZkK+fDbXTKBbS20B/Qa9+NSQw4P0oTZvs6rWzP90= ceph-787c96ca-9385-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-05T15:48:44.998 INFO:teuthology.orchestra.run.smithi016.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBKtwMhscGHLGuuRPRRZMU9TmYZSbzzB5mrF/3kFTh0gPPRkXtZPo9/n3/cZCwVhgAXTWiHz+ihykr4NAn3TK3/yF/upzjMBPmzpm3inuYZJ3TcKNerG7XY5EptJxEm0x6BHeIeifb13ks6Rq4OZxwEdPjDhbGYgzf6G6q54905ZZGN08/BOZJrREbe0yGpiXaQT+n3/eC9/Ym0uJOl7fa5Aow0X8D5dRKFyqP6FHumRb9Ggj1ZDf4rHG+gS6VI+aKZzKFLXcgIdJ1ZAIN11OaB5TQycqfaRr1K0vy9Wqib0ZJw0MgZFmBxhYtCM2vtOPvkOXdt48lR+bMZ6KLk4D4dU+O7ZLh/LFBnLBtsdQDEx3iPsugqFusRTJjpWWCAJf6sYjP3Zf5kxh2I6JA7c6LePbhwcdwcxNRpCwf6aXiIQXaDjZNF5i4lnT90kZlVOxG27f2Br/MjI/meqdm50FC5DTZkK+fDbXTKBbS20B/Qa9+NSQw4P0oTZvs6rWzP90= ceph-787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:48:45.007 DEBUG:teuthology.orchestra.run.smithi038:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBKtwMhscGHLGuuRPRRZMU9TmYZSbzzB5mrF/3kFTh0gPPRkXtZPo9/n3/cZCwVhgAXTWiHz+ihykr4NAn3TK3/yF/upzjMBPmzpm3inuYZJ3TcKNerG7XY5EptJxEm0x6BHeIeifb13ks6Rq4OZxwEdPjDhbGYgzf6G6q54905ZZGN08/BOZJrREbe0yGpiXaQT+n3/eC9/Ym0uJOl7fa5Aow0X8D5dRKFyqP6FHumRb9Ggj1ZDf4rHG+gS6VI+aKZzKFLXcgIdJ1ZAIN11OaB5TQycqfaRr1K0vy9Wqib0ZJw0MgZFmBxhYtCM2vtOPvkOXdt48lR+bMZ6KLk4D4dU+O7ZLh/LFBnLBtsdQDEx3iPsugqFusRTJjpWWCAJf6sYjP3Zf5kxh2I6JA7c6LePbhwcdwcxNRpCwf6aXiIQXaDjZNF5i4lnT90kZlVOxG27f2Br/MjI/meqdm50FC5DTZkK+fDbXTKBbS20B/Qa9+NSQw4P0oTZvs6rWzP90= ceph-787c96ca-9385-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-05T15:48:45.033 INFO:teuthology.orchestra.run.smithi038.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBKtwMhscGHLGuuRPRRZMU9TmYZSbzzB5mrF/3kFTh0gPPRkXtZPo9/n3/cZCwVhgAXTWiHz+ihykr4NAn3TK3/yF/upzjMBPmzpm3inuYZJ3TcKNerG7XY5EptJxEm0x6BHeIeifb13ks6Rq4OZxwEdPjDhbGYgzf6G6q54905ZZGN08/BOZJrREbe0yGpiXaQT+n3/eC9/Ym0uJOl7fa5Aow0X8D5dRKFyqP6FHumRb9Ggj1ZDf4rHG+gS6VI+aKZzKFLXcgIdJ1ZAIN11OaB5TQycqfaRr1K0vy9Wqib0ZJw0MgZFmBxhYtCM2vtOPvkOXdt48lR+bMZ6KLk4D4dU+O7ZLh/LFBnLBtsdQDEx3iPsugqFusRTJjpWWCAJf6sYjP3Zf5kxh2I6JA7c6LePbhwcdwcxNRpCwf6aXiIQXaDjZNF5i4lnT90kZlVOxG27f2Br/MjI/meqdm50FC5DTZkK+fDbXTKBbS20B/Qa9+NSQw4P0oTZvs6rWzP90= ceph-787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:48:45.045 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-05T15:48:45.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:45 smithi016 bash[25024]: audit 2023-12-05T15:48:44.179875+0000 mon.a (mon.0) 95 : audit [INF] from='client.? 172.21.15.16:0/2206663825' entity='client.admin' 2023-12-05T15:48:49.465 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-05T15:48:49.466 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-05T15:48:49.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:49 smithi016 bash[25024]: audit 2023-12-05T15:48:48.497984+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 172.21.15.16:0/4246172396' entity='client.admin' 2023-12-05T15:48:52.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:52 smithi016 bash[25024]: cluster 2023-12-05T15:48:51.560132+0000 mgr.y (mgr.14152) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:48:52.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:52 smithi016 bash[25024]: audit 2023-12-05T15:48:52.422321+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:48:52.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:52 smithi016 bash[25024]: audit 2023-12-05T15:48:52.423690+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:48:52.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:52 smithi016 bash[25024]: audit 2023-12-05T15:48:52.429755+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:48:52.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:52 smithi016 bash[25024]: audit 2023-12-05T15:48:52.431833+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:48:52.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:52 smithi016 bash[25024]: audit 2023-12-05T15:48:52.437263+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:48:53.697 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi038 2023-12-05T15:48:53.697 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-05T15:48:53.697 DEBUG:teuthology.orchestra.run.smithi038:> dd of=/etc/ceph/ceph.conf 2023-12-05T15:48:53.704 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-05T15:48:53.705 DEBUG:teuthology.orchestra.run.smithi038:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-05T15:48:53.711 INFO:tasks.cephadm:Adding host smithi038 to orchestrator... 2023-12-05T15:48:53.711 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph orch host add smithi038 2023-12-05T15:48:54.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:53 smithi016 bash[25024]: audit 2023-12-05T15:48:52.942606+0000 mgr.y (mgr.14152) 9 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:48:54.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:53 smithi016 bash[25024]: audit 2023-12-05T15:48:52.946565+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:48:54.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:53 smithi016 bash[25024]: audit 2023-12-05T15:48:52.953632+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:48:54.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:53 smithi016 bash[25024]: audit 2023-12-05T15:48:52.956327+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:48:54.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:53 smithi016 bash[25024]: audit 2023-12-05T15:48:52.958041+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:48:54.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:53 smithi016 bash[25024]: cephadm 2023-12-05T15:48:52.960445+0000 mgr.y (mgr.14152) 10 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T15:48:54.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:53 smithi016 bash[25024]: cephadm 2023-12-05T15:48:53.070509+0000 mgr.y (mgr.14152) 11 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2023-12-05T15:48:54.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:53 smithi016 bash[25024]: audit 2023-12-05T15:48:53.397115+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:48:54.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:53 smithi016 bash[25024]: audit 2023-12-05T15:48:53.401765+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:48:55.086 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:54 smithi016 bash[25024]: cluster 2023-12-05T15:48:53.560552+0000 mgr.y (mgr.14152) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:48:57.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:56 smithi016 bash[25024]: cluster 2023-12-05T15:48:55.560876+0000 mgr.y (mgr.14152) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:48:57.721 INFO:teuthology.orchestra.run.smithi016.stdout:Added host 'smithi038' with addr '172.21.15.38' 2023-12-05T15:48:58.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:57 smithi016 bash[25024]: audit 2023-12-05T15:48:56.672476+0000 mgr.y (mgr.14152) 14 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi038", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:48:58.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:57 smithi016 bash[25024]: cephadm 2023-12-05T15:48:57.068459+0000 mgr.y (mgr.14152) 15 : cephadm [INF] Deploying cephadm binary to smithi038 2023-12-05T15:48:58.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:57 smithi016 bash[25024]: audit 2023-12-05T15:48:57.717012+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:48:58.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:57 smithi016 bash[25024]: audit 2023-12-05T15:48:57.742374+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:48:58.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:57 smithi016 bash[25024]: audit 2023-12-05T15:48:57.745106+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:48:58.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:57 smithi016 bash[25024]: audit 2023-12-05T15:48:57.746743+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:48:58.351 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-05T15:48:59.309 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:59 smithi016 bash[25024]: cluster 2023-12-05T15:48:57.561277+0000 mgr.y (mgr.14152) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:48:59.309 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:59 smithi016 bash[25024]: cephadm 2023-12-05T15:48:57.717813+0000 mgr.y (mgr.14152) 17 : cephadm [INF] Added host smithi038 2023-12-05T15:48:59.309 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:59 smithi016 bash[25024]: audit 2023-12-05T15:48:58.037939+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:48:59.309 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:48:59 smithi016 bash[25024]: audit 2023-12-05T15:48:58.789342+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:00.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:00 smithi016 bash[25024]: audit 2023-12-05T15:48:59.320707+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:00.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:00 smithi016 bash[25024]: cluster 2023-12-05T15:48:59.561716+0000 mgr.y (mgr.14152) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:01.191 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-12-05T15:49:01.191 INFO:teuthology.orchestra.run.smithi016.stdout:[{"addr": "172.21.15.16", "hostname": "smithi016", "labels": [], "status": ""}, {"addr": "172.21.15.38", "hostname": "smithi038", "labels": [], "status": ""}] 2023-12-05T15:49:01.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:01 smithi016 bash[25024]: audit 2023-12-05T15:49:01.186814+0000 mgr.y (mgr.14152) 19 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T15:49:01.897 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-05T15:49:01.897 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-05T15:49:02.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:02 smithi016 bash[25024]: cluster 2023-12-05T15:49:01.562192+0000 mgr.y (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:04.870 INFO:teuthology.orchestra.run.smithi016.stderr:adjusted tunables profile to default 2023-12-05T15:49:05.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:04 smithi016 bash[25024]: cluster 2023-12-05T15:49:03.562615+0000 mgr.y (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:05.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:04 smithi016 bash[25024]: audit 2023-12-05T15:49:03.845988+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:05.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:04 smithi016 bash[25024]: audit 2023-12-05T15:49:03.850330+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:05.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:04 smithi016 bash[25024]: audit 2023-12-05T15:49:03.851512+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi038", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:49:05.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:04 smithi016 bash[25024]: audit 2023-12-05T15:49:03.857975+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:05.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:04 smithi016 bash[25024]: audit 2023-12-05T15:49:04.704310+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.16:0/1968275968' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-05T15:49:05.524 INFO:tasks.cephadm:Adding mon.a on smithi016 2023-12-05T15:49:05.524 INFO:tasks.cephadm:Adding mon.c on smithi016 2023-12-05T15:49:05.524 INFO:tasks.cephadm:Adding mon.b on smithi038 2023-12-05T15:49:05.524 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 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph orch apply mon '3;smithi016:172.21.15.16=a;smithi016:[v2:172.21.15.16:3301,v1:172.21.15.16:6790]=c;smithi038:172.21.15.38=b' 2023-12-05T15:49:06.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:05 smithi016 bash[25024]: audit 2023-12-05T15:49:04.859636+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.16:0/1968275968' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-05T15:49:06.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:05 smithi016 bash[25024]: cluster 2023-12-05T15:49:04.859789+0000 mon.a (mon.0) 121 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T15:49:07.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:06 smithi016 bash[25024]: cluster 2023-12-05T15:49:05.563035+0000 mgr.y (mgr.14152) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:07.950 INFO:teuthology.orchestra.run.smithi038.stdout:Scheduled mon update... 2023-12-05T15:49:08.583 DEBUG:teuthology.orchestra.run.smithi016:mon.c> sudo journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@mon.c.service 2023-12-05T15:49:08.586 DEBUG:teuthology.orchestra.run.smithi038:mon.b> sudo journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@mon.b.service 2023-12-05T15:49:08.588 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-05T15:49:08.590 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 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T15:49:09.107 INFO:journalctl@ceph.mon.b.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T15:49:09.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:08 smithi016 bash[25024]: cluster 2023-12-05T15:49:07.563426+0000 mgr.y (mgr.14152) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:09.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:08 smithi016 bash[25024]: audit 2023-12-05T15:49:07.934847+0000 mgr.y (mgr.14152) 24 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi016:172.21.15.16=a;smithi016:[v2:172.21.15.16:3301,v1:172.21.15.16:6790]=c;smithi038:172.21.15.38=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:49:09.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:08 smithi016 bash[25024]: cephadm 2023-12-05T15:49:07.940083+0000 mgr.y (mgr.14152) 25 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi016:[v2:172.21.15.16:3301,v1:172.21.15.16:6790]=c;smithi038:172.21.15.38=b;count:3 2023-12-05T15:49:09.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:08 smithi016 bash[25024]: audit 2023-12-05T15:49:07.945142+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:09.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:08 smithi016 bash[25024]: audit 2023-12-05T15:49:07.984702+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:49:09.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:08 smithi016 bash[25024]: audit 2023-12-05T15:49:07.989688+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:09.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:08 smithi016 bash[25024]: audit 2023-12-05T15:49:07.992021+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:49:09.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:08 smithi016 bash[25024]: cephadm 2023-12-05T15:49:07.994808+0000 mgr.y (mgr.14152) 26 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T15:49:09.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:08 smithi016 bash[25024]: cephadm 2023-12-05T15:49:08.122312+0000 mgr.y (mgr.14152) 27 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2023-12-05T15:49:09.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:08 smithi016 bash[25024]: audit 2023-12-05T15:49:08.337152+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:09.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:08 smithi016 bash[25024]: audit 2023-12-05T15:49:08.343398+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:09.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:08 smithi016 bash[25024]: audit 2023-12-05T15:49:08.346012+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T15:49:09.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:08 smithi016 bash[25024]: audit 2023-12-05T15:49:08.347489+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:09.476 INFO:journalctl@ceph.mon.c.smithi016.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T15:49:10.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:09 smithi016 bash[25024]: cephadm 2023-12-05T15:49:08.349041+0000 mgr.y (mgr.14152) 28 : cephadm [INF] Deploying daemon mon.c on smithi016 2023-12-05T15:49:11.171 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-05T15:49:11.171 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":1,"fsid":"787c96ca-9385-11ee-95a2-87774f69a715","modified":"2023-12-05T15:47:23.837412Z","created":"2023-12-05T15:47:23.837412Z","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.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T15:49:11.175 INFO:teuthology.orchestra.run.smithi038.stderr:dumped monmap epoch 1 2023-12-05T15:49:11.300 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:10 smithi016 bash[25024]: cluster 2023-12-05T15:49:09.563826+0000 mgr.y (mgr.14152) 29 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:12.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:11 smithi016 bash[25024]: audit 2023-12-05T15:49:11.167152+0000 mon.a (mon.0) 130 : audit [DBG] from='client.? 172.21.15.38:0/320953289' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T15:49:12.793 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-05T15:49:12.793 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 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T15:49:13.234 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:12 smithi016 bash[25024]: cluster 2023-12-05T15:49:11.564288+0000 mgr.y (mgr.14152) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:13.234 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:12 smithi016 bash[25024]: audit 2023-12-05T15:49:12.442118+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:13.234 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:12 smithi016 bash[25024]: audit 2023-12-05T15:49:12.443818+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T15:49:13.234 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:12 smithi016 bash[25024]: audit 2023-12-05T15:49:12.445118+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:13.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:13 smithi016 bash[30458]: debug 2023-12-05T15:49:13.381+0000 7f4208e64700 10 mon.c@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-05T15:49:17.597 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:17 smithi038 systemd[1]: Started Ceph mon.b for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T15:49:18.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.430+0000 7fe7d0a9f880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-05T15:49:18.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.430+0000 7fe7d0a9f880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-05T15:49:18.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.430+0000 7fe7d0a9f880 0 pidfile_write: ignore empty --pid-file 2023-12-05T15:49:18.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 0 load: jerasure load: lrc 2023-12-05T15:49:18.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: RocksDB version: 6.15.5 2023-12-05T15:49:18.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-05T15:49:18.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Compile date Apr 18 2022 2023-12-05T15:49:18.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: DB SUMMARY 2023-12-05T15:49:18.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: DB Session ID: Y7WLFRYK0I2OMCCZTRCR 2023-12-05T15:49:18.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: CURRENT file: CURRENT 2023-12-05T15:49:18.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-05T15:49:18.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-05T15:49:18.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2023-12-05T15:49:18.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2023-12-05T15:49:18.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.error_if_exists: 0 2023-12-05T15:49:18.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.create_if_missing: 0 2023-12-05T15:49:18.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.paranoid_checks: 1 2023-12-05T15:49:18.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-05T15:49:18.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.env: 0x55dd93766860 2023-12-05T15:49:18.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.fs: Posix File System 2023-12-05T15:49:18.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.info_log: 0x55dd94071e00 2023-12-05T15:49:18.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-05T15:49:18.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.statistics: (nil) 2023-12-05T15:49:18.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.use_fsync: 0 2023-12-05T15:49:18.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_log_file_size: 0 2023-12-05T15:49:18.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-05T15:49:18.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-05T15:49:18.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-05T15:49:18.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-05T15:49:18.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.allow_fallocate: 1 2023-12-05T15:49:18.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-05T15:49:18.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-05T15:49:18.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.use_direct_reads: 0 2023-12-05T15:49:18.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-05T15:49:18.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-05T15:49:18.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.db_log_dir: 2023-12-05T15:49:18.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2023-12-05T15:49:18.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-05T15:49:18.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-05T15:49:18.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-05T15:49:18.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-05T15:49:18.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-05T15:49:18.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-05T15:49:18.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-05T15:49:18.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-05T15:49:18.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.write_buffer_manager: 0x55dd941622d0 2023-12-05T15:49:18.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-05T15:49:18.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-05T15:49:18.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-05T15:49:18.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-05T15:49:18.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-05T15:49:18.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-05T15:49:18.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-05T15:49:18.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-05T15:49:18.592 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-05T15:49:18.592 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.unordered_write: 0 2023-12-05T15:49:18.592 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-05T15:49:18.592 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-05T15:49:18.592 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-05T15:49:18.592 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-05T15:49:18.592 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.row_cache: None 2023-12-05T15:49:18.592 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.wal_filter: None 2023-12-05T15:49:18.593 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-05T15:49:18.593 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-05T15:49:18.593 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.preserve_deletes: 0 2023-12-05T15:49:18.593 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.two_write_queues: 0 2023-12-05T15:49:18.593 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-05T15:49:18.593 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.atomic_flush: 0 2023-12-05T15:49:18.593 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-05T15:49:18.593 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-05T15:49:18.593 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-05T15:49:18.593 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.log_readahead_size: 0 2023-12-05T15:49:18.593 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-05T15:49:18.593 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-05T15:49:18.593 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-05T15:49:18.593 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-05T15:49:18.593 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-05T15:49:18.594 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-05T15:49:18.594 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_background_jobs: 2 2023-12-05T15:49:18.594 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_background_compactions: -1 2023-12-05T15:49:18.594 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_subcompactions: 1 2023-12-05T15:49:18.594 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-05T15:49:18.594 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-05T15:49:18.594 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-05T15:49:18.594 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-05T15:49:18.594 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-05T15:49:18.594 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-05T15:49:18.594 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-05T15:49:18.594 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-05T15:49:18.594 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_open_files: -1 2023-12-05T15:49:18.594 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-05T15:49:18.595 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-05T15:49:18.595 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-05T15:49:18.595 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-05T15:49:18.595 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_background_flushes: -1 2023-12-05T15:49:18.595 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Compression algorithms supported: 2023-12-05T15:49:18.595 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-05T15:49:18.595 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: kZSTD supported: 0 2023-12-05T15:49:18.595 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: kXpressCompression supported: 0 2023-12-05T15:49:18.595 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-05T15:49:18.595 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: kLZ4Compression supported: 1 2023-12-05T15:49:18.595 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: kBZip2Compression supported: 0 2023-12-05T15:49:18.595 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: kZlibCompression supported: 1 2023-12-05T15:49:18.595 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: kSnappyCompression supported: 1 2023-12-05T15:49:18.595 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-05T15:49:18.595 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000003 2023-12-05T15:49:18.596 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-05T15:49:18.596 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-05T15:49:18.596 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.merge_operator: 2023-12-05T15:49:18.596 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compaction_filter: None 2023-12-05T15:49:18.596 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-05T15:49:18.596 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-05T15:49:18.596 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-05T15:49:18.596 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-05T15:49:18.596 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55dd9403fd00) 2023-12-05T15:49:18.596 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: cache_index_and_filter_blocks: 1 2023-12-05T15:49:18.596 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-05T15:49:18.596 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-05T15:49:18.596 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: pin_top_level_index_and_filter: 1 2023-12-05T15:49:18.596 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: index_type: 0 2023-12-05T15:49:18.597 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: data_block_index_type: 0 2023-12-05T15:49:18.597 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: index_shortening: 1 2023-12-05T15:49:18.597 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: data_block_hash_table_util_ratio: 0.750000 2023-12-05T15:49:18.597 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: hash_index_allow_collision: 1 2023-12-05T15:49:18.597 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: checksum: 1 2023-12-05T15:49:18.597 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: no_block_cache: 0 2023-12-05T15:49:18.597 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: block_cache: 0x55dd940a6170 2023-12-05T15:49:18.597 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: block_cache_name: BinnedLRUCache 2023-12-05T15:49:18.597 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: block_cache_options: 2023-12-05T15:49:18.597 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: capacity : 536870912 2023-12-05T15:49:18.597 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: num_shard_bits : 4 2023-12-05T15:49:18.597 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: strict_capacity_limit : 0 2023-12-05T15:49:18.597 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: high_pri_pool_ratio: 0.000 2023-12-05T15:49:18.597 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: block_cache_compressed: (nil) 2023-12-05T15:49:18.598 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: persistent_cache: (nil) 2023-12-05T15:49:18.598 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: block_size: 4096 2023-12-05T15:49:18.598 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: block_size_deviation: 10 2023-12-05T15:49:18.598 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: block_restart_interval: 16 2023-12-05T15:49:18.598 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: index_block_restart_interval: 1 2023-12-05T15:49:18.598 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: metadata_block_size: 4096 2023-12-05T15:49:18.598 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: partition_filters: 0 2023-12-05T15:49:18.598 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: use_delta_encoding: 1 2023-12-05T15:49:18.598 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-05T15:49:18.598 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: whole_key_filtering: 1 2023-12-05T15:49:18.598 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: verify_compression: 0 2023-12-05T15:49:18.598 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: read_amp_bytes_per_bit: 0 2023-12-05T15:49:18.598 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: format_version: 4 2023-12-05T15:49:18.598 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: enable_index_compression: 1 2023-12-05T15:49:18.599 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: block_align: 0 2023-12-05T15:49:18.599 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-05T15:49:18.599 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-05T15:49:18.599 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compression: NoCompression 2023-12-05T15:49:18.599 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-05T15:49:18.599 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-05T15:49:18.599 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-05T15:49:18.599 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.num_levels: 7 2023-12-05T15:49:18.599 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-05T15:49:18.599 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-05T15:49:18.599 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-05T15:49:18.599 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-05T15:49:18.599 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-05T15:49:18.599 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-05T15:49:18.599 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-05T15:49:18.600 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-05T15:49:18.600 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-05T15:49:18.600 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-05T15:49:18.600 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-05T15:49:18.600 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-05T15:49:18.600 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-05T15:49:18.600 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-05T15:49:18.600 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-05T15:49:18.600 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-05T15:49:18.600 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-05T15:49:18.600 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-05T15:49:18.600 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-05T15:49:18.600 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-05T15:49:18.600 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-05T15:49:18.600 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-05T15:49:18.601 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-05T15:49:18.601 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-05T15:49:18.601 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-05T15:49:18.601 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-05T15:49:18.601 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-05T15:49:18.601 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-05T15:49:18.601 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-05T15:49:18.601 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-05T15:49:18.601 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-05T15:49:18.601 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-05T15:49:18.601 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-05T15:49:18.601 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-05T15:49:18.601 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-05T15:49:18.601 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-05T15:49:18.602 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-05T15:49:18.602 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-05T15:49:18.602 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-05T15:49:18.602 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-05T15:49:18.602 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-05T15:49:18.602 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-05T15:49:18.602 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-05T15:49:18.602 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-05T15:49:18.602 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-05T15:49:18.602 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-05T15:49:18.602 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-05T15:49:18.602 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-05T15:49:18.602 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-05T15:49:18.602 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.table_properties_collectors: 2023-12-05T15:49:18.602 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.inplace_update_support: 0 2023-12-05T15:49:18.603 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-05T15:49:18.603 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-05T15:49:18.603 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-05T15:49:18.603 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-05T15:49:18.603 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.bloom_locality: 0 2023-12-05T15:49:18.603 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.max_successive_merges: 0 2023-12-05T15:49:18.603 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-05T15:49:18.603 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-05T15:49:18.603 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-05T15:49:18.603 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-05T15:49:18.603 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.ttl: 2592000 2023-12-05T15:49:18.603 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-05T15:49:18.603 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.enable_blob_files: false 2023-12-05T15:49:18.603 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.min_blob_size: 0 2023-12-05T15:49:18.603 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-05T15:49:18.604 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-05T15:49:18.604 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-05T15:49:18.604 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-05T15:49:18.604 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 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 2023-12-05T15:49:18.604 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-05T15:49:18.604 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-05T15:49:18.604 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701791358444254, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-05T15:49:18.604 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.438+0000 7fe7d0a9f880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-05T15:49:18.604 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.442+0000 7fe7d0a9f880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-05T15:49:18.604 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.442+0000 7fe7d0a9f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701791358446407, "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": 1701791358, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "216e8ca0-ae87-470f-a702-477ca68a1698", "db_session_id": "Y7WLFRYK0I2OMCCZTRCR"}} 2023-12-05T15:49:18.604 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.442+0000 7fe7d0a9f880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-05T15:49:18.604 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.446+0000 7fe7d0a9f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701791358449587, "job": 1, "event": "recovery_finished"} 2023-12-05T15:49:18.604 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.446+0000 7fe7d0a9f880 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 2023-12-05T15:49:18.604 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.446+0000 7fe7d0a9f880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55dd9408ca80 2023-12-05T15:49:18.604 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.446+0000 7fe7d0a9f880 4 rocksdb: DB pointer 0x55dd9409c000 2023-12-05T15:49:18.605 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.446+0000 7fe7c0827700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-05T15:49:18.605 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.446+0000 7fe7c0827700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-05T15:49:18.605 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: ** DB Stats ** 2023-12-05T15:49:18.605 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T15:49:18.605 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-05T15:49:18.605 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T15:49:18.605 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T15:49:18.605 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-05T15:49:18.605 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-05T15:49:18.605 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T15:49:18.605 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: ** Compaction Stats [default] ** 2023-12-05T15:49:18.605 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-05T15:49:18.605 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T15:49:18.605 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.7 0.00 0.00 1 0.002 0 0 2023-12-05T15:49:18.605 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.7 0.00 0.00 1 0.002 0 0 2023-12-05T15:49:18.606 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.7 0.00 0.00 1 0.002 0 0 2023-12-05T15:49:18.606 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: ** Compaction Stats [default] ** 2023-12-05T15:49:18.606 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-05T15:49:18.606 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T15:49:18.606 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.7 0.00 0.00 1 0.002 0 0 2023-12-05T15:49:18.606 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T15:49:18.606 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T15:49:18.606 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T15:49:18.606 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T15:49:18.606 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T15:49:18.606 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: AddFile(Keys): cumulative 0, interval 0 2023-12-05T15:49:18.606 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Cumulative compaction: 0.00 GB write, 0.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T15:49:18.606 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Interval compaction: 0.00 GB write, 0.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T15:49:18.606 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-05T15:49:18.606 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: ** File Read Latency Histogram By Level [default] ** 2023-12-05T15:49:18.607 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: ** Compaction Stats [default] ** 2023-12-05T15:49:18.607 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-05T15:49:18.607 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T15:49:18.607 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.7 0.00 0.00 1 0.002 0 0 2023-12-05T15:49:18.607 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.7 0.00 0.00 1 0.002 0 0 2023-12-05T15:49:18.607 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-05T15:49:18.607 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: ** Compaction Stats [default] ** 2023-12-05T15:49:18.607 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-05T15:49:18.607 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T15:49:18.607 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.7 0.00 0.00 1 0.002 0 0 2023-12-05T15:49:18.607 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T15:49:18.607 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T15:49:18.607 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T15:49:18.607 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T15:49:18.608 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T15:49:18.608 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: AddFile(Keys): cumulative 0, interval 0 2023-12-05T15:49:18.608 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Cumulative compaction: 0.00 GB write, 0.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T15:49:18.608 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T15:49:18.608 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-05T15:49:18.608 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: ** File Read Latency Histogram By Level [default] ** 2023-12-05T15:49:18.608 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.446+0000 7fe7d0a9f880 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2023-12-05T15:49:18.608 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.446+0000 7fe7d0a9f880 0 using public_addr v2:172.21.15.38:0/0 -> [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] 2023-12-05T15:49:18.608 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.450+0000 7fe7d0a9f880 0 starting mon.b rank -1 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-b fsid 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:49:18.608 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.450+0000 7fe7d0a9f880 1 mon.b@-1(???) e0 preinit fsid 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:49:18.608 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.474+0000 7fe7c382d700 0 mon.b@-1(synchronizing).mds e1 new map 2023-12-05T15:49:18.608 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.474+0000 7fe7c382d700 0 mon.b@-1(synchronizing).mds e1 print_map 2023-12-05T15:49:18.608 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: e1 2023-12-05T15:49:18.608 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-05T15:49:18.608 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-05T15:49:18.608 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: legacy client fscid: -1 2023-12-05T15:49:18.609 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: 2023-12-05T15:49:18.609 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: No filesystems configured 2023-12-05T15:49:18.609 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.474+0000 7fe7c382d700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-05T15:49:18.609 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.474+0000 7fe7c382d700 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 2023-12-05T15:49:18.609 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.474+0000 7fe7c382d700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-05T15:49:18.609 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.474+0000 7fe7c382d700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-05T15:49:18.609 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.474+0000 7fe7c382d700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-05T15:49:18.609 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.474+0000 7fe7c382d700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-05T15:49:18.609 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: cluster debug 2023-12-05T15:49:18.478+0000 7fe7c382d700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires2023-12- 2023-12-05T15:49:18.609 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: 05Tdebug 2023-12-05T15:49:18.478+0000 7fe7c382d700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T15:49:18.609 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.478+0000 7fe7c382d700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T15:49:18.609 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: 15:49:03.562615+0000 mgr.y (mgr.14152) 21 : cluster debug 2023-12-05T15:49:18.478+0000 7fe7c382d700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T15:49:18.609 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:18.609 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:03.845988+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:18.609 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:03.850330+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:18.610 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:03.851512+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi038", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:49:18.610 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:03.857975+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:18.610 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:04.704310+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.16:0/1968275968' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-05T15:49:18.610 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:04.859636+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.16:0/1968275968' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-05T15:49:18.610 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: cluster 2023-12-05T15:49:04.859789+0000 mon.a (mon.0) 121 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T15:49:18.610 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: cluster 2023-12-05T15:49:05.563035+0000 mgr.y (mgr.14152) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:18.610 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: cluster 2023-12-05T15:49:07.563426+0000 mgr.y (mgr.14152) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:18.610 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:07.934847+0000 mgr.y (mgr.14152) 24 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi016:172.21.15.16=a;smithi016:[v2:172.21.15.16:3301,v1:172.21.15.16:6790]=c;smithi038:172.21.15.38=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:49:18.610 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: cephadm 2023-12-05T15:49:07.940083+0000 mgr.y (mgr.14152) 25 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi016:[v2:172.21.15.16:3301,v1:172.21.15.16:6790]=c;smithi038:172.21.15.38=b;count:3 2023-12-05T15:49:18.610 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:07.945142+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:18.610 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:07.984702+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:49:18.610 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:07.989688+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:18.610 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:07.992021+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:49:18.610 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: cephadm 2023-12-05T15:49:07.994808+0000 mgr.y (mgr.14152) 26 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T15:49:18.610 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: cephadm 2023-12-05T15:49:08.122312+0000 mgr.y (mgr.14152) 27 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2023-12-05T15:49:18.611 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:08.337152+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:18.611 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:08.343398+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:18.611 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:08.346012+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T15:49:18.611 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:08.347489+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:18.611 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: cephadm 2023-12-05T15:49:08.349041+0000 mgr.y (mgr.14152) 28 : cephadm [INF] Deploying daemon mon.c on smithi016 2023-12-05T15:49:18.611 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: cluster 2023-12-05T15:49:09.563826+0000 mgr.y (mgr.14152) 29 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:18.611 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:11.167152+0000 mon.a (mon.0) 130 : audit [DBG] from='client.? 172.21.15.38:0/320953289' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T15:49:18.611 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: cluster 2023-12-05T15:49:11.564288+0000 mgr.y (mgr.14152) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:18.611 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:12.442118+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:18.611 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:12.443818+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T15:49:18.611 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: audit 2023-12-05T15:49:12.445118+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:18.611 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.478+0000 7fe7c382d700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-05T15:49:18.611 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:18 smithi038 bash[25002]: debug 2023-12-05T15:49:18.482+0000 7fe7c382d700 10 mon.b@-1(synchronizing) e2 handle_conf_change mon_allow_pool_delete 2023-12-05T15:49:18.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: audit 2023-12-05T15:49:13.394631+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:49:18.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: cluster 2023-12-05T15:49:13.394969+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2023-12-05T15:49:18.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: audit 2023-12-05T15:49:13.396297+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:18.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: cluster 2023-12-05T15:49:13.564697+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:18.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: audit 2023-12-05T15:49:14.390374+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:18.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: audit 2023-12-05T15:49:15.390427+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:18.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: cluster 2023-12-05T15:49:15.392936+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-05T15:49:18.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: cluster 2023-12-05T15:49:15.565143+0000 mgr.y (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:18.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: audit 2023-12-05T15:49:16.390448+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:18.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: audit 2023-12-05T15:49:17.390705+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:18.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: cluster 2023-12-05T15:49:17.565562+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:18.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: audit 2023-12-05T15:49:18.390791+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:18.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: cluster 2023-12-05T15:49:18.399425+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-05T15:49:18.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: cluster 2023-12-05T15:49:18.405111+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],c=[v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0]} 2023-12-05T15:49:18.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: cluster 2023-12-05T15:49:18.405222+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2023-12-05T15:49:18.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: cluster 2023-12-05T15:49:18.405300+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T15:49:18.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: cluster 2023-12-05T15:49:18.405653+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 46s) 2023-12-05T15:49:18.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: cluster 2023-12-05T15:49:18.412247+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2023-12-05T15:49:18.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: audit 2023-12-05T15:49:18.415556+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:18.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: audit 2023-12-05T15:49:18.417743+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:49:18.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: audit 2023-12-05T15:49:18.420003+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:18.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[25024]: audit 2023-12-05T15:49:18.421748+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:49:18.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: audit 2023-12-05T15:49:13.394631+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:49:18.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: cluster 2023-12-05T15:49:13.394969+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2023-12-05T15:49:18.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: audit 2023-12-05T15:49:13.396297+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:18.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: cluster 2023-12-05T15:49:13.564697+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:18.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: audit 2023-12-05T15:49:14.390374+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:18.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: audit 2023-12-05T15:49:15.390427+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:18.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: cluster 2023-12-05T15:49:15.392936+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-05T15:49:18.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: cluster 2023-12-05T15:49:15.565143+0000 mgr.y (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:18.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: audit 2023-12-05T15:49:16.390448+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:18.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: audit 2023-12-05T15:49:17.390705+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:18.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: cluster 2023-12-05T15:49:17.565562+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:18.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: audit 2023-12-05T15:49:18.390791+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:18.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: cluster 2023-12-05T15:49:18.399425+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-05T15:49:18.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: cluster 2023-12-05T15:49:18.405111+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],c=[v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0]} 2023-12-05T15:49:18.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: cluster 2023-12-05T15:49:18.405222+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2023-12-05T15:49:18.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: cluster 2023-12-05T15:49:18.405300+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T15:49:18.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: cluster 2023-12-05T15:49:18.405653+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 46s) 2023-12-05T15:49:18.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: cluster 2023-12-05T15:49:18.412247+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2023-12-05T15:49:18.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: audit 2023-12-05T15:49:18.415556+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:18.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: audit 2023-12-05T15:49:18.417743+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:49:18.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: audit 2023-12-05T15:49:18.420003+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:18.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:18 smithi016 bash[30458]: audit 2023-12-05T15:49:18.421748+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:49:23.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: audit 2023-12-05T15:49:18.491297+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:49:23.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: cluster 2023-12-05T15:49:18.491616+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2023-12-05T15:49:23.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: cluster 2023-12-05T15:49:18.491899+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-05T15:49:23.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: audit 2023-12-05T15:49:18.493373+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:23.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: audit 2023-12-05T15:49:18.493563+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:23.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: audit 2023-12-05T15:49:19.486586+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:23.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: cluster 2023-12-05T15:49:19.565951+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:23.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: audit 2023-12-05T15:49:20.486690+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:23.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: audit 2023-12-05T15:49:21.486575+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:23.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: cluster 2023-12-05T15:49:21.566381+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:23.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: audit 2023-12-05T15:49:22.486835+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:23.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: audit 2023-12-05T15:49:23.487039+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:23.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: cluster 2023-12-05T15:49:23.493338+0000 mon.a (mon.0) 163 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-05T15:49:23.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: cluster 2023-12-05T15:49:23.498469+0000 mon.a (mon.0) 164 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],b=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0]} 2023-12-05T15:49:23.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: cluster 2023-12-05T15:49:23.498615+0000 mon.a (mon.0) 165 : cluster [DBG] fsmap 2023-12-05T15:49:23.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: cluster 2023-12-05T15:49:23.498693+0000 mon.a (mon.0) 166 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T15:49:23.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: cluster 2023-12-05T15:49:23.498976+0000 mon.a (mon.0) 167 : cluster [DBG] mgrmap e13: y(active, since 52s) 2023-12-05T15:49:23.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: cluster 2023-12-05T15:49:23.499353+0000 mon.a (mon.0) 168 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-05T15:49:23.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: cluster 2023-12-05T15:49:23.506926+0000 mon.a (mon.0) 169 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-05T15:49:23.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: cluster 2023-12-05T15:49:23.506970+0000 mon.a (mon.0) 170 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-05T15:49:23.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: cluster 2023-12-05T15:49:23.506992+0000 mon.a (mon.0) 171 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] is down (out of quorum) 2023-12-05T15:49:23.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: audit 2023-12-05T15:49:18.491297+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:49:23.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: cluster 2023-12-05T15:49:18.491616+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2023-12-05T15:49:23.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: cluster 2023-12-05T15:49:18.491899+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-05T15:49:23.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: audit 2023-12-05T15:49:18.493373+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:23.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: audit 2023-12-05T15:49:18.493563+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:23.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: audit 2023-12-05T15:49:19.486586+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:23.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: cluster 2023-12-05T15:49:19.565951+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:23.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: audit 2023-12-05T15:49:20.486690+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:23.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: audit 2023-12-05T15:49:21.486575+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:23.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: cluster 2023-12-05T15:49:21.566381+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:23.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: audit 2023-12-05T15:49:22.486835+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:23.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: audit 2023-12-05T15:49:23.487039+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:23.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: cluster 2023-12-05T15:49:23.493338+0000 mon.a (mon.0) 163 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-05T15:49:23.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: cluster 2023-12-05T15:49:23.498469+0000 mon.a (mon.0) 164 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],b=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0]} 2023-12-05T15:49:23.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: cluster 2023-12-05T15:49:23.498615+0000 mon.a (mon.0) 165 : cluster [DBG] fsmap 2023-12-05T15:49:23.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: cluster 2023-12-05T15:49:23.498693+0000 mon.a (mon.0) 166 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T15:49:23.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: cluster 2023-12-05T15:49:23.498976+0000 mon.a (mon.0) 167 : cluster [DBG] mgrmap e13: y(active, since 52s) 2023-12-05T15:49:23.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: cluster 2023-12-05T15:49:23.499353+0000 mon.a (mon.0) 168 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-05T15:49:23.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: cluster 2023-12-05T15:49:23.506926+0000 mon.a (mon.0) 169 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-05T15:49:23.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: cluster 2023-12-05T15:49:23.506970+0000 mon.a (mon.0) 170 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-05T15:49:23.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: cluster 2023-12-05T15:49:23.506992+0000 mon.a (mon.0) 171 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] is down (out of quorum) 2023-12-05T15:49:23.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: audit 2023-12-05T15:49:23.511235+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:23.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: audit 2023-12-05T15:49:23.515863+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:23.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[30458]: audit 2023-12-05T15:49:23.519756+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:23.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: audit 2023-12-05T15:49:23.511235+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:23.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: audit 2023-12-05T15:49:23.515863+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:23.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:23 smithi016 bash[25024]: audit 2023-12-05T15:49:23.519756+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:24.947 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[30458]: cephadm 2023-12-05T15:49:23.512196+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T15:49:24.947 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[30458]: cephadm 2023-12-05T15:49:23.516830+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T15:49:24.947 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[30458]: cluster 2023-12-05T15:49:23.566721+0000 mgr.y (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:24.947 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[30458]: audit 2023-12-05T15:49:23.646308+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:24.947 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[30458]: audit 2023-12-05T15:49:23.651413+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:24.947 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[30458]: audit 2023-12-05T15:49:23.656449+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:24.947 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[30458]: cephadm 2023-12-05T15:49:23.658274+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-05T15:49:24.947 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[30458]: audit 2023-12-05T15:49:23.658670+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T15:49:24.947 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[30458]: audit 2023-12-05T15:49:23.659773+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T15:49:24.947 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[30458]: audit 2023-12-05T15:49:23.660967+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:24.947 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[30458]: cephadm 2023-12-05T15:49:23.662244+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2023-12-05T15:49:24.947 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[30458]: audit 2023-12-05T15:49:24.487707+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:24.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[25024]: cephadm 2023-12-05T15:49:23.512196+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T15:49:24.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[25024]: cephadm 2023-12-05T15:49:23.516830+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T15:49:24.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[25024]: cluster 2023-12-05T15:49:23.566721+0000 mgr.y (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:24.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[25024]: audit 2023-12-05T15:49:23.646308+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:24.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[25024]: audit 2023-12-05T15:49:23.651413+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:24.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[25024]: audit 2023-12-05T15:49:23.656449+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:24.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[25024]: cephadm 2023-12-05T15:49:23.658274+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-05T15:49:24.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[25024]: audit 2023-12-05T15:49:23.658670+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T15:49:24.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[25024]: audit 2023-12-05T15:49:23.659773+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T15:49:24.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[25024]: audit 2023-12-05T15:49:23.660967+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:24.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[25024]: cephadm 2023-12-05T15:49:23.662244+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2023-12-05T15:49:24.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:24 smithi016 bash[25024]: audit 2023-12-05T15:49:24.487707+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:25.259 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-05T15:49:25.259 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":3,"fsid":"787c96ca-9385-11ee-95a2-87774f69a715","modified":"2023-12-05T15:49:18.486645Z","created":"2023-12-05T15:47:23.837412Z","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.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3301","nonce":0},{"type":"v1","addr":"172.21.15.16:6790","nonce":0}]},"addr":"172.21.15.16:6790/0","public_addr":"172.21.15.16:6790/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","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,1]} 2023-12-05T15:49:25.262 INFO:teuthology.orchestra.run.smithi038.stderr:dumped monmap epoch 3 2023-12-05T15:49:25.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:13.394631+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:49:25.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:13.394969+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2023-12-05T15:49:25.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:13.396297+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:25.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:13.564697+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:25.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:14.390374+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:25.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:15.390427+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:25.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:15.392936+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-05T15:49:25.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:15.565143+0000 mgr.y (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:25.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:16.390448+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:25.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:17.390705+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:25.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:17.565562+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:25.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:18.390791+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:25.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:18.399425+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-05T15:49:25.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:18.405111+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],c=[v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0]} 2023-12-05T15:49:25.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:18.405222+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2023-12-05T15:49:25.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:18.405300+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T15:49:25.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:18.405653+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 46s) 2023-12-05T15:49:25.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:18.412247+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2023-12-05T15:49:25.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:18.415556+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:25.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:18.417743+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:49:25.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:18.420003+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:25.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:18.421748+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:49:25.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:18.491297+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:49:25.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:18.491616+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2023-12-05T15:49:25.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:18.491899+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-05T15:49:25.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:18.493373+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:25.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:18.493563+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:49:25.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:19.486586+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:25.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:19.565951+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:25.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:20.486690+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:25.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:21.486575+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:25.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:21.566381+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:25.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:22.486835+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:25.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:23.487039+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:25.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:23.493338+0000 mon.a (mon.0) 163 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-05T15:49:25.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:23.498469+0000 mon.a (mon.0) 164 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],b=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0]} 2023-12-05T15:49:25.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:23.498615+0000 mon.a (mon.0) 165 : cluster [DBG] fsmap 2023-12-05T15:49:25.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:23.498693+0000 mon.a (mon.0) 166 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T15:49:25.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:23.498976+0000 mon.a (mon.0) 167 : cluster [DBG] mgrmap e13: y(active, since 52s) 2023-12-05T15:49:25.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:23.499353+0000 mon.a (mon.0) 168 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-05T15:49:25.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:23.506926+0000 mon.a (mon.0) 169 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-05T15:49:25.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:23.506970+0000 mon.a (mon.0) 170 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-05T15:49:25.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:23.506992+0000 mon.a (mon.0) 171 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] is down (out of quorum) 2023-12-05T15:49:25.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:23.511235+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:25.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:23.515863+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:25.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:23.519756+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:25.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cephadm 2023-12-05T15:49:23.512196+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T15:49:25.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cephadm 2023-12-05T15:49:23.516830+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T15:49:25.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:23.566721+0000 mgr.y (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:25.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:23.646308+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:25.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:23.651413+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:25.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:23.656449+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:25.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cephadm 2023-12-05T15:49:23.658274+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-05T15:49:25.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:23.658670+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T15:49:25.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:23.659773+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T15:49:25.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:23.660967+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:25.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cephadm 2023-12-05T15:49:23.662244+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2023-12-05T15:49:25.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:24.487707+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:25.927 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-05T15:49:25.927 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-05T15:49:25.939 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[30458]: cluster 2023-12-05T15:49:20.491796+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-05T15:49:25.939 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[30458]: cluster 2023-12-05T15:49:25.528215+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-05T15:49:25.939 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[30458]: cluster 2023-12-05T15:49:25.528310+0000 mon.a (mon.0) 184 : cluster [INF] mon.a calling monitor election 2023-12-05T15:49:25.939 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[30458]: cluster 2023-12-05T15:49:25.529448+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-05T15:49:25.939 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[30458]: cluster 2023-12-05T15:49:25.532027+0000 mon.a (mon.0) 185 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T15:49:25.940 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[30458]: cluster 2023-12-05T15:49:25.541789+0000 mon.a (mon.0) 186 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],b=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0]} 2023-12-05T15:49:25.940 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[30458]: cluster 2023-12-05T15:49:25.541954+0000 mon.a (mon.0) 187 : cluster [DBG] fsmap 2023-12-05T15:49:25.940 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[30458]: cluster 2023-12-05T15:49:25.542045+0000 mon.a (mon.0) 188 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T15:49:25.940 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[30458]: cluster 2023-12-05T15:49:25.542370+0000 mon.a (mon.0) 189 : cluster [DBG] mgrmap e13: y(active, since 54s) 2023-12-05T15:49:25.940 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[30458]: cluster 2023-12-05T15:49:25.542803+0000 mon.a (mon.0) 190 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-05T15:49:25.940 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[30458]: cluster 2023-12-05T15:49:25.542876+0000 mon.a (mon.0) 191 : cluster [INF] Cluster is now healthy 2023-12-05T15:49:25.940 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[30458]: cluster 2023-12-05T15:49:25.549190+0000 mon.a (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-12-05T15:49:25.940 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[30458]: audit 2023-12-05T15:49:25.682777+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:25.940 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[30458]: audit 2023-12-05T15:49:25.684354+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T15:49:25.940 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[30458]: audit 2023-12-05T15:49:25.685539+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T15:49:25.940 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[30458]: audit 2023-12-05T15:49:25.686800+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:25.940 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[25024]: cluster 2023-12-05T15:49:20.491796+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-05T15:49:25.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[25024]: cluster 2023-12-05T15:49:25.528215+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-05T15:49:25.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[25024]: cluster 2023-12-05T15:49:25.528310+0000 mon.a (mon.0) 184 : cluster [INF] mon.a calling monitor election 2023-12-05T15:49:25.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[25024]: cluster 2023-12-05T15:49:25.529448+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-05T15:49:25.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[25024]: cluster 2023-12-05T15:49:25.532027+0000 mon.a (mon.0) 185 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T15:49:25.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[25024]: cluster 2023-12-05T15:49:25.541789+0000 mon.a (mon.0) 186 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],b=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0]} 2023-12-05T15:49:25.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[25024]: cluster 2023-12-05T15:49:25.541954+0000 mon.a (mon.0) 187 : cluster [DBG] fsmap 2023-12-05T15:49:25.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[25024]: cluster 2023-12-05T15:49:25.542045+0000 mon.a (mon.0) 188 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T15:49:25.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[25024]: cluster 2023-12-05T15:49:25.542370+0000 mon.a (mon.0) 189 : cluster [DBG] mgrmap e13: y(active, since 54s) 2023-12-05T15:49:25.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[25024]: cluster 2023-12-05T15:49:25.542803+0000 mon.a (mon.0) 190 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-05T15:49:25.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[25024]: cluster 2023-12-05T15:49:25.542876+0000 mon.a (mon.0) 191 : cluster [INF] Cluster is now healthy 2023-12-05T15:49:25.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[25024]: cluster 2023-12-05T15:49:25.549190+0000 mon.a (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-12-05T15:49:25.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[25024]: audit 2023-12-05T15:49:25.682777+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:25.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[25024]: audit 2023-12-05T15:49:25.684354+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T15:49:25.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[25024]: audit 2023-12-05T15:49:25.685539+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T15:49:25.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:25 smithi016 bash[25024]: audit 2023-12-05T15:49:25.686800+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:26.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:20.491796+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-05T15:49:26.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:25.528215+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-05T15:49:26.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:25.528310+0000 mon.a (mon.0) 184 : cluster [INF] mon.a calling monitor election 2023-12-05T15:49:26.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:25.529448+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-05T15:49:26.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:25.532027+0000 mon.a (mon.0) 185 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T15:49:26.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:25.541789+0000 mon.a (mon.0) 186 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],b=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0]} 2023-12-05T15:49:26.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:25.541954+0000 mon.a (mon.0) 187 : cluster [DBG] fsmap 2023-12-05T15:49:26.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:25.542045+0000 mon.a (mon.0) 188 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-05T15:49:26.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:25.542370+0000 mon.a (mon.0) 189 : cluster [DBG] mgrmap e13: y(active, since 54s) 2023-12-05T15:49:26.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:25.542803+0000 mon.a (mon.0) 190 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-05T15:49:26.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:25.542876+0000 mon.a (mon.0) 191 : cluster [INF] Cluster is now healthy 2023-12-05T15:49:26.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: cluster 2023-12-05T15:49:25.549190+0000 mon.a (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-12-05T15:49:26.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:25.682777+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:26.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:25.684354+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T15:49:26.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:25.685539+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T15:49:26.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:25 smithi038 bash[25002]: audit 2023-12-05T15:49:25.686800+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:27.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:26 smithi038 bash[25002]: cluster 2023-12-05T15:49:25.567269+0000 mgr.y (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:27.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:26 smithi038 bash[25002]: cephadm 2023-12-05T15:49:25.683970+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-05T15:49:27.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:26 smithi038 bash[25002]: cephadm 2023-12-05T15:49:25.688156+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring daemon mon.c on smithi016 2023-12-05T15:49:27.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:26 smithi038 bash[25002]: audit 2023-12-05T15:49:26.487847+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:27.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:26 smithi016 bash[25024]: cluster 2023-12-05T15:49:25.567269+0000 mgr.y (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:27.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:26 smithi016 bash[25024]: cephadm 2023-12-05T15:49:25.683970+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-05T15:49:27.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:26 smithi016 bash[25024]: cephadm 2023-12-05T15:49:25.688156+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring daemon mon.c on smithi016 2023-12-05T15:49:27.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:26 smithi016 bash[25024]: audit 2023-12-05T15:49:26.487847+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:27.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:26 smithi016 bash[30458]: cluster 2023-12-05T15:49:25.567269+0000 mgr.y (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:27.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:26 smithi016 bash[30458]: cephadm 2023-12-05T15:49:25.683970+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-05T15:49:27.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:26 smithi016 bash[30458]: cephadm 2023-12-05T15:49:25.688156+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring daemon mon.c on smithi016 2023-12-05T15:49:27.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:26 smithi016 bash[30458]: audit 2023-12-05T15:49:26.487847+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:49:28.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:28 smithi038 bash[25002]: cluster 2023-12-05T15:49:27.567713+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:28.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:28 smithi038 bash[25002]: audit 2023-12-05T15:49:28.526263+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:28.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:28 smithi038 bash[25002]: audit 2023-12-05T15:49:28.527624+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T15:49:28.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:28 smithi038 bash[25002]: audit 2023-12-05T15:49:28.528990+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T15:49:28.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:28 smithi038 bash[25002]: audit 2023-12-05T15:49:28.530282+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:29.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:28 smithi016 bash[25024]: cluster 2023-12-05T15:49:27.567713+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:29.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:28 smithi016 bash[25024]: audit 2023-12-05T15:49:28.526263+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:29.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:28 smithi016 bash[25024]: audit 2023-12-05T15:49:28.527624+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T15:49:29.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:28 smithi016 bash[25024]: audit 2023-12-05T15:49:28.528990+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T15:49:29.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:28 smithi016 bash[25024]: audit 2023-12-05T15:49:28.530282+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:29.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:28 smithi016 bash[30458]: cluster 2023-12-05T15:49:27.567713+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:29.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:28 smithi016 bash[30458]: audit 2023-12-05T15:49:28.526263+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:29.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:28 smithi016 bash[30458]: audit 2023-12-05T15:49:28.527624+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T15:49:29.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:28 smithi016 bash[30458]: audit 2023-12-05T15:49:28.528990+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T15:49:29.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:28 smithi016 bash[30458]: audit 2023-12-05T15:49:28.530282+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:29.673 INFO:teuthology.orchestra.run.smithi016.stdout:# minimal ceph.conf for 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:49:29.673 INFO:teuthology.orchestra.run.smithi016.stdout:[global] 2023-12-05T15:49:29.673 INFO:teuthology.orchestra.run.smithi016.stdout: fsid = 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T15:49:29.673 INFO:teuthology.orchestra.run.smithi016.stdout: mon_host = [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] [v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0] 2023-12-05T15:49:30.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:29 smithi038 bash[25002]: cephadm 2023-12-05T15:49:28.527195+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-05T15:49:30.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:29 smithi038 bash[25002]: cephadm 2023-12-05T15:49:28.531613+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.b on smithi038 2023-12-05T15:49:30.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:29 smithi038 bash[25002]: audit 2023-12-05T15:49:29.668705+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.16:0/1204693028' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:30.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:29 smithi016 bash[25024]: cephadm 2023-12-05T15:49:28.527195+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-05T15:49:30.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:29 smithi016 bash[25024]: cephadm 2023-12-05T15:49:28.531613+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.b on smithi038 2023-12-05T15:49:30.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:29 smithi016 bash[25024]: audit 2023-12-05T15:49:29.668705+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.16:0/1204693028' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:30.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:29 smithi016 bash[30458]: cephadm 2023-12-05T15:49:28.527195+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-05T15:49:30.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:29 smithi016 bash[30458]: cephadm 2023-12-05T15:49:28.531613+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.b on smithi038 2023-12-05T15:49:30.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:29 smithi016 bash[30458]: audit 2023-12-05T15:49:29.668705+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.16:0/1204693028' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:30.385 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-05T15:49:30.385 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-12-05T15:49:30.385 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.conf 2023-12-05T15:49:30.400 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-12-05T15:49:30.400 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-05T15:49:30.417 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-05T15:49:30.417 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.conf 2023-12-05T15:49:30.433 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-05T15:49:30.434 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-05T15:49:30.449 INFO:tasks.cephadm:Adding mgr.y on smithi016 2023-12-05T15:49:30.449 INFO:tasks.cephadm:Adding mgr.x on smithi038 2023-12-05T15:49:30.449 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 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph orch apply mgr '2;smithi016=y;smithi038=x' 2023-12-05T15:49:31.484 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:31 smithi038 bash[25002]: cluster 2023-12-05T15:49:29.568137+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:31.484 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:31 smithi038 bash[25002]: audit 2023-12-05T15:49:30.165311+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:31.484 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:31 smithi038 bash[25002]: audit 2023-12-05T15:49:30.167728+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:49:31.484 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:31 smithi038 bash[25002]: audit 2023-12-05T15:49:30.170072+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:31.484 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:31 smithi038 bash[25002]: audit 2023-12-05T15:49:30.171607+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:49:31.484 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:31 smithi038 bash[25002]: cephadm 2023-12-05T15:49:30.173864+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T15:49:31.485 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:31 smithi038 bash[25002]: cephadm 2023-12-05T15:49:30.174193+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T15:49:31.485 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:31 smithi038 bash[25002]: audit 2023-12-05T15:49:30.324503+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:31.485 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:31 smithi038 bash[25002]: audit 2023-12-05T15:49:30.335197+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:31.485 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:31 smithi038 bash[25002]: audit 2023-12-05T15:49:30.341834+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:31.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[25024]: cluster 2023-12-05T15:49:29.568137+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:31.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[25024]: audit 2023-12-05T15:49:30.165311+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:31.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[25024]: audit 2023-12-05T15:49:30.167728+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:49:31.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[25024]: audit 2023-12-05T15:49:30.170072+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:31.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[25024]: audit 2023-12-05T15:49:30.171607+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:49:31.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[25024]: cephadm 2023-12-05T15:49:30.173864+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T15:49:31.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[25024]: cephadm 2023-12-05T15:49:30.174193+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T15:49:31.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[25024]: audit 2023-12-05T15:49:30.324503+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:31.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[25024]: audit 2023-12-05T15:49:30.335197+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:31.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[25024]: audit 2023-12-05T15:49:30.341834+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:31.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[30458]: cluster 2023-12-05T15:49:29.568137+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:31.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[30458]: audit 2023-12-05T15:49:30.165311+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:31.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[30458]: audit 2023-12-05T15:49:30.167728+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:49:31.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[30458]: audit 2023-12-05T15:49:30.170072+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:31.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[30458]: audit 2023-12-05T15:49:30.171607+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:49:31.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[30458]: cephadm 2023-12-05T15:49:30.173864+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T15:49:31.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[30458]: cephadm 2023-12-05T15:49:30.174193+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T15:49:31.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[30458]: audit 2023-12-05T15:49:30.324503+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:31.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[30458]: audit 2023-12-05T15:49:30.335197+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:31.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:31 smithi016 bash[30458]: audit 2023-12-05T15:49:30.341834+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:32.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:32 smithi038 bash[25002]: audit 2023-12-05T15:49:31.634002+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:49:32.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:32 smithi038 bash[25002]: audit 2023-12-05T15:49:31.639458+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:49:32.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:32 smithi016 bash[25024]: audit 2023-12-05T15:49:31.634002+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:49:32.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:32 smithi016 bash[25024]: audit 2023-12-05T15:49:31.639458+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:49:32.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:32 smithi016 bash[30458]: audit 2023-12-05T15:49:31.634002+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:49:32.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:32 smithi016 bash[30458]: audit 2023-12-05T15:49:31.639458+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:49:33.000 INFO:teuthology.orchestra.run.smithi038.stdout:Scheduled mgr update... 2023-12-05T15:49:33.320 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:33 smithi038 bash[25002]: cluster 2023-12-05T15:49:31.568593+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:33.320 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:33 smithi038 bash[25002]: audit 2023-12-05T15:49:32.994823+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:33.320 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:33 smithi038 bash[25002]: audit 2023-12-05T15:49:33.016734+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:49:33.320 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:33 smithi038 bash[25002]: audit 2023-12-05T15:49:33.019596+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:33.320 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:33 smithi038 bash[25002]: audit 2023-12-05T15:49:33.021539+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:49:33.320 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:33 smithi038 bash[25002]: audit 2023-12-05T15:49:33.031013+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:33.321 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:33 smithi038 bash[25002]: audit 2023-12-05T15:49:33.034272+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T15:49:33.321 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:33 smithi038 bash[25002]: audit 2023-12-05T15:49:33.039632+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-05T15:49:33.321 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:33 smithi038 bash[25002]: audit 2023-12-05T15:49:33.041477+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T15:49:33.321 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:33 smithi038 bash[25002]: audit 2023-12-05T15:49:33.043251+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[25024]: cluster 2023-12-05T15:49:31.568593+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[25024]: audit 2023-12-05T15:49:32.994823+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[25024]: audit 2023-12-05T15:49:33.016734+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:49:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[25024]: audit 2023-12-05T15:49:33.019596+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:33.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[25024]: audit 2023-12-05T15:49:33.021539+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:49:33.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[25024]: audit 2023-12-05T15:49:33.031013+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:33.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[25024]: audit 2023-12-05T15:49:33.034272+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T15:49:33.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[25024]: audit 2023-12-05T15:49:33.039632+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-05T15:49:33.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[25024]: audit 2023-12-05T15:49:33.041477+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T15:49:33.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[25024]: audit 2023-12-05T15:49:33.043251+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:33.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[30458]: cluster 2023-12-05T15:49:31.568593+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:33.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[30458]: audit 2023-12-05T15:49:32.994823+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:33.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[30458]: audit 2023-12-05T15:49:33.016734+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:49:33.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[30458]: audit 2023-12-05T15:49:33.019596+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:33.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[30458]: audit 2023-12-05T15:49:33.021539+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:49:33.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[30458]: audit 2023-12-05T15:49:33.031013+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:33.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[30458]: audit 2023-12-05T15:49:33.034272+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T15:49:33.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[30458]: audit 2023-12-05T15:49:33.039632+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-05T15:49:33.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[30458]: audit 2023-12-05T15:49:33.041477+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T15:49:33.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:33 smithi016 bash[30458]: audit 2023-12-05T15:49:33.043251+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:33.890 DEBUG:teuthology.orchestra.run.smithi038:mgr.x> sudo journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@mgr.x.service 2023-12-05T15:49:33.892 INFO:tasks.cephadm:Deploying OSDs... 2023-12-05T15:49:33.892 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-12-05T15:49:33.892 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/scratch_devs of=/dev/stdout 2023-12-05T15:49:33.899 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-05T15:49:33.899 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_1 2023-12-05T15:49:33.907 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-05T15:49:33.907 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T15:49:33.907 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 361 Links: 1 2023-12-05T15:49:33.907 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T15:49:33.907 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2023-12-05 15:44:57.155395155 +0000 2023-12-05T15:49:33.907 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2023-12-05 15:44:56.863401875 +0000 2023-12-05T15:49:33.907 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2023-12-05 15:44:56.863401875 +0000 2023-12-05T15:49:33.907 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2023-12-05T15:49:33.908 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-05T15:49:33.917 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2023-12-05T15:49:33.918 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2023-12-05T15:49:33.918 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.00030726 s, 1.7 MB/s 2023-12-05T15:49:33.919 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-05T15:49:33.975 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_2 2023-12-05T15:49:33.983 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-05T15:49:33.983 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T15:49:33.983 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 365 Links: 1 2023-12-05T15:49:33.983 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T15:49:33.983 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2023-12-05 15:44:57.683383004 +0000 2023-12-05T15:49:33.983 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2023-12-05 15:44:57.367390276 +0000 2023-12-05T15:49:33.983 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2023-12-05 15:44:57.367390276 +0000 2023-12-05T15:49:33.983 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2023-12-05T15:49:33.983 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-05T15:49:33.993 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2023-12-05T15:49:33.993 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2023-12-05T15:49:33.993 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000295201 s, 1.7 MB/s 2023-12-05T15:49:33.994 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-05T15:49:34.044 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_3 2023-12-05T15:49:34.052 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-05T15:49:34.052 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T15:49:34.052 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 374 Links: 1 2023-12-05T15:49:34.052 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T15:49:34.052 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2023-12-05 15:44:58.215370762 +0000 2023-12-05T15:49:34.053 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2023-12-05 15:44:57.915377666 +0000 2023-12-05T15:49:34.053 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2023-12-05 15:44:57.915377666 +0000 2023-12-05T15:49:34.053 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2023-12-05T15:49:34.053 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-05T15:49:34.065 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2023-12-05T15:49:34.065 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2023-12-05T15:49:34.066 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000274765 s, 1.9 MB/s 2023-12-05T15:49:34.067 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-05T15:49:34.116 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_4 2023-12-05T15:49:34.124 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-05T15:49:34.124 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T15:49:34.124 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 378 Links: 1 2023-12-05T15:49:34.124 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T15:49:34.124 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2023-12-05 15:44:58.731358888 +0000 2023-12-05T15:49:34.125 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2023-12-05 15:44:58.435365699 +0000 2023-12-05T15:49:34.125 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2023-12-05 15:44:58.435365699 +0000 2023-12-05T15:49:34.125 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2023-12-05T15:49:34.125 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-05T15:49:34.136 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2023-12-05T15:49:34.136 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2023-12-05T15:49:34.136 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000297126 s, 1.7 MB/s 2023-12-05T15:49:34.137 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-05T15:49:34.145 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-05T15:49:34.145 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/scratch_devs of=/dev/stdout 2023-12-05T15:49:34.152 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-05T15:49:34.152 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_1 2023-12-05T15:49:34.157 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-05T15:49:34.157 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T15:49:34.157 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 358 Links: 1 2023-12-05T15:49:34.157 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T15:49:34.157 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2023-12-05 15:44:55.762027812 +0000 2023-12-05T15:49:34.157 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2023-12-05 15:44:55.474034448 +0000 2023-12-05T15:49:34.157 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2023-12-05 15:44:55.474034448 +0000 2023-12-05T15:49:34.157 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2023-12-05T15:49:34.157 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-05T15:49:34.215 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2023-12-05T15:49:34.215 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2023-12-05T15:49:34.215 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000412672 s, 1.2 MB/s 2023-12-05T15:49:34.216 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-05T15:49:34.219 INFO:journalctl@ceph.mgr.x.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T15:49:34.222 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_2 2023-12-05T15:49:34.227 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-05T15:49:34.227 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T15:49:34.227 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 364 Links: 1 2023-12-05T15:49:34.227 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T15:49:34.227 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2023-12-05 15:44:56.294015555 +0000 2023-12-05T15:49:34.227 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2023-12-05 15:44:55.990022559 +0000 2023-12-05T15:49:34.227 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2023-12-05 15:44:55.990022559 +0000 2023-12-05T15:49:34.227 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2023-12-05T15:49:34.227 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-05T15:49:34.236 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2023-12-05T15:49:34.236 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2023-12-05T15:49:34.236 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000452761 s, 1.1 MB/s 2023-12-05T15:49:34.237 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-05T15:49:34.243 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_3 2023-12-05T15:49:34.292 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-05T15:49:34.292 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T15:49:34.293 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 373 Links: 1 2023-12-05T15:49:34.293 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T15:49:34.293 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2023-12-05 15:44:56.822003391 +0000 2023-12-05T15:49:34.293 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2023-12-05 15:44:56.514010487 +0000 2023-12-05T15:49:34.293 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2023-12-05 15:44:56.514010487 +0000 2023-12-05T15:49:34.293 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2023-12-05T15:49:34.293 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-05T15:49:34.308 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2023-12-05T15:49:34.308 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2023-12-05T15:49:34.308 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000489353 s, 1.0 MB/s 2023-12-05T15:49:34.309 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-05T15:49:34.316 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_4 2023-12-05T15:49:34.364 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-05T15:49:34.364 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T15:49:34.364 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 377 Links: 1 2023-12-05T15:49:34.364 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T15:49:34.364 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2023-12-05 15:44:57.073997586 +0000 2023-12-05T15:49:34.364 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2023-12-05 15:44:57.069997677 +0000 2023-12-05T15:49:34.364 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2023-12-05 15:44:57.069997677 +0000 2023-12-05T15:49:34.364 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2023-12-05T15:49:34.365 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-05T15:49:34.377 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2023-12-05T15:49:34.377 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2023-12-05T15:49:34.377 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000493206 s, 1.0 MB/s 2023-12-05T15:49:34.378 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-05T15:49:34.386 INFO:tasks.cephadm:Deploying osd.0 on smithi016 with /dev/vg_nvme/lv_4... 2023-12-05T15:49:34.387 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-05T15:49:34.465 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:34 smithi038 bash[25002]: audit 2023-12-05T15:49:32.984591+0000 mgr.y (mgr.14152) 52 : audit [DBG] from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=y;smithi038=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:49:34.465 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:34 smithi038 bash[25002]: cephadm 2023-12-05T15:49:32.988101+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Saving service mgr spec with placement smithi016=y;smithi038=x;count:2 2023-12-05T15:49:34.465 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:34 smithi038 bash[25002]: cephadm 2023-12-05T15:49:33.045043+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Deploying daemon mgr.x on smithi038 2023-12-05T15:49:34.579 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:34 smithi016 bash[25024]: audit 2023-12-05T15:49:32.984591+0000 mgr.y (mgr.14152) 52 : audit [DBG] from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=y;smithi038=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:49:34.579 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:34 smithi016 bash[25024]: cephadm 2023-12-05T15:49:32.988101+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Saving service mgr spec with placement smithi016=y;smithi038=x;count:2 2023-12-05T15:49:34.579 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:34 smithi016 bash[25024]: cephadm 2023-12-05T15:49:33.045043+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Deploying daemon mgr.x on smithi038 2023-12-05T15:49:34.580 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:34 smithi016 bash[30458]: audit 2023-12-05T15:49:32.984591+0000 mgr.y (mgr.14152) 52 : audit [DBG] from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=y;smithi038=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:49:34.580 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:34 smithi016 bash[30458]: cephadm 2023-12-05T15:49:32.988101+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Saving service mgr spec with placement smithi016=y;smithi038=x;count:2 2023-12-05T15:49:34.580 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:34 smithi016 bash[30458]: cephadm 2023-12-05T15:49:33.045043+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Deploying daemon mgr.x on smithi038 2023-12-05T15:49:35.487 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:35 smithi016 bash[25024]: cluster 2023-12-05T15:49:33.569068+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:35.488 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:35 smithi016 bash[30458]: cluster 2023-12-05T15:49:33.569068+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:35.586 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:35 smithi038 bash[25002]: cluster 2023-12-05T15:49:33.569068+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:36.336 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:36 smithi038 bash[25737]: debug 2023-12-05T15:49:36.233+0000 7f92679cb700 1 -- 172.21.15.38:0/2496600203 <== mon.2 v2:172.21.15.38:3300/0 3 ==== mon_map magic: 0 v1 ==== 413+0+0 (secure 0 0 0) 0x5600f7997080 con 0x5600f8706c00 2023-12-05T15:49:36.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:36 smithi016 bash[25024]: audit 2023-12-05T15:49:35.359401+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:36.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:36 smithi016 bash[25024]: audit 2023-12-05T15:49:35.364004+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:49:36.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:36 smithi016 bash[25024]: audit 2023-12-05T15:49:35.366636+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:36.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:36 smithi016 bash[25024]: audit 2023-12-05T15:49:35.368621+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:49:36.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:36 smithi016 bash[25024]: cluster 2023-12-05T15:49:35.569414+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:36.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:36 smithi016 bash[30458]: audit 2023-12-05T15:49:35.359401+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:36.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:36 smithi016 bash[30458]: audit 2023-12-05T15:49:35.364004+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:49:36.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:36 smithi016 bash[30458]: audit 2023-12-05T15:49:35.366636+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:36.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:36 smithi016 bash[30458]: audit 2023-12-05T15:49:35.368621+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:49:36.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:36 smithi016 bash[30458]: cluster 2023-12-05T15:49:35.569414+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:36.836 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:36 smithi038 bash[25737]: debug 2023-12-05T15:49:36.393+0000 7f927063a000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T15:49:36.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:36 smithi038 bash[25002]: audit 2023-12-05T15:49:35.359401+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:36.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:36 smithi038 bash[25002]: audit 2023-12-05T15:49:35.364004+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:49:36.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:36 smithi038 bash[25002]: audit 2023-12-05T15:49:35.366636+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:36.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:36 smithi038 bash[25002]: audit 2023-12-05T15:49:35.368621+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:49:36.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:36 smithi038 bash[25002]: cluster 2023-12-05T15:49:35.569414+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:37.383 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:37 smithi038 bash[25737]: debug 2023-12-05T15:49:37.089+0000 7f927063a000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T15:49:37.384 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:37 smithi038 bash[25737]: debug 2023-12-05T15:49:37.213+0000 7f927063a000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T15:49:37.685 INFO:teuthology.orchestra.run.smithi016.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-05T15:49:37.685 INFO:teuthology.orchestra.run.smithi016.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-05T15:49:37.685 INFO:teuthology.orchestra.run.smithi016.stderr: stderr: 10+0 records in 2023-12-05T15:49:37.685 INFO:teuthology.orchestra.run.smithi016.stderr:10+0 records out 2023-12-05T15:49:37.686 INFO:teuthology.orchestra.run.smithi016.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0154611 s, 678 MB/s 2023-12-05T15:49:37.686 INFO:teuthology.orchestra.run.smithi016.stderr:--> Zapping successful for: 2023-12-05T15:49:37.721 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:37 smithi038 bash[25737]: debug 2023-12-05T15:49:37.377+0000 7f927063a000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T15:49:38.027 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:37 smithi038 bash[25737]: debug 2023-12-05T15:49:37.713+0000 7f927063a000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T15:49:38.027 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:37 smithi038 bash[25737]: debug 2023-12-05T15:49:37.809+0000 7f927063a000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T15:49:38.027 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:38 smithi038 bash[25737]: debug 2023-12-05T15:49:38.021+0000 7f927063a000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T15:49:38.393 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi016:vg_nvme/lv_4 2023-12-05T15:49:38.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:38 smithi038 bash[25002]: cluster 2023-12-05T15:49:37.569778+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:38.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:38 smithi038 bash[25002]: audit 2023-12-05T15:49:38.410868+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:38.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:38 smithi038 bash[25002]: audit 2023-12-05T15:49:38.418043+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:38.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:38 smithi038 bash[25002]: audit 2023-12-05T15:49:38.420778+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T15:49:38.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:38 smithi038 bash[25002]: audit 2023-12-05T15:49:38.422218+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T15:49:38.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:38 smithi038 bash[25002]: audit 2023-12-05T15:49:38.423355+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:38.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:38 smithi038 bash[25002]: audit 2023-12-05T15:49:38.528015+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:38 smithi016 bash[25024]: cluster 2023-12-05T15:49:37.569778+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:38 smithi016 bash[25024]: audit 2023-12-05T15:49:38.410868+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:38 smithi016 bash[25024]: audit 2023-12-05T15:49:38.418043+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:38 smithi016 bash[25024]: audit 2023-12-05T15:49:38.420778+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T15:49:39.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:38 smithi016 bash[25024]: audit 2023-12-05T15:49:38.422218+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T15:49:39.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:38 smithi016 bash[25024]: audit 2023-12-05T15:49:38.423355+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:39.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:38 smithi016 bash[25024]: audit 2023-12-05T15:49:38.528015+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:38 smithi016 bash[30458]: cluster 2023-12-05T15:49:37.569778+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:38 smithi016 bash[30458]: audit 2023-12-05T15:49:38.410868+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:38 smithi016 bash[30458]: audit 2023-12-05T15:49:38.418043+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:38 smithi016 bash[30458]: audit 2023-12-05T15:49:38.420778+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T15:49:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:38 smithi016 bash[30458]: audit 2023-12-05T15:49:38.422218+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T15:49:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:38 smithi016 bash[30458]: audit 2023-12-05T15:49:38.423355+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:38 smithi016 bash[30458]: audit 2023-12-05T15:49:38.528015+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:39.242 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:38 smithi038 bash[25737]: debug 2023-12-05T15:49:38.917+0000 7f927063a000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T15:49:39.242 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:39 smithi038 bash[25737]: debug 2023-12-05T15:49:39.025+0000 7f927063a000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T15:49:39.586 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:39 smithi038 bash[25737]: debug 2023-12-05T15:49:39.237+0000 7f927063a000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T15:49:39.938 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:39 smithi038 bash[25737]: debug 2023-12-05T15:49:39.597+0000 7f927063a000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T15:49:39.938 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:39 smithi038 bash[25002]: cephadm 2023-12-05T15:49:38.420258+0000 mgr.y (mgr.14152) 58 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-05T15:49:39.938 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:39 smithi038 bash[25002]: cephadm 2023-12-05T15:49:38.424745+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Reconfiguring daemon mgr.y on smithi016 2023-12-05T15:49:40.045 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:39 smithi016 bash[25024]: cephadm 2023-12-05T15:49:38.420258+0000 mgr.y (mgr.14152) 58 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-05T15:49:40.045 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:39 smithi016 bash[25024]: cephadm 2023-12-05T15:49:38.424745+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Reconfiguring daemon mgr.y on smithi016 2023-12-05T15:49:40.045 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:39 smithi016 bash[30458]: cephadm 2023-12-05T15:49:38.420258+0000 mgr.y (mgr.14152) 58 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-05T15:49:40.046 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:39 smithi016 bash[30458]: cephadm 2023-12-05T15:49:38.424745+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Reconfiguring daemon mgr.y on smithi016 2023-12-05T15:49:40.321 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:39 smithi038 bash[25737]: debug 2023-12-05T15:49:39.933+0000 7f927063a000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T15:49:40.586 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:40 smithi038 bash[25737]: debug 2023-12-05T15:49:40.313+0000 7f927063a000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T15:49:41.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:40 smithi038 bash[25002]: cluster 2023-12-05T15:49:39.570217+0000 mgr.y (mgr.14152) 60 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:41.086 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:40 smithi038 bash[25737]: debug 2023-12-05T15:49:40.589+0000 7f927063a000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T15:49:41.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:40 smithi016 bash[25024]: cluster 2023-12-05T15:49:39.570217+0000 mgr.y (mgr.14152) 60 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:41.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:40 smithi016 bash[30458]: cluster 2023-12-05T15:49:39.570217+0000 mgr.y (mgr.14152) 60 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:41.568 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:41 smithi038 bash[25737]: debug 2023-12-05T15:49:41.289+0000 7f927063a000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T15:49:41.568 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:41 smithi038 bash[25737]: debug 2023-12-05T15:49:41.397+0000 7f927063a000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T15:49:41.820 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:41 smithi038 bash[25737]: debug 2023-12-05T15:49:41.561+0000 7f927063a000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T15:49:41.820 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:41 smithi038 bash[25737]: debug 2023-12-05T15:49:41.673+0000 7f927063a000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T15:49:42.086 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:41 smithi038 bash[25737]: debug 2023-12-05T15:49:41.813+0000 7f927063a000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T15:49:42.423 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:42 smithi038 bash[25737]: debug 2023-12-05T15:49:42.109+0000 7f927063a000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T15:49:42.423 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:42 smithi038 bash[25737]: debug 2023-12-05T15:49:42.229+0000 7f927063a000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T15:49:42.836 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:42 smithi038 bash[25737]: debug 2023-12-05T15:49:42.417+0000 7f927063a000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T15:49:42.836 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:42 smithi038 bash[25737]: debug 2023-12-05T15:49:42.537+0000 7f927063a000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T15:49:42.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:42 smithi038 bash[25002]: audit 2023-12-05T15:49:41.502454+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:42.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:42 smithi038 bash[25002]: audit 2023-12-05T15:49:41.504248+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:49:42.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:42 smithi038 bash[25002]: audit 2023-12-05T15:49:41.506142+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:42.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:42 smithi038 bash[25002]: audit 2023-12-05T15:49:41.507387+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:49:42.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:42 smithi038 bash[25002]: cluster 2023-12-05T15:49:41.570611+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:42.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:42 smithi038 bash[25002]: audit 2023-12-05T15:49:41.787112+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:42.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:42 smithi016 bash[30458]: audit 2023-12-05T15:49:41.502454+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:42.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:42 smithi016 bash[30458]: audit 2023-12-05T15:49:41.504248+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:49:42.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:42 smithi016 bash[30458]: audit 2023-12-05T15:49:41.506142+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:42.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:42 smithi016 bash[30458]: audit 2023-12-05T15:49:41.507387+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:49:42.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:42 smithi016 bash[30458]: cluster 2023-12-05T15:49:41.570611+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:42.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:42 smithi016 bash[30458]: audit 2023-12-05T15:49:41.787112+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:42.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:42 smithi016 bash[25024]: audit 2023-12-05T15:49:41.502454+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:42.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:42 smithi016 bash[25024]: audit 2023-12-05T15:49:41.504248+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:49:42.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:42 smithi016 bash[25024]: audit 2023-12-05T15:49:41.506142+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:42.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:42 smithi016 bash[25024]: audit 2023-12-05T15:49:41.507387+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:49:42.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:42 smithi016 bash[25024]: cluster 2023-12-05T15:49:41.570611+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:42.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:42 smithi016 bash[25024]: audit 2023-12-05T15:49:41.787112+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:49:43.836 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:49:43 smithi038 bash[25737]: debug 2023-12-05T15:49:43.413+0000 7f927063a000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T15:49:43.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:43 smithi038 bash[25002]: audit 2023-12-05T15:49:42.685341+0000 mgr.y (mgr.14152) 62 : audit [DBG] from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:49:43.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:43 smithi038 bash[25002]: audit 2023-12-05T15:49:42.688325+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:49:43.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:43 smithi038 bash[25002]: audit 2023-12-05T15:49:42.694674+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:49:43.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:43 smithi038 bash[25002]: audit 2023-12-05T15:49:42.696057+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:43.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:43 smithi038 bash[25002]: cluster 2023-12-05T15:49:43.437364+0000 mon.a (mon.0) 238 : cluster [DBG] Standby manager daemon x started 2023-12-05T15:49:43.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:43 smithi038 bash[25002]: audit 2023-12-05T15:49:43.442958+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.38:0/1102055096' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T15:49:43.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:43 smithi038 bash[25002]: audit 2023-12-05T15:49:43.443820+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.38:0/1102055096' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T15:49:43.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:43 smithi038 bash[25002]: audit 2023-12-05T15:49:43.445954+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.38:0/1102055096' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T15:49:43.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:43 smithi038 bash[25002]: audit 2023-12-05T15:49:43.446713+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.38:0/1102055096' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T15:49:43.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:43 smithi016 bash[25024]: audit 2023-12-05T15:49:42.685341+0000 mgr.y (mgr.14152) 62 : audit [DBG] from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:49:43.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:43 smithi016 bash[25024]: audit 2023-12-05T15:49:42.688325+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:49:43.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:43 smithi016 bash[25024]: audit 2023-12-05T15:49:42.694674+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:49:43.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:43 smithi016 bash[25024]: audit 2023-12-05T15:49:42.696057+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:43.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:43 smithi016 bash[25024]: cluster 2023-12-05T15:49:43.437364+0000 mon.a (mon.0) 238 : cluster [DBG] Standby manager daemon x started 2023-12-05T15:49:43.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:43 smithi016 bash[25024]: audit 2023-12-05T15:49:43.442958+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.38:0/1102055096' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T15:49:43.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:43 smithi016 bash[25024]: audit 2023-12-05T15:49:43.443820+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.38:0/1102055096' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T15:49:43.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:43 smithi016 bash[25024]: audit 2023-12-05T15:49:43.445954+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.38:0/1102055096' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T15:49:43.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:43 smithi016 bash[25024]: audit 2023-12-05T15:49:43.446713+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.38:0/1102055096' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T15:49:43.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:43 smithi016 bash[30458]: audit 2023-12-05T15:49:42.685341+0000 mgr.y (mgr.14152) 62 : audit [DBG] from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:49:43.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:43 smithi016 bash[30458]: audit 2023-12-05T15:49:42.688325+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:49:43.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:43 smithi016 bash[30458]: audit 2023-12-05T15:49:42.694674+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:49:43.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:43 smithi016 bash[30458]: audit 2023-12-05T15:49:42.696057+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:49:43.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:43 smithi016 bash[30458]: cluster 2023-12-05T15:49:43.437364+0000 mon.a (mon.0) 238 : cluster [DBG] Standby manager daemon x started 2023-12-05T15:49:43.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:43 smithi016 bash[30458]: audit 2023-12-05T15:49:43.442958+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.38:0/1102055096' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T15:49:43.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:43 smithi016 bash[30458]: audit 2023-12-05T15:49:43.443820+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.38:0/1102055096' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T15:49:43.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:43 smithi016 bash[30458]: audit 2023-12-05T15:49:43.445954+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.38:0/1102055096' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T15:49:43.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:43 smithi016 bash[30458]: audit 2023-12-05T15:49:43.446713+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.38:0/1102055096' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T15:49:44.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:44 smithi038 bash[25002]: cluster 2023-12-05T15:49:43.522195+0000 mon.a (mon.0) 239 : cluster [DBG] mgrmap e14: y(active, since 72s), standbys: x 2023-12-05T15:49:44.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:44 smithi038 bash[25002]: audit 2023-12-05T15:49:43.523046+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T15:49:44.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:44 smithi038 bash[25002]: cluster 2023-12-05T15:49:43.571031+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:44.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:44 smithi016 bash[25024]: cluster 2023-12-05T15:49:43.522195+0000 mon.a (mon.0) 239 : cluster [DBG] mgrmap e14: y(active, since 72s), standbys: x 2023-12-05T15:49:44.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:44 smithi016 bash[25024]: audit 2023-12-05T15:49:43.523046+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T15:49:44.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:44 smithi016 bash[25024]: cluster 2023-12-05T15:49:43.571031+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:44.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:44 smithi016 bash[30458]: cluster 2023-12-05T15:49:43.522195+0000 mon.a (mon.0) 239 : cluster [DBG] mgrmap e14: y(active, since 72s), standbys: x 2023-12-05T15:49:44.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:44 smithi016 bash[30458]: audit 2023-12-05T15:49:43.523046+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T15:49:44.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:44 smithi016 bash[30458]: cluster 2023-12-05T15:49:43.571031+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:47.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:46 smithi038 bash[25002]: cluster 2023-12-05T15:49:45.571542+0000 mgr.y (mgr.14152) 64 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:47.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:46 smithi016 bash[25024]: cluster 2023-12-05T15:49:45.571542+0000 mgr.y (mgr.14152) 64 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:47.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:46 smithi016 bash[30458]: cluster 2023-12-05T15:49:45.571542+0000 mgr.y (mgr.14152) 64 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:49.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:48 smithi038 bash[25002]: cluster 2023-12-05T15:49:47.572153+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:49.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:48 smithi016 bash[25024]: cluster 2023-12-05T15:49:47.572153+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:49.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:48 smithi016 bash[30458]: cluster 2023-12-05T15:49:47.572153+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:50.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:49 smithi038 bash[25002]: audit 2023-12-05T15:49:48.994086+0000 mon.a (mon.0) 241 : audit [INF] from='client.? 172.21.15.16:0/2401536620' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b63b650-2eeb-4821-8481-d252d52badb4"}]: dispatch 2023-12-05T15:49:50.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:49 smithi038 bash[25002]: audit 2023-12-05T15:49:49.003220+0000 mon.a (mon.0) 242 : audit [INF] from='client.? 172.21.15.16:0/2401536620' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9b63b650-2eeb-4821-8481-d252d52badb4"}]': finished 2023-12-05T15:49:50.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:49 smithi038 bash[25002]: cluster 2023-12-05T15:49:49.003402+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-05T15:49:50.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:49 smithi038 bash[25002]: audit 2023-12-05T15:49:49.003656+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:49:50.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:49 smithi038 bash[25002]: audit 2023-12-05T15:49:49.693100+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.16:0/901513628' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:49:50.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:49 smithi016 bash[25024]: audit 2023-12-05T15:49:48.994086+0000 mon.a (mon.0) 241 : audit [INF] from='client.? 172.21.15.16:0/2401536620' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b63b650-2eeb-4821-8481-d252d52badb4"}]: dispatch 2023-12-05T15:49:50.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:49 smithi016 bash[25024]: audit 2023-12-05T15:49:49.003220+0000 mon.a (mon.0) 242 : audit [INF] from='client.? 172.21.15.16:0/2401536620' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9b63b650-2eeb-4821-8481-d252d52badb4"}]': finished 2023-12-05T15:49:50.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:49 smithi016 bash[25024]: cluster 2023-12-05T15:49:49.003402+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-05T15:49:50.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:49 smithi016 bash[25024]: audit 2023-12-05T15:49:49.003656+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:49:50.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:49 smithi016 bash[25024]: audit 2023-12-05T15:49:49.693100+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.16:0/901513628' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:49:50.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:49 smithi016 bash[30458]: audit 2023-12-05T15:49:48.994086+0000 mon.a (mon.0) 241 : audit [INF] from='client.? 172.21.15.16:0/2401536620' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b63b650-2eeb-4821-8481-d252d52badb4"}]: dispatch 2023-12-05T15:49:50.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:49 smithi016 bash[30458]: audit 2023-12-05T15:49:49.003220+0000 mon.a (mon.0) 242 : audit [INF] from='client.? 172.21.15.16:0/2401536620' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9b63b650-2eeb-4821-8481-d252d52badb4"}]': finished 2023-12-05T15:49:50.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:49 smithi016 bash[30458]: cluster 2023-12-05T15:49:49.003402+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-05T15:49:50.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:49 smithi016 bash[30458]: audit 2023-12-05T15:49:49.003656+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:49:50.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:49 smithi016 bash[30458]: audit 2023-12-05T15:49:49.693100+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.16:0/901513628' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:49:51.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:51 smithi038 bash[25002]: cluster 2023-12-05T15:49:49.572671+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:51.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:51 smithi016 bash[25024]: cluster 2023-12-05T15:49:49.572671+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:51.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:51 smithi016 bash[30458]: cluster 2023-12-05T15:49:49.572671+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:53.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:53 smithi038 bash[25002]: cluster 2023-12-05T15:49:51.573180+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:53 smithi016 bash[25024]: cluster 2023-12-05T15:49:51.573180+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:53.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:53 smithi016 bash[30458]: cluster 2023-12-05T15:49:51.573180+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:55.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:55 smithi038 bash[25002]: cluster 2023-12-05T15:49:53.573657+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:55.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:55 smithi016 bash[25024]: cluster 2023-12-05T15:49:53.573657+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:55.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:55 smithi016 bash[30458]: cluster 2023-12-05T15:49:53.573657+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:57.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:57 smithi038 bash[25002]: cluster 2023-12-05T15:49:55.574123+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:57.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:57 smithi016 bash[25024]: cluster 2023-12-05T15:49:55.574123+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:57.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:57 smithi016 bash[30458]: cluster 2023-12-05T15:49:55.574123+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:59.244 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:49:59 smithi016 bash[25024]: cluster 2023-12-05T15:49:57.574590+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:59.245 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:49:59 smithi016 bash[30458]: cluster 2023-12-05T15:49:57.574590+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:49:59.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:49:59 smithi038 bash[25002]: cluster 2023-12-05T15:49:57.574590+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:00.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:00 smithi038 bash[25002]: audit 2023-12-05T15:49:59.734059+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T15:50:00.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:00 smithi038 bash[25002]: audit 2023-12-05T15:49:59.735495+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:00.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:00 smithi038 bash[25002]: cluster 2023-12-05T15:50:00.000155+0000 mon.a (mon.0) 247 : cluster [INF] overall HEALTH_OK 2023-12-05T15:50:00.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:00 smithi016 bash[25024]: audit 2023-12-05T15:49:59.734059+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T15:50:00.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:00 smithi016 bash[25024]: audit 2023-12-05T15:49:59.735495+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:00.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:00 smithi016 bash[25024]: cluster 2023-12-05T15:50:00.000155+0000 mon.a (mon.0) 247 : cluster [INF] overall HEALTH_OK 2023-12-05T15:50:00.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:00 smithi016 bash[30458]: audit 2023-12-05T15:49:59.734059+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T15:50:00.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:00 smithi016 bash[30458]: audit 2023-12-05T15:49:59.735495+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:00.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:00 smithi016 bash[30458]: cluster 2023-12-05T15:50:00.000155+0000 mon.a (mon.0) 247 : cluster [INF] overall HEALTH_OK 2023-12-05T15:50:01.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:01 smithi038 bash[25002]: cluster 2023-12-05T15:49:59.575068+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:01.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:01 smithi038 bash[25002]: cephadm 2023-12-05T15:49:59.736633+0000 mgr.y (mgr.14152) 72 : cephadm [INF] Deploying daemon osd.0 on smithi016 2023-12-05T15:50:01.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:01 smithi016 bash[25024]: cluster 2023-12-05T15:49:59.575068+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:01.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:01 smithi016 bash[25024]: cephadm 2023-12-05T15:49:59.736633+0000 mgr.y (mgr.14152) 72 : cephadm [INF] Deploying daemon osd.0 on smithi016 2023-12-05T15:50:01.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:01 smithi016 bash[30458]: cluster 2023-12-05T15:49:59.575068+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:01.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:01 smithi016 bash[30458]: cephadm 2023-12-05T15:49:59.736633+0000 mgr.y (mgr.14152) 72 : cephadm [INF] Deploying daemon osd.0 on smithi016 2023-12-05T15:50:03.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:03 smithi038 bash[25002]: cluster 2023-12-05T15:50:01.575533+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:03.344 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:03 smithi016 bash[25024]: cluster 2023-12-05T15:50:01.575533+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:03.344 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:03 smithi016 bash[30458]: cluster 2023-12-05T15:50:01.575533+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:05.327 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:05 smithi016 bash[30458]: cluster 2023-12-05T15:50:03.575941+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:05.327 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:05 smithi016 bash[30458]: audit 2023-12-05T15:50:04.261535+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:50:05.327 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:05 smithi016 bash[30458]: audit 2023-12-05T15:50:04.265284+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:05.327 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:05 smithi016 bash[30458]: audit 2023-12-05T15:50:04.265592+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:05.327 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:05 smithi016 bash[30458]: audit 2023-12-05T15:50:04.267129+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:50:05.328 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:05 smithi016 bash[25024]: cluster 2023-12-05T15:50:03.575941+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:05.328 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:05 smithi016 bash[25024]: audit 2023-12-05T15:50:04.261535+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:50:05.328 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:05 smithi016 bash[25024]: audit 2023-12-05T15:50:04.265284+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:05.328 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:05 smithi016 bash[25024]: audit 2023-12-05T15:50:04.265592+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:05.328 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:05 smithi016 bash[25024]: audit 2023-12-05T15:50:04.267129+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:50:05.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:05 smithi038 bash[25002]: cluster 2023-12-05T15:50:03.575941+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:05.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:05 smithi038 bash[25002]: audit 2023-12-05T15:50:04.261535+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:50:05.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:05 smithi038 bash[25002]: audit 2023-12-05T15:50:04.265284+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:05.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:05 smithi038 bash[25002]: audit 2023-12-05T15:50:04.265592+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:05.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:05 smithi038 bash[25002]: audit 2023-12-05T15:50:04.267129+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:50:07.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:07 smithi016 bash[25024]: cluster 2023-12-05T15:50:05.576392+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:07.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:07 smithi016 bash[30458]: cluster 2023-12-05T15:50:05.576392+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:07.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:07 smithi038 bash[25002]: cluster 2023-12-05T15:50:05.576392+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:09.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:09 smithi038 bash[25002]: cluster 2023-12-05T15:50:07.576892+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:09.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:09 smithi038 bash[25002]: audit 2023-12-05T15:50:08.584262+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:09.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:09 smithi038 bash[25002]: audit 2023-12-05T15:50:08.592558+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:09.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:09 smithi016 bash[30458]: cluster 2023-12-05T15:50:07.576892+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:09.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:09 smithi016 bash[30458]: audit 2023-12-05T15:50:08.584262+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:09.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:09 smithi016 bash[30458]: audit 2023-12-05T15:50:08.592558+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:09.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:09 smithi016 bash[25024]: cluster 2023-12-05T15:50:07.576892+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:09.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:09 smithi016 bash[25024]: audit 2023-12-05T15:50:08.584262+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:09.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:09 smithi016 bash[25024]: audit 2023-12-05T15:50:08.592558+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:11.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:11 smithi016 bash[25024]: cluster 2023-12-05T15:50:09.577349+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:11.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:11 smithi016 bash[30458]: cluster 2023-12-05T15:50:09.577349+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:11.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:11 smithi038 bash[25002]: cluster 2023-12-05T15:50:09.577349+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:11.531 INFO:teuthology.orchestra.run.smithi016.stdout:Created osd(s) 0 on host 'smithi016' 2023-12-05T15:50:12.247 DEBUG:teuthology.orchestra.run.smithi016:osd.0> sudo journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.0.service 2023-12-05T15:50:12.249 INFO:tasks.cephadm:Deploying osd.1 on smithi016 with /dev/vg_nvme/lv_3... 2023-12-05T15:50:12.249 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-05T15:50:12.471 INFO:journalctl@ceph.osd.0.smithi016.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T15:50:12.540 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:12 smithi016 bash[30458]: audit 2023-12-05T15:50:11.526867+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:12.540 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:12 smithi016 bash[30458]: audit 2023-12-05T15:50:11.567809+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:50:12.541 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:12 smithi016 bash[30458]: audit 2023-12-05T15:50:11.570356+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:12.541 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:12 smithi016 bash[30458]: audit 2023-12-05T15:50:11.571998+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:50:12.541 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:12 smithi016 bash[30458]: cluster 2023-12-05T15:50:11.577773+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:12.541 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:12 smithi016 bash[30458]: audit 2023-12-05T15:50:12.027000+0000 mon.a (mon.0) 258 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1285571619,v1:172.21.15.16:6803/1285571619]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-05T15:50:12.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:12 smithi038 bash[25002]: audit 2023-12-05T15:50:11.526867+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:12.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:12 smithi038 bash[25002]: audit 2023-12-05T15:50:11.567809+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:50:12.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:12 smithi038 bash[25002]: audit 2023-12-05T15:50:11.570356+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:12.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:12 smithi038 bash[25002]: audit 2023-12-05T15:50:11.571998+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:50:12.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:12 smithi038 bash[25002]: cluster 2023-12-05T15:50:11.577773+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:12.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:12 smithi038 bash[25002]: audit 2023-12-05T15:50:12.027000+0000 mon.a (mon.0) 258 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1285571619,v1:172.21.15.16:6803/1285571619]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-05T15:50:12.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:12 smithi016 bash[25024]: audit 2023-12-05T15:50:11.526867+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:12.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:12 smithi016 bash[25024]: audit 2023-12-05T15:50:11.567809+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:50:12.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:12 smithi016 bash[25024]: audit 2023-12-05T15:50:11.570356+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:12.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:12 smithi016 bash[25024]: audit 2023-12-05T15:50:11.571998+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:50:12.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:12 smithi016 bash[25024]: cluster 2023-12-05T15:50:11.577773+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:12.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:12 smithi016 bash[25024]: audit 2023-12-05T15:50:12.027000+0000 mon.a (mon.0) 258 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1285571619,v1:172.21.15.16:6803/1285571619]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-05T15:50:13.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:13 smithi038 bash[25002]: audit 2023-12-05T15:50:12.539415+0000 mon.a (mon.0) 259 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1285571619,v1:172.21.15.16:6803/1285571619]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-05T15:50:13.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:13 smithi038 bash[25002]: cluster 2023-12-05T15:50:12.539609+0000 mon.a (mon.0) 260 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-05T15:50:13.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:13 smithi038 bash[25002]: audit 2023-12-05T15:50:12.540023+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:50:13.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:13 smithi038 bash[25002]: audit 2023-12-05T15:50:12.540810+0000 mon.a (mon.0) 262 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1285571619,v1:172.21.15.16:6803/1285571619]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T15:50:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:13 smithi016 bash[25024]: audit 2023-12-05T15:50:12.539415+0000 mon.a (mon.0) 259 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1285571619,v1:172.21.15.16:6803/1285571619]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-05T15:50:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:13 smithi016 bash[25024]: cluster 2023-12-05T15:50:12.539609+0000 mon.a (mon.0) 260 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-05T15:50:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:13 smithi016 bash[25024]: audit 2023-12-05T15:50:12.540023+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:50:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:13 smithi016 bash[25024]: audit 2023-12-05T15:50:12.540810+0000 mon.a (mon.0) 262 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1285571619,v1:172.21.15.16:6803/1285571619]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T15:50:13.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:13 smithi016 bash[30458]: audit 2023-12-05T15:50:12.539415+0000 mon.a (mon.0) 259 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1285571619,v1:172.21.15.16:6803/1285571619]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-05T15:50:13.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:13 smithi016 bash[30458]: cluster 2023-12-05T15:50:12.539609+0000 mon.a (mon.0) 260 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-05T15:50:13.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:13 smithi016 bash[30458]: audit 2023-12-05T15:50:12.540023+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:50:13.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:13 smithi016 bash[30458]: audit 2023-12-05T15:50:12.540810+0000 mon.a (mon.0) 262 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1285571619,v1:172.21.15.16:6803/1285571619]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T15:50:13.870 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 15:50:13 smithi016 bash[33253]: debug 2023-12-05T15:50:13.548+0000 7f7d531e9700 -1 osd.0 0 waiting for initial osdmap 2023-12-05T15:50:13.870 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 15:50:13 smithi016 bash[33253]: debug 2023-12-05T15:50:13.552+0000 7f7d4bb7c700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T15:50:14.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:14 smithi038 bash[25002]: audit 2023-12-05T15:50:13.541744+0000 mon.a (mon.0) 263 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1285571619,v1:172.21.15.16:6803/1285571619]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-12-05T15:50:14.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:14 smithi038 bash[25002]: cluster 2023-12-05T15:50:13.541926+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-05T15:50:14.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:14 smithi038 bash[25002]: audit 2023-12-05T15:50:13.542573+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:50:14.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:14 smithi038 bash[25002]: audit 2023-12-05T15:50:13.549935+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:50:14.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:14 smithi038 bash[25002]: cluster 2023-12-05T15:50:13.578159+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:14.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:14 smithi016 bash[30458]: audit 2023-12-05T15:50:13.541744+0000 mon.a (mon.0) 263 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1285571619,v1:172.21.15.16:6803/1285571619]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-12-05T15:50:14.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:14 smithi016 bash[30458]: cluster 2023-12-05T15:50:13.541926+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-05T15:50:14.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:14 smithi016 bash[30458]: audit 2023-12-05T15:50:13.542573+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:50:14.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:14 smithi016 bash[30458]: audit 2023-12-05T15:50:13.549935+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:50:14.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:14 smithi016 bash[30458]: cluster 2023-12-05T15:50:13.578159+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:14.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:14 smithi016 bash[25024]: audit 2023-12-05T15:50:13.541744+0000 mon.a (mon.0) 263 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1285571619,v1:172.21.15.16:6803/1285571619]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-12-05T15:50:14.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:14 smithi016 bash[25024]: cluster 2023-12-05T15:50:13.541926+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-05T15:50:14.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:14 smithi016 bash[25024]: audit 2023-12-05T15:50:13.542573+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:50:14.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:14 smithi016 bash[25024]: audit 2023-12-05T15:50:13.549935+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:50:14.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:14 smithi016 bash[25024]: cluster 2023-12-05T15:50:13.578159+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T15:50:15.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:15 smithi038 bash[25002]: cluster 2023-12-05T15:50:13.065235+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:50:15.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:15 smithi038 bash[25002]: cluster 2023-12-05T15:50:13.065447+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:50:15.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:15 smithi038 bash[25002]: audit 2023-12-05T15:50:14.551827+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:50:15.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:15 smithi038 bash[25002]: cluster 2023-12-05T15:50:14.559956+0000 mon.a (mon.0) 268 : cluster [INF] osd.0 [v2:172.21.15.16:6802/1285571619,v1:172.21.15.16:6803/1285571619] boot 2023-12-05T15:50:15.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:15 smithi038 bash[25002]: cluster 2023-12-05T15:50:14.560050+0000 mon.a (mon.0) 269 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-05T15:50:15.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:15 smithi038 bash[25002]: audit 2023-12-05T15:50:14.560550+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:50:15.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:15 smithi016 bash[25024]: cluster 2023-12-05T15:50:13.065235+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:50:15.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:15 smithi016 bash[25024]: cluster 2023-12-05T15:50:13.065447+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:50:15.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:15 smithi016 bash[25024]: audit 2023-12-05T15:50:14.551827+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:50:15.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:15 smithi016 bash[25024]: cluster 2023-12-05T15:50:14.559956+0000 mon.a (mon.0) 268 : cluster [INF] osd.0 [v2:172.21.15.16:6802/1285571619,v1:172.21.15.16:6803/1285571619] boot 2023-12-05T15:50:15.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:15 smithi016 bash[25024]: cluster 2023-12-05T15:50:14.560050+0000 mon.a (mon.0) 269 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-05T15:50:15.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:15 smithi016 bash[25024]: audit 2023-12-05T15:50:14.560550+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:50:15.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:15 smithi016 bash[30458]: cluster 2023-12-05T15:50:13.065235+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:50:15.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:15 smithi016 bash[30458]: cluster 2023-12-05T15:50:13.065447+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:50:15.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:15 smithi016 bash[30458]: audit 2023-12-05T15:50:14.551827+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:50:15.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:15 smithi016 bash[30458]: cluster 2023-12-05T15:50:14.559956+0000 mon.a (mon.0) 268 : cluster [INF] osd.0 [v2:172.21.15.16:6802/1285571619,v1:172.21.15.16:6803/1285571619] boot 2023-12-05T15:50:15.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:15 smithi016 bash[30458]: cluster 2023-12-05T15:50:14.560050+0000 mon.a (mon.0) 269 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-05T15:50:15.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:15 smithi016 bash[30458]: audit 2023-12-05T15:50:14.560550+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:50:16.296 INFO:teuthology.orchestra.run.smithi016.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-05T15:50:16.296 INFO:teuthology.orchestra.run.smithi016.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-05T15:50:16.297 INFO:teuthology.orchestra.run.smithi016.stderr: stderr: 10+0 records in 2023-12-05T15:50:16.297 INFO:teuthology.orchestra.run.smithi016.stderr:10+0 records out 2023-12-05T15:50:16.297 INFO:teuthology.orchestra.run.smithi016.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0120567 s, 870 MB/s 2023-12-05T15:50:16.297 INFO:teuthology.orchestra.run.smithi016.stderr:--> Zapping successful for: 2023-12-05T15:50:17.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:16 smithi038 bash[25002]: cluster 2023-12-05T15:50:15.578669+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:17.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:16 smithi038 bash[25002]: cluster 2023-12-05T15:50:15.795068+0000 mon.a (mon.0) 271 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-05T15:50:17.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:16 smithi016 bash[25024]: cluster 2023-12-05T15:50:15.578669+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:17.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:16 smithi016 bash[25024]: cluster 2023-12-05T15:50:15.795068+0000 mon.a (mon.0) 271 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-05T15:50:17.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:16 smithi016 bash[30458]: cluster 2023-12-05T15:50:15.578669+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:17.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:16 smithi016 bash[30458]: cluster 2023-12-05T15:50:15.795068+0000 mon.a (mon.0) 271 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-05T15:50:17.818 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi016:vg_nvme/lv_3 2023-12-05T15:50:19.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:18 smithi038 bash[25002]: cluster 2023-12-05T15:50:17.579190+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:19.117 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:18 smithi016 bash[30458]: cluster 2023-12-05T15:50:17.579190+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:19.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:18 smithi016 bash[25024]: cluster 2023-12-05T15:50:17.579190+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:21.070 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:20 smithi016 bash[25024]: cluster 2023-12-05T15:50:19.579748+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:21.071 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:20 smithi016 bash[30458]: cluster 2023-12-05T15:50:19.579748+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:21.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:20 smithi038 bash[25002]: cluster 2023-12-05T15:50:19.579748+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:23.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:22 smithi038 bash[25002]: cluster 2023-12-05T15:50:21.580172+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:23.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:22 smithi038 bash[25002]: cephadm 2023-12-05T15:50:21.610406+0000 mgr.y (mgr.14152) 84 : cephadm [INF] Detected new or changed devices on smithi016 2023-12-05T15:50:23.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:22 smithi038 bash[25002]: audit 2023-12-05T15:50:21.617652+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:23.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:22 smithi038 bash[25002]: audit 2023-12-05T15:50:21.618972+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:50:23.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:22 smithi038 bash[25002]: cephadm 2023-12-05T15:50:21.620125+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 16251M 2023-12-05T15:50:23.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:22 smithi038 bash[25002]: audit 2023-12-05T15:50:21.625735+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:23.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:22 smithi038 bash[25002]: audit 2023-12-05T15:50:21.636223+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:23.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:22 smithi038 bash[25002]: audit 2023-12-05T15:50:21.930130+0000 mgr.y (mgr.14152) 86 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:50:23.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:22 smithi038 bash[25002]: audit 2023-12-05T15:50:21.936776+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:50:23.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:22 smithi038 bash[25002]: audit 2023-12-05T15:50:21.940434+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:50:23.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:22 smithi038 bash[25002]: audit 2023-12-05T15:50:21.941323+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:23.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[25024]: cluster 2023-12-05T15:50:21.580172+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:23.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[25024]: cephadm 2023-12-05T15:50:21.610406+0000 mgr.y (mgr.14152) 84 : cephadm [INF] Detected new or changed devices on smithi016 2023-12-05T15:50:23.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[25024]: audit 2023-12-05T15:50:21.617652+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:23.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[25024]: audit 2023-12-05T15:50:21.618972+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:50:23.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[25024]: cephadm 2023-12-05T15:50:21.620125+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 16251M 2023-12-05T15:50:23.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[25024]: audit 2023-12-05T15:50:21.625735+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:23.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[25024]: audit 2023-12-05T15:50:21.636223+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:23.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[25024]: audit 2023-12-05T15:50:21.930130+0000 mgr.y (mgr.14152) 86 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:50:23.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[25024]: audit 2023-12-05T15:50:21.936776+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:50:23.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[25024]: audit 2023-12-05T15:50:21.940434+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:50:23.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[25024]: audit 2023-12-05T15:50:21.941323+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:23.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[30458]: cluster 2023-12-05T15:50:21.580172+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:23.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[30458]: cephadm 2023-12-05T15:50:21.610406+0000 mgr.y (mgr.14152) 84 : cephadm [INF] Detected new or changed devices on smithi016 2023-12-05T15:50:23.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[30458]: audit 2023-12-05T15:50:21.617652+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:23.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[30458]: audit 2023-12-05T15:50:21.618972+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:50:23.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[30458]: cephadm 2023-12-05T15:50:21.620125+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 16251M 2023-12-05T15:50:23.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[30458]: audit 2023-12-05T15:50:21.625735+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:23.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[30458]: audit 2023-12-05T15:50:21.636223+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:23.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[30458]: audit 2023-12-05T15:50:21.930130+0000 mgr.y (mgr.14152) 86 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:50:23.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[30458]: audit 2023-12-05T15:50:21.936776+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:50:23.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[30458]: audit 2023-12-05T15:50:21.940434+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:50:23.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:22 smithi016 bash[30458]: audit 2023-12-05T15:50:21.941323+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:25.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:24 smithi038 bash[25002]: cluster 2023-12-05T15:50:23.580659+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:25.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:24 smithi016 bash[30458]: cluster 2023-12-05T15:50:23.580659+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:25.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:24 smithi016 bash[25024]: cluster 2023-12-05T15:50:23.580659+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:27.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:26 smithi038 bash[25002]: cluster 2023-12-05T15:50:25.581159+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:27.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:26 smithi016 bash[25024]: cluster 2023-12-05T15:50:25.581159+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:27.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:26 smithi016 bash[30458]: cluster 2023-12-05T15:50:25.581159+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:29.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:28 smithi038 bash[25002]: cluster 2023-12-05T15:50:27.581642+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:29.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:28 smithi038 bash[25002]: audit 2023-12-05T15:50:28.128928+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.16:0/1782467570' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "296b091e-3188-48ca-b753-372734b63faf"}]: dispatch 2023-12-05T15:50:29.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:28 smithi038 bash[25002]: audit 2023-12-05T15:50:28.129653+0000 mon.a (mon.0) 279 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "296b091e-3188-48ca-b753-372734b63faf"}]: dispatch 2023-12-05T15:50:29.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:28 smithi038 bash[25002]: audit 2023-12-05T15:50:28.135380+0000 mon.a (mon.0) 280 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "296b091e-3188-48ca-b753-372734b63faf"}]': finished 2023-12-05T15:50:29.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:28 smithi038 bash[25002]: cluster 2023-12-05T15:50:28.135462+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-05T15:50:29.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:28 smithi038 bash[25002]: audit 2023-12-05T15:50:28.135762+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T15:50:29.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:28 smithi016 bash[30458]: cluster 2023-12-05T15:50:27.581642+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:29.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:28 smithi016 bash[30458]: audit 2023-12-05T15:50:28.128928+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.16:0/1782467570' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "296b091e-3188-48ca-b753-372734b63faf"}]: dispatch 2023-12-05T15:50:29.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:28 smithi016 bash[30458]: audit 2023-12-05T15:50:28.129653+0000 mon.a (mon.0) 279 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "296b091e-3188-48ca-b753-372734b63faf"}]: dispatch 2023-12-05T15:50:29.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:28 smithi016 bash[30458]: audit 2023-12-05T15:50:28.135380+0000 mon.a (mon.0) 280 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "296b091e-3188-48ca-b753-372734b63faf"}]': finished 2023-12-05T15:50:29.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:28 smithi016 bash[30458]: cluster 2023-12-05T15:50:28.135462+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-05T15:50:29.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:28 smithi016 bash[30458]: audit 2023-12-05T15:50:28.135762+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T15:50:29.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:28 smithi016 bash[25024]: cluster 2023-12-05T15:50:27.581642+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:29.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:28 smithi016 bash[25024]: audit 2023-12-05T15:50:28.128928+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.16:0/1782467570' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "296b091e-3188-48ca-b753-372734b63faf"}]: dispatch 2023-12-05T15:50:29.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:28 smithi016 bash[25024]: audit 2023-12-05T15:50:28.129653+0000 mon.a (mon.0) 279 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "296b091e-3188-48ca-b753-372734b63faf"}]: dispatch 2023-12-05T15:50:29.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:28 smithi016 bash[25024]: audit 2023-12-05T15:50:28.135380+0000 mon.a (mon.0) 280 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "296b091e-3188-48ca-b753-372734b63faf"}]': finished 2023-12-05T15:50:29.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:28 smithi016 bash[25024]: cluster 2023-12-05T15:50:28.135462+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-05T15:50:29.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:28 smithi016 bash[25024]: audit 2023-12-05T15:50:28.135762+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T15:50:30.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:29 smithi038 bash[25002]: audit 2023-12-05T15:50:28.866513+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.16:0/3490647749' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:50:30.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:29 smithi016 bash[30458]: audit 2023-12-05T15:50:28.866513+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.16:0/3490647749' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:50:30.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:29 smithi016 bash[25024]: audit 2023-12-05T15:50:28.866513+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.16:0/3490647749' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:50:31.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:30 smithi038 bash[25002]: cluster 2023-12-05T15:50:29.582257+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:31.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:30 smithi016 bash[25024]: cluster 2023-12-05T15:50:29.582257+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:31.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:30 smithi016 bash[30458]: cluster 2023-12-05T15:50:29.582257+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:31.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:31 smithi016 bash[25024]: audit 2023-12-05T15:50:31.636012+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:50:31.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:31 smithi016 bash[25024]: audit 2023-12-05T15:50:31.641910+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:50:31.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:31 smithi016 bash[30458]: audit 2023-12-05T15:50:31.636012+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:50:31.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:31 smithi016 bash[30458]: audit 2023-12-05T15:50:31.641910+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:50:32.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:31 smithi038 bash[25002]: audit 2023-12-05T15:50:31.636012+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:50:32.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:31 smithi038 bash[25002]: audit 2023-12-05T15:50:31.641910+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:50:33.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:32 smithi038 bash[25002]: cluster 2023-12-05T15:50:31.582836+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:33.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:32 smithi016 bash[25024]: cluster 2023-12-05T15:50:31.582836+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:33.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:32 smithi016 bash[30458]: cluster 2023-12-05T15:50:31.582836+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:35.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:34 smithi038 bash[25002]: cluster 2023-12-05T15:50:33.583332+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:35.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:34 smithi016 bash[25024]: cluster 2023-12-05T15:50:33.583332+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:35.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:34 smithi016 bash[30458]: cluster 2023-12-05T15:50:33.583332+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:37.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:36 smithi038 bash[25002]: cluster 2023-12-05T15:50:35.583772+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:37.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:36 smithi016 bash[25024]: cluster 2023-12-05T15:50:35.583772+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:37.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:36 smithi016 bash[30458]: cluster 2023-12-05T15:50:35.583772+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:39.023 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:38 smithi016 bash[30458]: cluster 2023-12-05T15:50:37.584236+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:39.023 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:38 smithi016 bash[30458]: audit 2023-12-05T15:50:38.743768+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T15:50:39.023 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:38 smithi016 bash[30458]: audit 2023-12-05T15:50:38.745521+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:39.024 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:38 smithi016 bash[25024]: cluster 2023-12-05T15:50:37.584236+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:39.024 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:38 smithi016 bash[25024]: audit 2023-12-05T15:50:38.743768+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T15:50:39.024 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:38 smithi016 bash[25024]: audit 2023-12-05T15:50:38.745521+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:39.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:38 smithi038 bash[25002]: cluster 2023-12-05T15:50:37.584236+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:39.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:38 smithi038 bash[25002]: audit 2023-12-05T15:50:38.743768+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T15:50:39.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:38 smithi038 bash[25002]: audit 2023-12-05T15:50:38.745521+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:40.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:39 smithi016 bash[25024]: cephadm 2023-12-05T15:50:38.746939+0000 mgr.y (mgr.14152) 95 : cephadm [INF] Deploying daemon osd.1 on smithi016 2023-12-05T15:50:40.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:39 smithi016 bash[30458]: cephadm 2023-12-05T15:50:38.746939+0000 mgr.y (mgr.14152) 95 : cephadm [INF] Deploying daemon osd.1 on smithi016 2023-12-05T15:50:40.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:39 smithi038 bash[25002]: cephadm 2023-12-05T15:50:38.746939+0000 mgr.y (mgr.14152) 95 : cephadm [INF] Deploying daemon osd.1 on smithi016 2023-12-05T15:50:41.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:40 smithi016 bash[25024]: cluster 2023-12-05T15:50:39.584728+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:41.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:40 smithi016 bash[30458]: cluster 2023-12-05T15:50:39.584728+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:41.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:40 smithi038 bash[25002]: cluster 2023-12-05T15:50:39.584728+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:43.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:42 smithi016 bash[25024]: cluster 2023-12-05T15:50:41.585159+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:43.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:42 smithi016 bash[30458]: cluster 2023-12-05T15:50:41.585159+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:43.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:42 smithi038 bash[25002]: cluster 2023-12-05T15:50:41.585159+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:44.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:43 smithi016 bash[25024]: audit 2023-12-05T15:50:42.957990+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:50:44.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:43 smithi016 bash[25024]: audit 2023-12-05T15:50:42.962213+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:44.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:43 smithi016 bash[25024]: audit 2023-12-05T15:50:42.962537+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:44.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:43 smithi016 bash[25024]: audit 2023-12-05T15:50:42.964690+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:50:44.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:43 smithi016 bash[30458]: audit 2023-12-05T15:50:42.957990+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:50:44.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:43 smithi016 bash[30458]: audit 2023-12-05T15:50:42.962213+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:44.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:43 smithi016 bash[30458]: audit 2023-12-05T15:50:42.962537+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:44.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:43 smithi016 bash[30458]: audit 2023-12-05T15:50:42.964690+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:50:44.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:43 smithi038 bash[25002]: audit 2023-12-05T15:50:42.957990+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:50:44.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:43 smithi038 bash[25002]: audit 2023-12-05T15:50:42.962213+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:44.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:43 smithi038 bash[25002]: audit 2023-12-05T15:50:42.962537+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:44.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:43 smithi038 bash[25002]: audit 2023-12-05T15:50:42.964690+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:50:45.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:44 smithi016 bash[25024]: cluster 2023-12-05T15:50:43.585681+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:45.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:44 smithi016 bash[30458]: cluster 2023-12-05T15:50:43.585681+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:45.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:44 smithi038 bash[25002]: cluster 2023-12-05T15:50:43.585681+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:47.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:46 smithi016 bash[25024]: cluster 2023-12-05T15:50:45.586242+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:47.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:46 smithi016 bash[30458]: cluster 2023-12-05T15:50:45.586242+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:47.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:46 smithi038 bash[25002]: cluster 2023-12-05T15:50:45.586242+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:48.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:47 smithi016 bash[25024]: audit 2023-12-05T15:50:46.977859+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:48.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:47 smithi016 bash[25024]: audit 2023-12-05T15:50:47.250192+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:48.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:47 smithi016 bash[30458]: audit 2023-12-05T15:50:46.977859+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:48.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:47 smithi016 bash[30458]: audit 2023-12-05T15:50:47.250192+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:48.336 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:47 smithi038 bash[25002]: audit 2023-12-05T15:50:46.977859+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:48.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:47 smithi038 bash[25002]: audit 2023-12-05T15:50:47.250192+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:49.586 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:49 smithi038 bash[25002]: cluster 2023-12-05T15:50:47.586716+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:49.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:49 smithi016 bash[25024]: cluster 2023-12-05T15:50:47.586716+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:49.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:49 smithi016 bash[30458]: cluster 2023-12-05T15:50:47.586716+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:49.953 INFO:teuthology.orchestra.run.smithi016.stdout:Created osd(s) 1 on host 'smithi016' 2023-12-05T15:50:50.637 DEBUG:teuthology.orchestra.run.smithi016:osd.1> sudo journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.1.service 2023-12-05T15:50:50.639 INFO:tasks.cephadm:Deploying osd.2 on smithi016 with /dev/vg_nvme/lv_2... 2023-12-05T15:50:50.639 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-05T15:50:50.811 INFO:journalctl@ceph.osd.1.smithi016.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T15:50:51.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:50 smithi016 bash[25024]: cluster 2023-12-05T15:50:49.587214+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:51.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:50 smithi016 bash[25024]: audit 2023-12-05T15:50:49.948351+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:51.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:50 smithi016 bash[25024]: audit 2023-12-05T15:50:49.973709+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:50:51.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:50 smithi016 bash[25024]: audit 2023-12-05T15:50:49.975520+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:51.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:50 smithi016 bash[25024]: audit 2023-12-05T15:50:49.976722+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:50:51.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:50 smithi016 bash[25024]: audit 2023-12-05T15:50:50.328245+0000 mon.a (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/3367443450,v1:172.21.15.16:6811/3367443450]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T15:50:51.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:50 smithi016 bash[30458]: cluster 2023-12-05T15:50:49.587214+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:51.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:50 smithi016 bash[30458]: audit 2023-12-05T15:50:49.948351+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:51.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:50 smithi016 bash[30458]: audit 2023-12-05T15:50:49.973709+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:50:51.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:50 smithi016 bash[30458]: audit 2023-12-05T15:50:49.975520+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:51.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:50 smithi016 bash[30458]: audit 2023-12-05T15:50:49.976722+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:50:51.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:50 smithi016 bash[30458]: audit 2023-12-05T15:50:50.328245+0000 mon.a (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/3367443450,v1:172.21.15.16:6811/3367443450]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T15:50:51.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:50 smithi038 bash[25002]: cluster 2023-12-05T15:50:49.587214+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:51.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:50 smithi038 bash[25002]: audit 2023-12-05T15:50:49.948351+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:50:51.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:50 smithi038 bash[25002]: audit 2023-12-05T15:50:49.973709+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:50:51.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:50 smithi038 bash[25002]: audit 2023-12-05T15:50:49.975520+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:50:51.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:50 smithi038 bash[25002]: audit 2023-12-05T15:50:49.976722+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:50:51.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:50 smithi038 bash[25002]: audit 2023-12-05T15:50:50.328245+0000 mon.a (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/3367443450,v1:172.21.15.16:6811/3367443450]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T15:50:52.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:52 smithi016 bash[30458]: audit 2023-12-05T15:50:51.261385+0000 mon.a (mon.0) 298 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/3367443450,v1:172.21.15.16:6811/3367443450]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-05T15:50:52.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:52 smithi016 bash[30458]: cluster 2023-12-05T15:50:51.261599+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-05T15:50:52.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:52 smithi016 bash[30458]: audit 2023-12-05T15:50:51.261875+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T15:50:52.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:52 smithi016 bash[30458]: audit 2023-12-05T15:50:51.263051+0000 mon.a (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/3367443450,v1:172.21.15.16:6811/3367443450]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T15:50:52.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:52 smithi016 bash[25024]: audit 2023-12-05T15:50:51.261385+0000 mon.a (mon.0) 298 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/3367443450,v1:172.21.15.16:6811/3367443450]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-05T15:50:52.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:52 smithi016 bash[25024]: cluster 2023-12-05T15:50:51.261599+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-05T15:50:52.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:52 smithi016 bash[25024]: audit 2023-12-05T15:50:51.261875+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T15:50:52.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:52 smithi016 bash[25024]: audit 2023-12-05T15:50:51.263051+0000 mon.a (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/3367443450,v1:172.21.15.16:6811/3367443450]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T15:50:52.369 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 15:50:52 smithi016 bash[36354]: debug 2023-12-05T15:50:52.275+0000 7f0e54c8e700 -1 osd.1 0 waiting for initial osdmap 2023-12-05T15:50:52.369 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 15:50:52 smithi016 bash[36354]: debug 2023-12-05T15:50:52.279+0000 7f0e4be1e700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T15:50:52.586 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:52 smithi038 bash[25002]: audit 2023-12-05T15:50:51.261385+0000 mon.a (mon.0) 298 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/3367443450,v1:172.21.15.16:6811/3367443450]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-05T15:50:52.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:52 smithi038 bash[25002]: cluster 2023-12-05T15:50:51.261599+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-05T15:50:52.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:52 smithi038 bash[25002]: audit 2023-12-05T15:50:51.261875+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T15:50:52.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:52 smithi038 bash[25002]: audit 2023-12-05T15:50:51.263051+0000 mon.a (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/3367443450,v1:172.21.15.16:6811/3367443450]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T15:50:53.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:53 smithi016 bash[30458]: cluster 2023-12-05T15:50:51.587724+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:53.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:53 smithi016 bash[30458]: audit 2023-12-05T15:50:52.271349+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/3367443450,v1:172.21.15.16:6811/3367443450]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-12-05T15:50:53.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:53 smithi016 bash[30458]: cluster 2023-12-05T15:50:52.271538+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-05T15:50:53.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:53 smithi016 bash[30458]: audit 2023-12-05T15:50:52.271755+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T15:50:53.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:53 smithi016 bash[30458]: audit 2023-12-05T15:50:52.278010+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T15:50:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:53 smithi016 bash[25024]: cluster 2023-12-05T15:50:51.587724+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:53 smithi016 bash[25024]: audit 2023-12-05T15:50:52.271349+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/3367443450,v1:172.21.15.16:6811/3367443450]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-12-05T15:50:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:53 smithi016 bash[25024]: cluster 2023-12-05T15:50:52.271538+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-05T15:50:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:53 smithi016 bash[25024]: audit 2023-12-05T15:50:52.271755+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T15:50:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:53 smithi016 bash[25024]: audit 2023-12-05T15:50:52.278010+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T15:50:53.586 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:53 smithi038 bash[25002]: cluster 2023-12-05T15:50:51.587724+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:53.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:53 smithi038 bash[25002]: audit 2023-12-05T15:50:52.271349+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/3367443450,v1:172.21.15.16:6811/3367443450]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-12-05T15:50:53.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:53 smithi038 bash[25002]: cluster 2023-12-05T15:50:52.271538+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-05T15:50:53.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:53 smithi038 bash[25002]: audit 2023-12-05T15:50:52.271755+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T15:50:53.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:53 smithi038 bash[25002]: audit 2023-12-05T15:50:52.278010+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T15:50:54.545 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:54 smithi016 bash[25024]: cluster 2023-12-05T15:50:51.370838+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:50:54.546 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:54 smithi016 bash[25024]: cluster 2023-12-05T15:50:51.371033+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:50:54.546 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:54 smithi016 bash[25024]: cluster 2023-12-05T15:50:53.278137+0000 mon.a (mon.0) 306 : cluster [INF] osd.1 [v2:172.21.15.16:6810/3367443450,v1:172.21.15.16:6811/3367443450] boot 2023-12-05T15:50:54.546 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:54 smithi016 bash[25024]: cluster 2023-12-05T15:50:53.278175+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-05T15:50:54.546 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:54 smithi016 bash[25024]: audit 2023-12-05T15:50:53.278403+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T15:50:54.547 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:54 smithi016 bash[30458]: cluster 2023-12-05T15:50:51.370838+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:50:54.547 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:54 smithi016 bash[30458]: cluster 2023-12-05T15:50:51.371033+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:50:54.547 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:54 smithi016 bash[30458]: cluster 2023-12-05T15:50:53.278137+0000 mon.a (mon.0) 306 : cluster [INF] osd.1 [v2:172.21.15.16:6810/3367443450,v1:172.21.15.16:6811/3367443450] boot 2023-12-05T15:50:54.547 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:54 smithi016 bash[30458]: cluster 2023-12-05T15:50:53.278175+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-05T15:50:54.547 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:54 smithi016 bash[30458]: audit 2023-12-05T15:50:53.278403+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T15:50:54.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:54 smithi038 bash[25002]: cluster 2023-12-05T15:50:51.370838+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:50:54.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:54 smithi038 bash[25002]: cluster 2023-12-05T15:50:51.371033+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:50:54.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:54 smithi038 bash[25002]: cluster 2023-12-05T15:50:53.278137+0000 mon.a (mon.0) 306 : cluster [INF] osd.1 [v2:172.21.15.16:6810/3367443450,v1:172.21.15.16:6811/3367443450] boot 2023-12-05T15:50:54.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:54 smithi038 bash[25002]: cluster 2023-12-05T15:50:53.278175+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-05T15:50:54.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:54 smithi038 bash[25002]: audit 2023-12-05T15:50:53.278403+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T15:50:54.626 INFO:teuthology.orchestra.run.smithi016.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-05T15:50:54.626 INFO:teuthology.orchestra.run.smithi016.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-05T15:50:54.626 INFO:teuthology.orchestra.run.smithi016.stderr: stderr: 10+0 records in 2023-12-05T15:50:54.626 INFO:teuthology.orchestra.run.smithi016.stderr:10+0 records out 2023-12-05T15:50:54.627 INFO:teuthology.orchestra.run.smithi016.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0178297 s, 588 MB/s 2023-12-05T15:50:54.627 INFO:teuthology.orchestra.run.smithi016.stderr:--> Zapping successful for: 2023-12-05T15:50:55.586 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:55 smithi038 bash[25002]: cluster 2023-12-05T15:50:53.588212+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:55.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:55 smithi038 bash[25002]: cluster 2023-12-05T15:50:54.290654+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-05T15:50:55.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:55 smithi016 bash[25024]: cluster 2023-12-05T15:50:53.588212+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:55.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:55 smithi016 bash[25024]: cluster 2023-12-05T15:50:54.290654+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-05T15:50:55.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:55 smithi016 bash[30458]: cluster 2023-12-05T15:50:53.588212+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T15:50:55.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:55 smithi016 bash[30458]: cluster 2023-12-05T15:50:54.290654+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-05T15:50:55.890 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi016:vg_nvme/lv_2 2023-12-05T15:50:56.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:56 smithi016 bash[30458]: cluster 2023-12-05T15:50:55.588773+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:50:56.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:56 smithi016 bash[25024]: cluster 2023-12-05T15:50:55.588773+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:50:56.586 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:56 smithi038 bash[25002]: cluster 2023-12-05T15:50:55.588773+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:50:59.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:50:58 smithi038 bash[25002]: cluster 2023-12-05T15:50:57.589243+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:50:59.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:50:58 smithi016 bash[30458]: cluster 2023-12-05T15:50:57.589243+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:50:59.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:50:58 smithi016 bash[25024]: cluster 2023-12-05T15:50:57.589243+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:00.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:00 smithi038 bash[25002]: cephadm 2023-12-05T15:50:59.432080+0000 mgr.y (mgr.14152) 106 : cephadm [INF] Detected new or changed devices on smithi016 2023-12-05T15:51:00.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:00 smithi038 bash[25002]: audit 2023-12-05T15:50:59.442127+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:00.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:00 smithi038 bash[25002]: audit 2023-12-05T15:50:59.443947+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:51:00.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:00 smithi038 bash[25002]: audit 2023-12-05T15:50:59.445262+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:51:00.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:00 smithi038 bash[25002]: cephadm 2023-12-05T15:50:59.446157+0000 mgr.y (mgr.14152) 107 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 8125M 2023-12-05T15:51:00.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:00 smithi038 bash[25002]: audit 2023-12-05T15:50:59.452667+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:00.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:00 smithi038 bash[25002]: audit 2023-12-05T15:50:59.461899+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:00.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:00 smithi038 bash[25002]: cluster 2023-12-05T15:50:59.589790+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:00.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:00 smithi038 bash[25002]: audit 2023-12-05T15:50:59.985205+0000 mgr.y (mgr.14152) 109 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:51:00.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:00 smithi038 bash[25002]: audit 2023-12-05T15:50:59.992017+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:51:00.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:00 smithi038 bash[25002]: audit 2023-12-05T15:50:59.995874+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:51:00.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:00 smithi038 bash[25002]: audit 2023-12-05T15:50:59.997093+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:51:00.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[25024]: cephadm 2023-12-05T15:50:59.432080+0000 mgr.y (mgr.14152) 106 : cephadm [INF] Detected new or changed devices on smithi016 2023-12-05T15:51:00.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[25024]: audit 2023-12-05T15:50:59.442127+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:00.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[25024]: audit 2023-12-05T15:50:59.443947+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:51:00.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[25024]: audit 2023-12-05T15:50:59.445262+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:51:00.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[25024]: cephadm 2023-12-05T15:50:59.446157+0000 mgr.y (mgr.14152) 107 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 8125M 2023-12-05T15:51:00.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[25024]: audit 2023-12-05T15:50:59.452667+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:00.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[25024]: audit 2023-12-05T15:50:59.461899+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:00.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[25024]: cluster 2023-12-05T15:50:59.589790+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:00.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[25024]: audit 2023-12-05T15:50:59.985205+0000 mgr.y (mgr.14152) 109 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:51:00.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[25024]: audit 2023-12-05T15:50:59.992017+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:51:00.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[25024]: audit 2023-12-05T15:50:59.995874+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:51:00.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[25024]: audit 2023-12-05T15:50:59.997093+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:51:00.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[30458]: cephadm 2023-12-05T15:50:59.432080+0000 mgr.y (mgr.14152) 106 : cephadm [INF] Detected new or changed devices on smithi016 2023-12-05T15:51:00.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[30458]: audit 2023-12-05T15:50:59.442127+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:00.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[30458]: audit 2023-12-05T15:50:59.443947+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:51:00.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[30458]: audit 2023-12-05T15:50:59.445262+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:51:00.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[30458]: cephadm 2023-12-05T15:50:59.446157+0000 mgr.y (mgr.14152) 107 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 8125M 2023-12-05T15:51:00.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[30458]: audit 2023-12-05T15:50:59.452667+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:00.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[30458]: audit 2023-12-05T15:50:59.461899+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:00.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[30458]: cluster 2023-12-05T15:50:59.589790+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:00.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[30458]: audit 2023-12-05T15:50:59.985205+0000 mgr.y (mgr.14152) 109 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:51:00.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[30458]: audit 2023-12-05T15:50:59.992017+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:51:00.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[30458]: audit 2023-12-05T15:50:59.995874+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:51:00.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:00 smithi016 bash[30458]: audit 2023-12-05T15:50:59.997093+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:51:03.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:02 smithi038 bash[25002]: cluster 2023-12-05T15:51:01.590265+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:03.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:02 smithi016 bash[25024]: cluster 2023-12-05T15:51:01.590265+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:03.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:02 smithi016 bash[30458]: cluster 2023-12-05T15:51:01.590265+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:04.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:04 smithi016 bash[25024]: cluster 2023-12-05T15:51:03.590898+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:04.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:04 smithi016 bash[30458]: cluster 2023-12-05T15:51:03.590898+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:05.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:04 smithi038 bash[25002]: cluster 2023-12-05T15:51:03.590898+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:07.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:06 smithi038 bash[25002]: cluster 2023-12-05T15:51:05.591389+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:07.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:06 smithi038 bash[25002]: audit 2023-12-05T15:51:06.260787+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.16:0/3616114937' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b48895a7-67b2-4303-b43c-c03844119f62"}]: dispatch 2023-12-05T15:51:07.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:06 smithi038 bash[25002]: audit 2023-12-05T15:51:06.261348+0000 mon.a (mon.0) 318 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b48895a7-67b2-4303-b43c-c03844119f62"}]: dispatch 2023-12-05T15:51:07.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:06 smithi038 bash[25002]: audit 2023-12-05T15:51:06.269259+0000 mon.a (mon.0) 319 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b48895a7-67b2-4303-b43c-c03844119f62"}]': finished 2023-12-05T15:51:07.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:06 smithi038 bash[25002]: cluster 2023-12-05T15:51:06.269405+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-05T15:51:07.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:06 smithi038 bash[25002]: audit 2023-12-05T15:51:06.269628+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T15:51:07.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:06 smithi016 bash[25024]: cluster 2023-12-05T15:51:05.591389+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:07.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:06 smithi016 bash[25024]: audit 2023-12-05T15:51:06.260787+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.16:0/3616114937' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b48895a7-67b2-4303-b43c-c03844119f62"}]: dispatch 2023-12-05T15:51:07.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:06 smithi016 bash[25024]: audit 2023-12-05T15:51:06.261348+0000 mon.a (mon.0) 318 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b48895a7-67b2-4303-b43c-c03844119f62"}]: dispatch 2023-12-05T15:51:07.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:06 smithi016 bash[25024]: audit 2023-12-05T15:51:06.269259+0000 mon.a (mon.0) 319 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b48895a7-67b2-4303-b43c-c03844119f62"}]': finished 2023-12-05T15:51:07.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:06 smithi016 bash[25024]: cluster 2023-12-05T15:51:06.269405+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-05T15:51:07.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:06 smithi016 bash[25024]: audit 2023-12-05T15:51:06.269628+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T15:51:07.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:06 smithi016 bash[30458]: cluster 2023-12-05T15:51:05.591389+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:07.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:06 smithi016 bash[30458]: audit 2023-12-05T15:51:06.260787+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.16:0/3616114937' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b48895a7-67b2-4303-b43c-c03844119f62"}]: dispatch 2023-12-05T15:51:07.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:06 smithi016 bash[30458]: audit 2023-12-05T15:51:06.261348+0000 mon.a (mon.0) 318 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b48895a7-67b2-4303-b43c-c03844119f62"}]: dispatch 2023-12-05T15:51:07.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:06 smithi016 bash[30458]: audit 2023-12-05T15:51:06.269259+0000 mon.a (mon.0) 319 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b48895a7-67b2-4303-b43c-c03844119f62"}]': finished 2023-12-05T15:51:07.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:06 smithi016 bash[30458]: cluster 2023-12-05T15:51:06.269405+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-05T15:51:07.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:06 smithi016 bash[30458]: audit 2023-12-05T15:51:06.269628+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T15:51:08.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:07 smithi038 bash[25002]: audit 2023-12-05T15:51:06.991630+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.16:0/9561494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:51:08.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:07 smithi016 bash[25024]: audit 2023-12-05T15:51:06.991630+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.16:0/9561494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:51:08.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:07 smithi016 bash[30458]: audit 2023-12-05T15:51:06.991630+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.16:0/9561494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:51:09.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:08 smithi038 bash[25002]: cluster 2023-12-05T15:51:07.591967+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:09.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:08 smithi016 bash[25024]: cluster 2023-12-05T15:51:07.591967+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:09.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:08 smithi016 bash[30458]: cluster 2023-12-05T15:51:07.591967+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:11.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:10 smithi038 bash[25002]: cluster 2023-12-05T15:51:09.592677+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:11.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:10 smithi016 bash[25024]: cluster 2023-12-05T15:51:09.592677+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:11.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:10 smithi016 bash[30458]: cluster 2023-12-05T15:51:09.592677+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:13.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:12 smithi038 bash[25002]: cluster 2023-12-05T15:51:11.593292+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:13.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:12 smithi016 bash[25024]: cluster 2023-12-05T15:51:11.593292+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:13.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:12 smithi016 bash[30458]: cluster 2023-12-05T15:51:11.593292+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:14.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:14 smithi016 bash[25024]: cluster 2023-12-05T15:51:13.593788+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:14.868 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:14 smithi016 bash[30458]: cluster 2023-12-05T15:51:13.593788+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:15.086 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:14 smithi038 bash[25002]: cluster 2023-12-05T15:51:13.593788+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:16.954 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:16 smithi016 bash[25024]: cluster 2023-12-05T15:51:15.594300+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:16.954 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:16 smithi016 bash[25024]: audit 2023-12-05T15:51:16.675587+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T15:51:16.955 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:16 smithi016 bash[25024]: audit 2023-12-05T15:51:16.677137+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:51:16.955 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:16 smithi016 bash[30458]: cluster 2023-12-05T15:51:15.594300+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:16.955 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:16 smithi016 bash[30458]: audit 2023-12-05T15:51:16.675587+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T15:51:16.955 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:16 smithi016 bash[30458]: audit 2023-12-05T15:51:16.677137+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:51:17.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:16 smithi038 bash[25002]: cluster 2023-12-05T15:51:15.594300+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:17.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:16 smithi038 bash[25002]: audit 2023-12-05T15:51:16.675587+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T15:51:17.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:16 smithi038 bash[25002]: audit 2023-12-05T15:51:16.677137+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:51:18.076 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:17 smithi016 bash[25024]: cephadm 2023-12-05T15:51:16.678448+0000 mgr.y (mgr.14152) 118 : cephadm [INF] Deploying daemon osd.2 on smithi016 2023-12-05T15:51:18.076 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:17 smithi016 bash[30458]: cephadm 2023-12-05T15:51:16.678448+0000 mgr.y (mgr.14152) 118 : cephadm [INF] Deploying daemon osd.2 on smithi016 2023-12-05T15:51:18.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:17 smithi038 bash[25002]: cephadm 2023-12-05T15:51:16.678448+0000 mgr.y (mgr.14152) 118 : cephadm [INF] Deploying daemon osd.2 on smithi016 2023-12-05T15:51:18.868 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:18 smithi016 bash[30458]: cluster 2023-12-05T15:51:17.594814+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:18.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:18 smithi016 bash[25024]: cluster 2023-12-05T15:51:17.594814+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:19.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:18 smithi038 bash[25002]: cluster 2023-12-05T15:51:17.594814+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:21.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:20 smithi038 bash[25002]: cluster 2023-12-05T15:51:19.595293+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:21.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:20 smithi038 bash[25002]: audit 2023-12-05T15:51:20.763005+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:21.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:20 smithi038 bash[25002]: audit 2023-12-05T15:51:20.780792+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:51:21.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:20 smithi038 bash[25002]: audit 2023-12-05T15:51:20.782977+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:51:21.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:20 smithi038 bash[25002]: audit 2023-12-05T15:51:20.784276+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:51:21.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:20 smithi016 bash[25024]: cluster 2023-12-05T15:51:19.595293+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:21.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:20 smithi016 bash[25024]: audit 2023-12-05T15:51:20.763005+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:21.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:20 smithi016 bash[25024]: audit 2023-12-05T15:51:20.780792+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:51:21.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:20 smithi016 bash[25024]: audit 2023-12-05T15:51:20.782977+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:51:21.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:20 smithi016 bash[25024]: audit 2023-12-05T15:51:20.784276+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:51:21.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:20 smithi016 bash[30458]: cluster 2023-12-05T15:51:19.595293+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:21.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:20 smithi016 bash[30458]: audit 2023-12-05T15:51:20.763005+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:21.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:20 smithi016 bash[30458]: audit 2023-12-05T15:51:20.780792+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:51:21.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:20 smithi016 bash[30458]: audit 2023-12-05T15:51:20.782977+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:51:21.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:20 smithi016 bash[30458]: audit 2023-12-05T15:51:20.784276+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:51:23.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:22 smithi016 bash[25024]: cluster 2023-12-05T15:51:21.595851+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:23.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:22 smithi016 bash[30458]: cluster 2023-12-05T15:51:21.595851+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:23.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:22 smithi038 bash[25002]: cluster 2023-12-05T15:51:21.595851+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:25.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:24 smithi016 bash[25024]: cluster 2023-12-05T15:51:23.596514+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:25.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:24 smithi016 bash[25024]: audit 2023-12-05T15:51:24.770860+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:25.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:24 smithi016 bash[25024]: audit 2023-12-05T15:51:24.779037+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:25.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:24 smithi016 bash[30458]: cluster 2023-12-05T15:51:23.596514+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:25.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:24 smithi016 bash[30458]: audit 2023-12-05T15:51:24.770860+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:25.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:24 smithi016 bash[30458]: audit 2023-12-05T15:51:24.779037+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:25.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:24 smithi038 bash[25002]: cluster 2023-12-05T15:51:23.596514+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:25.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:24 smithi038 bash[25002]: audit 2023-12-05T15:51:24.770860+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:25.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:24 smithi038 bash[25002]: audit 2023-12-05T15:51:24.779037+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:27.300 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:26 smithi016 bash[25024]: cluster 2023-12-05T15:51:25.597091+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:27.300 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:26 smithi016 bash[30458]: cluster 2023-12-05T15:51:25.597091+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:27.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:26 smithi038 bash[25002]: cluster 2023-12-05T15:51:25.597091+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:27.819 INFO:teuthology.orchestra.run.smithi016.stdout:Created osd(s) 2 on host 'smithi016' 2023-12-05T15:51:28.496 DEBUG:teuthology.orchestra.run.smithi016:osd.2> sudo journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.2.service 2023-12-05T15:51:28.498 INFO:tasks.cephadm:Deploying osd.3 on smithi016 with /dev/vg_nvme/lv_1... 2023-12-05T15:51:28.498 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-05T15:51:28.593 INFO:journalctl@ceph.osd.2.smithi016.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T15:51:29.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:28 smithi038 bash[25002]: cluster 2023-12-05T15:51:27.597588+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:29.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:28 smithi038 bash[25002]: audit 2023-12-05T15:51:27.815750+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:29.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:28 smithi038 bash[25002]: audit 2023-12-05T15:51:27.854409+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:51:29.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:28 smithi038 bash[25002]: audit 2023-12-05T15:51:27.857161+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:51:29.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:28 smithi038 bash[25002]: audit 2023-12-05T15:51:27.859122+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:51:29.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:28 smithi038 bash[25002]: audit 2023-12-05T15:51:28.012512+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.16:6818/4183530387,v1:172.21.15.16:6819/4183530387]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T15:51:29.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:28 smithi038 bash[25002]: audit 2023-12-05T15:51:28.013058+0000 mon.a (mon.0) 334 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T15:51:29.117 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:28 smithi016 bash[30458]: cluster 2023-12-05T15:51:27.597588+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:29.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:28 smithi016 bash[30458]: audit 2023-12-05T15:51:27.815750+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:29.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:28 smithi016 bash[30458]: audit 2023-12-05T15:51:27.854409+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:51:29.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:28 smithi016 bash[30458]: audit 2023-12-05T15:51:27.857161+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:51:29.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:28 smithi016 bash[30458]: audit 2023-12-05T15:51:27.859122+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:51:29.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:28 smithi016 bash[30458]: audit 2023-12-05T15:51:28.012512+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.16:6818/4183530387,v1:172.21.15.16:6819/4183530387]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T15:51:29.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:28 smithi016 bash[30458]: audit 2023-12-05T15:51:28.013058+0000 mon.a (mon.0) 334 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T15:51:29.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:28 smithi016 bash[25024]: cluster 2023-12-05T15:51:27.597588+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:29.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:28 smithi016 bash[25024]: audit 2023-12-05T15:51:27.815750+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:29.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:28 smithi016 bash[25024]: audit 2023-12-05T15:51:27.854409+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:51:29.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:28 smithi016 bash[25024]: audit 2023-12-05T15:51:27.857161+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:51:29.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:28 smithi016 bash[25024]: audit 2023-12-05T15:51:27.859122+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:51:29.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:28 smithi016 bash[25024]: audit 2023-12-05T15:51:28.012512+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.16:6818/4183530387,v1:172.21.15.16:6819/4183530387]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T15:51:29.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:28 smithi016 bash[25024]: audit 2023-12-05T15:51:28.013058+0000 mon.a (mon.0) 334 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T15:51:30.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:29 smithi038 bash[25002]: audit 2023-12-05T15:51:28.876195+0000 mon.a (mon.0) 335 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-05T15:51:30.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:29 smithi038 bash[25002]: cluster 2023-12-05T15:51:28.876497+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-05T15:51:30.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:29 smithi038 bash[25002]: audit 2023-12-05T15:51:28.876780+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T15:51:30.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:29 smithi038 bash[25002]: audit 2023-12-05T15:51:28.877745+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.16:6818/4183530387,v1:172.21.15.16:6819/4183530387]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T15:51:30.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:29 smithi038 bash[25002]: audit 2023-12-05T15:51:28.878655+0000 mon.a (mon.0) 338 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T15:51:30.368 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 15:51:29 smithi016 bash[39486]: debug 2023-12-05T15:51:29.888+0000 7f6d3b49a700 -1 osd.2 0 waiting for initial osdmap 2023-12-05T15:51:30.368 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 15:51:29 smithi016 bash[39486]: debug 2023-12-05T15:51:29.892+0000 7f6d33e2d700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T15:51:30.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:29 smithi016 bash[25024]: audit 2023-12-05T15:51:28.876195+0000 mon.a (mon.0) 335 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-05T15:51:30.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:29 smithi016 bash[25024]: cluster 2023-12-05T15:51:28.876497+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-05T15:51:30.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:29 smithi016 bash[25024]: audit 2023-12-05T15:51:28.876780+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T15:51:30.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:29 smithi016 bash[25024]: audit 2023-12-05T15:51:28.877745+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.16:6818/4183530387,v1:172.21.15.16:6819/4183530387]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T15:51:30.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:29 smithi016 bash[25024]: audit 2023-12-05T15:51:28.878655+0000 mon.a (mon.0) 338 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T15:51:30.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:29 smithi016 bash[30458]: audit 2023-12-05T15:51:28.876195+0000 mon.a (mon.0) 335 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-05T15:51:30.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:29 smithi016 bash[30458]: cluster 2023-12-05T15:51:28.876497+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-05T15:51:30.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:29 smithi016 bash[30458]: audit 2023-12-05T15:51:28.876780+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T15:51:30.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:29 smithi016 bash[30458]: audit 2023-12-05T15:51:28.877745+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.16:6818/4183530387,v1:172.21.15.16:6819/4183530387]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T15:51:30.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:29 smithi016 bash[30458]: audit 2023-12-05T15:51:28.878655+0000 mon.a (mon.0) 338 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T15:51:31.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:30 smithi038 bash[25002]: cluster 2023-12-05T15:51:29.598010+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:31.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:30 smithi038 bash[25002]: audit 2023-12-05T15:51:29.878308+0000 mon.a (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-12-05T15:51:31.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:30 smithi038 bash[25002]: cluster 2023-12-05T15:51:29.878501+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-05T15:51:31.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:30 smithi038 bash[25002]: audit 2023-12-05T15:51:29.879420+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T15:51:31.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:30 smithi038 bash[25002]: audit 2023-12-05T15:51:29.889829+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T15:51:31.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:30 smithi016 bash[25024]: cluster 2023-12-05T15:51:29.598010+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:31.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:30 smithi016 bash[25024]: audit 2023-12-05T15:51:29.878308+0000 mon.a (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-12-05T15:51:31.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:30 smithi016 bash[25024]: cluster 2023-12-05T15:51:29.878501+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-05T15:51:31.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:30 smithi016 bash[25024]: audit 2023-12-05T15:51:29.879420+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T15:51:31.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:30 smithi016 bash[25024]: audit 2023-12-05T15:51:29.889829+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T15:51:31.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:30 smithi016 bash[30458]: cluster 2023-12-05T15:51:29.598010+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T15:51:31.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:30 smithi016 bash[30458]: audit 2023-12-05T15:51:29.878308+0000 mon.a (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-12-05T15:51:31.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:30 smithi016 bash[30458]: cluster 2023-12-05T15:51:29.878501+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-05T15:51:31.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:30 smithi016 bash[30458]: audit 2023-12-05T15:51:29.879420+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T15:51:31.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:30 smithi016 bash[30458]: audit 2023-12-05T15:51:29.889829+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T15:51:32.357 INFO:teuthology.orchestra.run.smithi016.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-05T15:51:32.357 INFO:teuthology.orchestra.run.smithi016.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-05T15:51:32.357 INFO:teuthology.orchestra.run.smithi016.stderr: stderr: 10+0 records in 2023-12-05T15:51:32.357 INFO:teuthology.orchestra.run.smithi016.stderr:10+0 records out 2023-12-05T15:51:32.357 INFO:teuthology.orchestra.run.smithi016.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0160327 s, 654 MB/s 2023-12-05T15:51:32.357 INFO:teuthology.orchestra.run.smithi016.stderr:--> Zapping successful for: 2023-12-05T15:51:32.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:32 smithi016 bash[25024]: cluster 2023-12-05T15:51:29.015237+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:51:32.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:32 smithi016 bash[25024]: cluster 2023-12-05T15:51:29.015420+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:51:32.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:32 smithi016 bash[25024]: cluster 2023-12-05T15:51:30.889108+0000 mon.a (mon.0) 343 : cluster [INF] osd.2 [v2:172.21.15.16:6818/4183530387,v1:172.21.15.16:6819/4183530387] boot 2023-12-05T15:51:32.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:32 smithi016 bash[25024]: cluster 2023-12-05T15:51:30.889208+0000 mon.a (mon.0) 344 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-05T15:51:32.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:32 smithi016 bash[25024]: audit 2023-12-05T15:51:30.890745+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T15:51:32.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:32 smithi016 bash[25024]: audit 2023-12-05T15:51:31.638331+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:51:32.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:32 smithi016 bash[25024]: audit 2023-12-05T15:51:31.644429+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:51:32.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:32 smithi016 bash[30458]: cluster 2023-12-05T15:51:29.015237+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:51:32.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:32 smithi016 bash[30458]: cluster 2023-12-05T15:51:29.015420+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:51:32.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:32 smithi016 bash[30458]: cluster 2023-12-05T15:51:30.889108+0000 mon.a (mon.0) 343 : cluster [INF] osd.2 [v2:172.21.15.16:6818/4183530387,v1:172.21.15.16:6819/4183530387] boot 2023-12-05T15:51:32.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:32 smithi016 bash[30458]: cluster 2023-12-05T15:51:30.889208+0000 mon.a (mon.0) 344 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-05T15:51:32.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:32 smithi016 bash[30458]: audit 2023-12-05T15:51:30.890745+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T15:51:32.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:32 smithi016 bash[30458]: audit 2023-12-05T15:51:31.638331+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:51:32.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:32 smithi016 bash[30458]: audit 2023-12-05T15:51:31.644429+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:51:32.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:32 smithi038 bash[25002]: cluster 2023-12-05T15:51:29.015237+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:51:32.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:32 smithi038 bash[25002]: cluster 2023-12-05T15:51:29.015420+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:51:32.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:32 smithi038 bash[25002]: cluster 2023-12-05T15:51:30.889108+0000 mon.a (mon.0) 343 : cluster [INF] osd.2 [v2:172.21.15.16:6818/4183530387,v1:172.21.15.16:6819/4183530387] boot 2023-12-05T15:51:32.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:32 smithi038 bash[25002]: cluster 2023-12-05T15:51:30.889208+0000 mon.a (mon.0) 344 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-05T15:51:32.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:32 smithi038 bash[25002]: audit 2023-12-05T15:51:30.890745+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T15:51:32.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:32 smithi038 bash[25002]: audit 2023-12-05T15:51:31.638331+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:51:32.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:32 smithi038 bash[25002]: audit 2023-12-05T15:51:31.644429+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:51:33.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:33 smithi016 bash[25024]: cluster 2023-12-05T15:51:31.598473+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:33.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:33 smithi016 bash[25024]: audit 2023-12-05T15:51:31.714068+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-05T15:51:33.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:33 smithi016 bash[25024]: audit 2023-12-05T15:51:32.176571+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-05T15:51:33.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:33 smithi016 bash[25024]: cluster 2023-12-05T15:51:32.176697+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-05T15:51:33.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:33 smithi016 bash[25024]: audit 2023-12-05T15:51:32.178043+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-05T15:51:33.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:33 smithi016 bash[30458]: cluster 2023-12-05T15:51:31.598473+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:33.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:33 smithi016 bash[30458]: audit 2023-12-05T15:51:31.714068+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-05T15:51:33.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:33 smithi016 bash[30458]: audit 2023-12-05T15:51:32.176571+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-05T15:51:33.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:33 smithi016 bash[30458]: cluster 2023-12-05T15:51:32.176697+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-05T15:51:33.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:33 smithi016 bash[30458]: audit 2023-12-05T15:51:32.178043+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-05T15:51:33.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:33 smithi038 bash[25002]: cluster 2023-12-05T15:51:31.598473+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:33.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:33 smithi038 bash[25002]: audit 2023-12-05T15:51:31.714068+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-05T15:51:33.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:33 smithi038 bash[25002]: audit 2023-12-05T15:51:32.176571+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-05T15:51:33.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:33 smithi038 bash[25002]: cluster 2023-12-05T15:51:32.176697+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-05T15:51:33.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:33 smithi038 bash[25002]: audit 2023-12-05T15:51:32.178043+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-05T15:51:33.924 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi016:vg_nvme/lv_1 2023-12-05T15:51:34.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:34 smithi016 bash[25024]: audit 2023-12-05T15:51:33.185891+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-05T15:51:34.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:34 smithi016 bash[25024]: cluster 2023-12-05T15:51:33.186087+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-05T15:51:34.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:34 smithi016 bash[30458]: audit 2023-12-05T15:51:33.185891+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-05T15:51:34.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:34 smithi016 bash[30458]: cluster 2023-12-05T15:51:33.186087+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-05T15:51:34.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:34 smithi038 bash[25002]: audit 2023-12-05T15:51:33.185891+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-05T15:51:34.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:34 smithi038 bash[25002]: cluster 2023-12-05T15:51:33.186087+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-05T15:51:35.464 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:35 smithi016 bash[25024]: cluster 2023-12-05T15:51:33.598979+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:35.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:35 smithi016 bash[25024]: cluster 2023-12-05T15:51:34.201810+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-05T15:51:35.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:35 smithi016 bash[25024]: cluster 2023-12-05T15:51:34.202331+0000 mon.a (mon.0) 355 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-05T15:51:35.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:35 smithi016 bash[25024]: audit 2023-12-05T15:51:34.263622+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:35.465 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:35 smithi016 bash[30458]: cluster 2023-12-05T15:51:33.598979+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:35.465 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:35 smithi016 bash[30458]: cluster 2023-12-05T15:51:34.201810+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-05T15:51:35.465 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:35 smithi016 bash[30458]: cluster 2023-12-05T15:51:34.202331+0000 mon.a (mon.0) 355 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-05T15:51:35.465 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:35 smithi016 bash[30458]: audit 2023-12-05T15:51:34.263622+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:35.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:35 smithi038 bash[25002]: cluster 2023-12-05T15:51:33.598979+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:35.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:35 smithi038 bash[25002]: cluster 2023-12-05T15:51:34.201810+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-05T15:51:35.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:35 smithi038 bash[25002]: cluster 2023-12-05T15:51:34.202331+0000 mon.a (mon.0) 355 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-05T15:51:35.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:35 smithi038 bash[25002]: audit 2023-12-05T15:51:34.263622+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:38.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:37 smithi016 bash[25024]: cluster 2023-12-05T15:51:35.599294+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:38.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:37 smithi016 bash[25024]: audit 2023-12-05T15:51:36.071372+0000 mon.a (mon.0) 357 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T15:51:38.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:37 smithi016 bash[25024]: audit 2023-12-05T15:51:36.955760+0000 mon.a (mon.0) 358 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T15:51:38.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:37 smithi016 bash[25024]: audit 2023-12-05T15:51:36.957156+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:51:38.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:37 smithi016 bash[25024]: audit 2023-12-05T15:51:36.957883+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:51:38.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:37 smithi016 bash[25024]: audit 2023-12-05T15:51:36.961168+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:51:38.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:37 smithi016 bash[25024]: audit 2023-12-05T15:51:36.963562+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:51:38.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:37 smithi016 bash[25024]: audit 2023-12-05T15:51:36.963911+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:51:38.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:37 smithi016 bash[25024]: audit 2023-12-05T15:51:36.964184+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:51:38.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:37 smithi016 bash[30458]: cluster 2023-12-05T15:51:35.599294+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:38.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:37 smithi016 bash[30458]: audit 2023-12-05T15:51:36.071372+0000 mon.a (mon.0) 357 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T15:51:38.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:37 smithi016 bash[30458]: audit 2023-12-05T15:51:36.955760+0000 mon.a (mon.0) 358 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T15:51:38.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:37 smithi016 bash[30458]: audit 2023-12-05T15:51:36.957156+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:51:38.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:37 smithi016 bash[30458]: audit 2023-12-05T15:51:36.957883+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:51:38.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:37 smithi016 bash[30458]: audit 2023-12-05T15:51:36.961168+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:51:38.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:37 smithi016 bash[30458]: audit 2023-12-05T15:51:36.963562+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:51:38.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:37 smithi016 bash[30458]: audit 2023-12-05T15:51:36.963911+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:51:38.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:37 smithi016 bash[30458]: audit 2023-12-05T15:51:36.964184+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:51:38.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:37 smithi038 bash[25002]: cluster 2023-12-05T15:51:35.599294+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:38.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:37 smithi038 bash[25002]: audit 2023-12-05T15:51:36.071372+0000 mon.a (mon.0) 357 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T15:51:38.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:37 smithi038 bash[25002]: audit 2023-12-05T15:51:36.955760+0000 mon.a (mon.0) 358 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T15:51:38.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:37 smithi038 bash[25002]: audit 2023-12-05T15:51:36.957156+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:51:38.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:37 smithi038 bash[25002]: audit 2023-12-05T15:51:36.957883+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:51:38.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:37 smithi038 bash[25002]: audit 2023-12-05T15:51:36.961168+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:51:38.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:37 smithi038 bash[25002]: audit 2023-12-05T15:51:36.963562+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:51:38.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:37 smithi038 bash[25002]: audit 2023-12-05T15:51:36.963911+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:51:38.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:37 smithi038 bash[25002]: audit 2023-12-05T15:51:36.964184+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:51:39.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: audit 2023-12-05T15:51:36.963361+0000 mon.c (mon.1) 12 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T15:51:39.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: cephadm 2023-12-05T15:51:37.304183+0000 mgr.y (mgr.14152) 129 : cephadm [INF] Detected new or changed devices on smithi016 2023-12-05T15:51:39.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: cluster 2023-12-05T15:51:37.599587+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: audit 2023-12-05T15:51:37.811088+0000 mgr.y (mgr.14152) 131 : audit [DBG] from='client.14304 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:51:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: audit 2023-12-05T15:51:37.817457+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:51:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: audit 2023-12-05T15:51:37.820402+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:51:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: audit 2023-12-05T15:51:37.821388+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:51:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: audit 2023-12-05T15:51:37.850521+0000 mon.c (mon.1) 13 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T15:51:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: audit 2023-12-05T15:51:37.859431+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T15:51:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: audit 2023-12-05T15:51:37.862007+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: audit 2023-12-05T15:51:37.862484+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:51:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: audit 2023-12-05T15:51:37.863073+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:51:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: audit 2023-12-05T15:51:37.863537+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:51:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: audit 2023-12-05T15:51:37.863850+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:51:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: audit 2023-12-05T15:51:37.864805+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:51:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: audit 2023-12-05T15:51:37.865702+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:51:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: cephadm 2023-12-05T15:51:37.866406+0000 mgr.y (mgr.14152) 132 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 5417M 2023-12-05T15:51:39.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: audit 2023-12-05T15:51:38.761108+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T15:51:39.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: audit 2023-12-05T15:51:38.774746+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:39.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: audit 2023-12-05T15:51:38.790290+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:39.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[25024]: audit 2023-12-05T15:51:38.798028+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: audit 2023-12-05T15:51:36.963361+0000 mon.c (mon.1) 12 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T15:51:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: cephadm 2023-12-05T15:51:37.304183+0000 mgr.y (mgr.14152) 129 : cephadm [INF] Detected new or changed devices on smithi016 2023-12-05T15:51:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: cluster 2023-12-05T15:51:37.599587+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: audit 2023-12-05T15:51:37.811088+0000 mgr.y (mgr.14152) 131 : audit [DBG] from='client.14304 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:51:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: audit 2023-12-05T15:51:37.817457+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:51:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: audit 2023-12-05T15:51:37.820402+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:51:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: audit 2023-12-05T15:51:37.821388+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:51:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: audit 2023-12-05T15:51:37.850521+0000 mon.c (mon.1) 13 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T15:51:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: audit 2023-12-05T15:51:37.859431+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T15:51:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: audit 2023-12-05T15:51:37.862007+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: audit 2023-12-05T15:51:37.862484+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:51:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: audit 2023-12-05T15:51:37.863073+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:51:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: audit 2023-12-05T15:51:37.863537+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:51:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: audit 2023-12-05T15:51:37.863850+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:51:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: audit 2023-12-05T15:51:37.864805+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:51:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: audit 2023-12-05T15:51:37.865702+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:51:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: cephadm 2023-12-05T15:51:37.866406+0000 mgr.y (mgr.14152) 132 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 5417M 2023-12-05T15:51:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: audit 2023-12-05T15:51:38.761108+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T15:51:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: audit 2023-12-05T15:51:38.774746+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: audit 2023-12-05T15:51:38.790290+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:38 smithi016 bash[30458]: audit 2023-12-05T15:51:38.798028+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:39.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: audit 2023-12-05T15:51:36.963361+0000 mon.c (mon.1) 12 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T15:51:39.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: cephadm 2023-12-05T15:51:37.304183+0000 mgr.y (mgr.14152) 129 : cephadm [INF] Detected new or changed devices on smithi016 2023-12-05T15:51:39.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: cluster 2023-12-05T15:51:37.599587+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:39.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: audit 2023-12-05T15:51:37.811088+0000 mgr.y (mgr.14152) 131 : audit [DBG] from='client.14304 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:51:39.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: audit 2023-12-05T15:51:37.817457+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:51:39.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: audit 2023-12-05T15:51:37.820402+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:51:39.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: audit 2023-12-05T15:51:37.821388+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:51:39.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: audit 2023-12-05T15:51:37.850521+0000 mon.c (mon.1) 13 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T15:51:39.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: audit 2023-12-05T15:51:37.859431+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T15:51:39.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: audit 2023-12-05T15:51:37.862007+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:39.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: audit 2023-12-05T15:51:37.862484+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:51:39.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: audit 2023-12-05T15:51:37.863073+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:51:39.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: audit 2023-12-05T15:51:37.863537+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:51:39.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: audit 2023-12-05T15:51:37.863850+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:51:39.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: audit 2023-12-05T15:51:37.864805+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:51:39.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: audit 2023-12-05T15:51:37.865702+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:51:39.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: cephadm 2023-12-05T15:51:37.866406+0000 mgr.y (mgr.14152) 132 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 5417M 2023-12-05T15:51:39.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: audit 2023-12-05T15:51:38.761108+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T15:51:39.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: audit 2023-12-05T15:51:38.774746+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:39.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: audit 2023-12-05T15:51:38.790290+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:39.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:38 smithi038 bash[25002]: audit 2023-12-05T15:51:38.798028+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:41.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:40 smithi016 bash[25024]: cluster 2023-12-05T15:51:39.600135+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-12-05T15:51:41.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:40 smithi016 bash[30458]: cluster 2023-12-05T15:51:39.600135+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-12-05T15:51:41.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:40 smithi038 bash[25002]: cluster 2023-12-05T15:51:39.600135+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-12-05T15:51:43.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:42 smithi016 bash[25024]: cluster 2023-12-05T15:51:41.600631+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-05T15:51:43.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:42 smithi016 bash[30458]: cluster 2023-12-05T15:51:41.600631+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-05T15:51:43.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:42 smithi038 bash[25002]: cluster 2023-12-05T15:51:41.600631+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-05T15:51:45.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:44 smithi038 bash[25002]: cluster 2023-12-05T15:51:43.601193+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-05T15:51:45.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:44 smithi038 bash[25002]: audit 2023-12-05T15:51:44.000318+0000 mon.a (mon.0) 378 : audit [INF] from='client.? 172.21.15.16:0/732037109' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8df4731-a2fd-46d6-9493-244c6c1fad39"}]: dispatch 2023-12-05T15:51:45.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:44 smithi038 bash[25002]: audit 2023-12-05T15:51:44.008627+0000 mon.a (mon.0) 379 : audit [INF] from='client.? 172.21.15.16:0/732037109' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8df4731-a2fd-46d6-9493-244c6c1fad39"}]': finished 2023-12-05T15:51:45.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:44 smithi038 bash[25002]: cluster 2023-12-05T15:51:44.008719+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-05T15:51:45.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:44 smithi038 bash[25002]: audit 2023-12-05T15:51:44.008874+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T15:51:45.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:44 smithi038 bash[25002]: audit 2023-12-05T15:51:44.751946+0000 mon.a (mon.0) 382 : audit [DBG] from='client.? 172.21.15.16:0/572671716' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:51:45.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:44 smithi016 bash[25024]: cluster 2023-12-05T15:51:43.601193+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-05T15:51:45.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:44 smithi016 bash[25024]: audit 2023-12-05T15:51:44.000318+0000 mon.a (mon.0) 378 : audit [INF] from='client.? 172.21.15.16:0/732037109' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8df4731-a2fd-46d6-9493-244c6c1fad39"}]: dispatch 2023-12-05T15:51:45.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:44 smithi016 bash[25024]: audit 2023-12-05T15:51:44.008627+0000 mon.a (mon.0) 379 : audit [INF] from='client.? 172.21.15.16:0/732037109' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8df4731-a2fd-46d6-9493-244c6c1fad39"}]': finished 2023-12-05T15:51:45.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:44 smithi016 bash[25024]: cluster 2023-12-05T15:51:44.008719+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-05T15:51:45.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:44 smithi016 bash[25024]: audit 2023-12-05T15:51:44.008874+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T15:51:45.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:44 smithi016 bash[25024]: audit 2023-12-05T15:51:44.751946+0000 mon.a (mon.0) 382 : audit [DBG] from='client.? 172.21.15.16:0/572671716' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:51:45.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:44 smithi016 bash[30458]: cluster 2023-12-05T15:51:43.601193+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-05T15:51:45.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:44 smithi016 bash[30458]: audit 2023-12-05T15:51:44.000318+0000 mon.a (mon.0) 378 : audit [INF] from='client.? 172.21.15.16:0/732037109' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8df4731-a2fd-46d6-9493-244c6c1fad39"}]: dispatch 2023-12-05T15:51:45.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:44 smithi016 bash[30458]: audit 2023-12-05T15:51:44.008627+0000 mon.a (mon.0) 379 : audit [INF] from='client.? 172.21.15.16:0/732037109' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8df4731-a2fd-46d6-9493-244c6c1fad39"}]': finished 2023-12-05T15:51:45.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:44 smithi016 bash[30458]: cluster 2023-12-05T15:51:44.008719+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-05T15:51:45.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:44 smithi016 bash[30458]: audit 2023-12-05T15:51:44.008874+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T15:51:45.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:44 smithi016 bash[30458]: audit 2023-12-05T15:51:44.751946+0000 mon.a (mon.0) 382 : audit [DBG] from='client.? 172.21.15.16:0/572671716' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:51:47.244 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:46 smithi016 bash[25024]: cluster 2023-12-05T15:51:45.601744+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-05T15:51:47.244 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:46 smithi016 bash[30458]: cluster 2023-12-05T15:51:45.601744+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-05T15:51:47.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:46 smithi038 bash[25002]: cluster 2023-12-05T15:51:45.601744+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-05T15:51:49.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:48 smithi038 bash[25002]: cluster 2023-12-05T15:51:47.602340+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; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-05T15:51:49.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:48 smithi016 bash[25024]: cluster 2023-12-05T15:51:47.602340+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; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-05T15:51:49.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:48 smithi016 bash[30458]: cluster 2023-12-05T15:51:47.602340+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; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-05T15:51:51.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:50 smithi016 bash[25024]: cluster 2023-12-05T15:51:49.602961+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 2023-12-05T15:51:51.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:50 smithi016 bash[30458]: cluster 2023-12-05T15:51:49.602961+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 2023-12-05T15:51:51.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:50 smithi038 bash[25002]: cluster 2023-12-05T15:51:49.602961+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 2023-12-05T15:51:53.163 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:52 smithi016 bash[25024]: cluster 2023-12-05T15:51:51.603555+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 2023-12-05T15:51:53.163 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:52 smithi016 bash[30458]: cluster 2023-12-05T15:51:51.603555+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 2023-12-05T15:51:53.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:52 smithi038 bash[25002]: cluster 2023-12-05T15:51:51.603555+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 2023-12-05T15:51:55.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:54 smithi016 bash[30458]: cluster 2023-12-05T15:51:53.604123+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:55.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:54 smithi016 bash[30458]: audit 2023-12-05T15:51:54.537087+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T15:51:55.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:54 smithi016 bash[30458]: audit 2023-12-05T15:51:54.538636+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:51:55.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:54 smithi016 bash[25024]: cluster 2023-12-05T15:51:53.604123+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:55.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:54 smithi016 bash[25024]: audit 2023-12-05T15:51:54.537087+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T15:51:55.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:54 smithi016 bash[25024]: audit 2023-12-05T15:51:54.538636+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:51:55.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:54 smithi038 bash[25002]: cluster 2023-12-05T15:51:53.604123+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:55.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:54 smithi038 bash[25002]: audit 2023-12-05T15:51:54.537087+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T15:51:55.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:54 smithi038 bash[25002]: audit 2023-12-05T15:51:54.538636+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:51:56.096 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:55 smithi016 bash[25024]: cephadm 2023-12-05T15:51:54.539813+0000 mgr.y (mgr.14152) 141 : cephadm [INF] Deploying daemon osd.3 on smithi016 2023-12-05T15:51:56.096 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:55 smithi016 bash[30458]: cephadm 2023-12-05T15:51:54.539813+0000 mgr.y (mgr.14152) 141 : cephadm [INF] Deploying daemon osd.3 on smithi016 2023-12-05T15:51:56.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:55 smithi038 bash[25002]: cephadm 2023-12-05T15:51:54.539813+0000 mgr.y (mgr.14152) 141 : cephadm [INF] Deploying daemon osd.3 on smithi016 2023-12-05T15:51:57.303 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:56 smithi016 bash[25024]: cluster 2023-12-05T15:51:55.604871+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:57.303 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:56 smithi016 bash[30458]: cluster 2023-12-05T15:51:55.604871+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:57.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:56 smithi038 bash[25002]: cluster 2023-12-05T15:51:55.604871+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:59.085 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:58 smithi016 bash[25024]: cluster 2023-12-05T15:51:57.605450+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:59.086 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:58 smithi016 bash[25024]: audit 2023-12-05T15:51:58.868135+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:59.086 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:58 smithi016 bash[30458]: cluster 2023-12-05T15:51:57.605450+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:59.086 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:58 smithi016 bash[30458]: audit 2023-12-05T15:51:58.868135+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:51:59.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:58 smithi038 bash[25002]: cluster 2023-12-05T15:51:57.605450+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:51:59.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:58 smithi038 bash[25002]: audit 2023-12-05T15:51:58.868135+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:00.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:59 smithi016 bash[25024]: audit 2023-12-05T15:51:58.908971+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:52:00.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:59 smithi016 bash[25024]: audit 2023-12-05T15:51:58.910740+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:00.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:51:59 smithi016 bash[25024]: audit 2023-12-05T15:51:58.911812+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:52:00.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:59 smithi016 bash[30458]: audit 2023-12-05T15:51:58.908971+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:52:00.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:59 smithi016 bash[30458]: audit 2023-12-05T15:51:58.910740+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:00.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:51:59 smithi016 bash[30458]: audit 2023-12-05T15:51:58.911812+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:52:00.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:59 smithi038 bash[25002]: audit 2023-12-05T15:51:58.908971+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:52:00.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:59 smithi038 bash[25002]: audit 2023-12-05T15:51:58.910740+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:00.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:51:59 smithi038 bash[25002]: audit 2023-12-05T15:51:58.911812+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:52:01.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:00 smithi016 bash[25024]: cluster 2023-12-05T15:51:59.606020+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:52:01.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:00 smithi016 bash[30458]: cluster 2023-12-05T15:51:59.606020+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:52:01.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:00 smithi038 bash[25002]: cluster 2023-12-05T15:51:59.606020+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:52:03.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:02 smithi016 bash[25024]: cluster 2023-12-05T15:52:01.606615+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:52:03.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:02 smithi016 bash[25024]: audit 2023-12-05T15:52:02.684291+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:03.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:02 smithi016 bash[30458]: cluster 2023-12-05T15:52:01.606615+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:52:03.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:02 smithi016 bash[30458]: audit 2023-12-05T15:52:02.684291+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:03.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:02 smithi038 bash[25002]: cluster 2023-12-05T15:52:01.606615+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:52:03.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:02 smithi038 bash[25002]: audit 2023-12-05T15:52:02.684291+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:03.983 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:03 smithi016 bash[30458]: audit 2023-12-05T15:52:02.972446+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:04.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:03 smithi038 bash[25002]: audit 2023-12-05T15:52:02.972446+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:04.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:03 smithi016 bash[25024]: audit 2023-12-05T15:52:02.972446+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:05.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:04 smithi038 bash[25002]: cluster 2023-12-05T15:52:03.607146+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:52:05.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:04 smithi016 bash[25024]: cluster 2023-12-05T15:52:03.607146+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:52:05.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:04 smithi016 bash[30458]: cluster 2023-12-05T15:52:03.607146+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:52:05.879 INFO:teuthology.orchestra.run.smithi016.stdout:Created osd(s) 3 on host 'smithi016' 2023-12-05T15:52:06.533 DEBUG:teuthology.orchestra.run.smithi016:osd.3> sudo journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.3.service 2023-12-05T15:52:06.536 INFO:tasks.cephadm:Deploying osd.4 on smithi038 with /dev/vg_nvme/lv_4... 2023-12-05T15:52:06.536 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 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-05T15:52:06.747 INFO:journalctl@ceph.osd.3.smithi016.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T15:52:07.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:06 smithi038 bash[25002]: cluster 2023-12-05T15:52:05.607759+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:52:07.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:06 smithi038 bash[25002]: audit 2023-12-05T15:52:05.874545+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:07.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:06 smithi038 bash[25002]: audit 2023-12-05T15:52:05.896942+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:52:07.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:06 smithi038 bash[25002]: audit 2023-12-05T15:52:05.903158+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:07.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:06 smithi038 bash[25002]: audit 2023-12-05T15:52:05.904330+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:52:07.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:06 smithi038 bash[25002]: audit 2023-12-05T15:52:05.908433+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.16:6826/1205540871,v1:172.21.15.16:6827/1205540871]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T15:52:07.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:06 smithi038 bash[25002]: audit 2023-12-05T15:52:05.908928+0000 mon.a (mon.0) 395 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T15:52:07.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:06 smithi016 bash[25024]: cluster 2023-12-05T15:52:05.607759+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:52:07.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:06 smithi016 bash[25024]: audit 2023-12-05T15:52:05.874545+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:07.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:06 smithi016 bash[25024]: audit 2023-12-05T15:52:05.896942+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:52:07.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:06 smithi016 bash[25024]: audit 2023-12-05T15:52:05.903158+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:07.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:06 smithi016 bash[25024]: audit 2023-12-05T15:52:05.904330+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:52:07.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:06 smithi016 bash[25024]: audit 2023-12-05T15:52:05.908433+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.16:6826/1205540871,v1:172.21.15.16:6827/1205540871]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T15:52:07.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:06 smithi016 bash[25024]: audit 2023-12-05T15:52:05.908928+0000 mon.a (mon.0) 395 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T15:52:07.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:06 smithi016 bash[30458]: cluster 2023-12-05T15:52:05.607759+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:52:07.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:06 smithi016 bash[30458]: audit 2023-12-05T15:52:05.874545+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:07.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:06 smithi016 bash[30458]: audit 2023-12-05T15:52:05.896942+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:52:07.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:06 smithi016 bash[30458]: audit 2023-12-05T15:52:05.903158+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:07.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:06 smithi016 bash[30458]: audit 2023-12-05T15:52:05.904330+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:52:07.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:06 smithi016 bash[30458]: audit 2023-12-05T15:52:05.908433+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.16:6826/1205540871,v1:172.21.15.16:6827/1205540871]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T15:52:07.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:06 smithi016 bash[30458]: audit 2023-12-05T15:52:05.908928+0000 mon.a (mon.0) 395 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T15:52:08.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:07 smithi038 bash[25002]: audit 2023-12-05T15:52:06.879235+0000 mon.a (mon.0) 396 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-05T15:52:08.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:07 smithi038 bash[25002]: cluster 2023-12-05T15:52:06.879561+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-05T15:52:08.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:07 smithi038 bash[25002]: audit 2023-12-05T15:52:06.880405+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T15:52:08.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:07 smithi038 bash[25002]: audit 2023-12-05T15:52:06.880833+0000 mon.c (mon.1) 15 : audit [INF] from='osd.3 [v2:172.21.15.16:6826/1205540871,v1:172.21.15.16:6827/1205540871]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T15:52:08.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:07 smithi038 bash[25002]: audit 2023-12-05T15:52:06.889189+0000 mon.a (mon.0) 399 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T15:52:08.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:07 smithi016 bash[25024]: audit 2023-12-05T15:52:06.879235+0000 mon.a (mon.0) 396 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-05T15:52:08.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:07 smithi016 bash[25024]: cluster 2023-12-05T15:52:06.879561+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-05T15:52:08.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:07 smithi016 bash[25024]: audit 2023-12-05T15:52:06.880405+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T15:52:08.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:07 smithi016 bash[25024]: audit 2023-12-05T15:52:06.880833+0000 mon.c (mon.1) 15 : audit [INF] from='osd.3 [v2:172.21.15.16:6826/1205540871,v1:172.21.15.16:6827/1205540871]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T15:52:08.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:07 smithi016 bash[25024]: audit 2023-12-05T15:52:06.889189+0000 mon.a (mon.0) 399 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T15:52:08.368 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 15:52:07 smithi016 bash[42678]: debug 2023-12-05T15:52:07.895+0000 7f1f0b76a700 -1 osd.3 0 waiting for initial osdmap 2023-12-05T15:52:08.368 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 15:52:07 smithi016 bash[42678]: debug 2023-12-05T15:52:07.903+0000 7f1f040fd700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T15:52:08.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:07 smithi016 bash[30458]: audit 2023-12-05T15:52:06.879235+0000 mon.a (mon.0) 396 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-05T15:52:08.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:07 smithi016 bash[30458]: cluster 2023-12-05T15:52:06.879561+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-05T15:52:08.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:07 smithi016 bash[30458]: audit 2023-12-05T15:52:06.880405+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T15:52:08.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:07 smithi016 bash[30458]: audit 2023-12-05T15:52:06.880833+0000 mon.c (mon.1) 15 : audit [INF] from='osd.3 [v2:172.21.15.16:6826/1205540871,v1:172.21.15.16:6827/1205540871]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T15:52:08.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:07 smithi016 bash[30458]: audit 2023-12-05T15:52:06.889189+0000 mon.a (mon.0) 399 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T15:52:09.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:08 smithi038 bash[25002]: cluster 2023-12-05T15:52:07.608348+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 2023-12-05T15:52:09.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:08 smithi038 bash[25002]: audit 2023-12-05T15:52:07.889886+0000 mon.a (mon.0) 400 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-12-05T15:52:09.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:08 smithi038 bash[25002]: cluster 2023-12-05T15:52:07.890118+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-05T15:52:09.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:08 smithi038 bash[25002]: audit 2023-12-05T15:52:07.890775+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T15:52:09.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:08 smithi038 bash[25002]: audit 2023-12-05T15:52:07.899465+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T15:52:09.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:08 smithi016 bash[25024]: cluster 2023-12-05T15:52:07.608348+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 2023-12-05T15:52:09.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:08 smithi016 bash[25024]: audit 2023-12-05T15:52:07.889886+0000 mon.a (mon.0) 400 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-12-05T15:52:09.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:08 smithi016 bash[25024]: cluster 2023-12-05T15:52:07.890118+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-05T15:52:09.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:08 smithi016 bash[25024]: audit 2023-12-05T15:52:07.890775+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T15:52:09.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:08 smithi016 bash[25024]: audit 2023-12-05T15:52:07.899465+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T15:52:09.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:08 smithi016 bash[30458]: cluster 2023-12-05T15:52:07.608348+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 2023-12-05T15:52:09.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:08 smithi016 bash[30458]: audit 2023-12-05T15:52:07.889886+0000 mon.a (mon.0) 400 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2023-12-05T15:52:09.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:08 smithi016 bash[30458]: cluster 2023-12-05T15:52:07.890118+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-05T15:52:09.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:08 smithi016 bash[30458]: audit 2023-12-05T15:52:07.890775+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T15:52:09.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:08 smithi016 bash[30458]: audit 2023-12-05T15:52:07.899465+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T15:52:09.365 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-05T15:52:09.365 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 2023-12-05T15:52:09.365 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10+0 records in 2023-12-05T15:52:09.365 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records out 2023-12-05T15:52:09.365 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0153089 s, 685 MB/s 2023-12-05T15:52:09.365 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping successful for: 2023-12-05T15:52:09.993 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 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi038:vg_nvme/lv_4 2023-12-05T15:52:10.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:09 smithi016 bash[25024]: cluster 2023-12-05T15:52:06.896519+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:52:10.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:09 smithi016 bash[25024]: cluster 2023-12-05T15:52:06.896697+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:52:10.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:09 smithi016 bash[25024]: cluster 2023-12-05T15:52:08.901661+0000 mon.a (mon.0) 404 : cluster [INF] osd.3 [v2:172.21.15.16:6826/1205540871,v1:172.21.15.16:6827/1205540871] boot 2023-12-05T15:52:10.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:09 smithi016 bash[25024]: cluster 2023-12-05T15:52:08.901801+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-05T15:52:10.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:09 smithi016 bash[25024]: audit 2023-12-05T15:52:08.902620+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T15:52:10.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:09 smithi016 bash[30458]: cluster 2023-12-05T15:52:06.896519+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:52:10.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:09 smithi016 bash[30458]: cluster 2023-12-05T15:52:06.896697+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:52:10.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:09 smithi016 bash[30458]: cluster 2023-12-05T15:52:08.901661+0000 mon.a (mon.0) 404 : cluster [INF] osd.3 [v2:172.21.15.16:6826/1205540871,v1:172.21.15.16:6827/1205540871] boot 2023-12-05T15:52:10.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:09 smithi016 bash[30458]: cluster 2023-12-05T15:52:08.901801+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-05T15:52:10.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:09 smithi016 bash[30458]: audit 2023-12-05T15:52:08.902620+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T15:52:10.180 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:09 smithi038 bash[25002]: cluster 2023-12-05T15:52:06.896519+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:52:10.180 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:09 smithi038 bash[25002]: cluster 2023-12-05T15:52:06.896697+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:52:10.180 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:09 smithi038 bash[25002]: cluster 2023-12-05T15:52:08.901661+0000 mon.a (mon.0) 404 : cluster [INF] osd.3 [v2:172.21.15.16:6826/1205540871,v1:172.21.15.16:6827/1205540871] boot 2023-12-05T15:52:10.180 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:09 smithi038 bash[25002]: cluster 2023-12-05T15:52:08.901801+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-05T15:52:10.180 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:09 smithi038 bash[25002]: audit 2023-12-05T15:52:08.902620+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T15:52:11.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:10 smithi038 bash[25002]: cluster 2023-12-05T15:52:09.608971+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:52:11.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:10 smithi038 bash[25002]: cluster 2023-12-05T15:52:09.917383+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-05T15:52:11.268 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:10 smithi016 bash[25024]: cluster 2023-12-05T15:52:09.608971+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:52:11.268 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:10 smithi016 bash[25024]: cluster 2023-12-05T15:52:09.917383+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-05T15:52:11.269 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:10 smithi016 bash[30458]: cluster 2023-12-05T15:52:09.608971+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T15:52:11.269 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:10 smithi016 bash[30458]: cluster 2023-12-05T15:52:09.917383+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-05T15:52:13.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:12 smithi016 bash[25024]: cluster 2023-12-05T15:52:11.609555+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:13.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:12 smithi016 bash[25024]: audit 2023-12-05T15:52:12.565178+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:52:13.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:12 smithi016 bash[25024]: audit 2023-12-05T15:52:12.570082+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:52:13.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:12 smithi016 bash[25024]: audit 2023-12-05T15:52:12.571613+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:13.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:12 smithi016 bash[30458]: cluster 2023-12-05T15:52:11.609555+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:13.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:12 smithi016 bash[30458]: audit 2023-12-05T15:52:12.565178+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:52:13.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:12 smithi016 bash[30458]: audit 2023-12-05T15:52:12.570082+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:52:13.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:12 smithi016 bash[30458]: audit 2023-12-05T15:52:12.571613+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:13.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:12 smithi038 bash[25002]: cluster 2023-12-05T15:52:11.609555+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:13.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:12 smithi038 bash[25002]: audit 2023-12-05T15:52:12.565178+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:52:13.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:12 smithi038 bash[25002]: audit 2023-12-05T15:52:12.570082+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:52:13.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:12 smithi038 bash[25002]: audit 2023-12-05T15:52:12.571613+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:14.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:13 smithi038 bash[25002]: audit 2023-12-05T15:52:12.557665+0000 mgr.y (mgr.14152) 151 : audit [DBG] from='client.24233 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:52:14.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:13 smithi038 bash[25002]: audit 2023-12-05T15:52:13.457454+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:14.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:13 smithi038 bash[25002]: audit 2023-12-05T15:52:13.459476+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:52:14.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:13 smithi038 bash[25002]: audit 2023-12-05T15:52:13.461218+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:52:14.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:13 smithi038 bash[25002]: audit 2023-12-05T15:52:13.462712+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:52:14.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:13 smithi038 bash[25002]: audit 2023-12-05T15:52:13.464253+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:52:14.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:13 smithi038 bash[25002]: audit 2023-12-05T15:52:13.473852+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:14.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:13 smithi038 bash[25002]: audit 2023-12-05T15:52:13.481195+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:14.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:13 smithi016 bash[25024]: audit 2023-12-05T15:52:12.557665+0000 mgr.y (mgr.14152) 151 : audit [DBG] from='client.24233 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:52:14.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:13 smithi016 bash[25024]: audit 2023-12-05T15:52:13.457454+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:14.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:13 smithi016 bash[25024]: audit 2023-12-05T15:52:13.459476+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:52:14.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:13 smithi016 bash[25024]: audit 2023-12-05T15:52:13.461218+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:52:14.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:13 smithi016 bash[25024]: audit 2023-12-05T15:52:13.462712+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:52:14.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:13 smithi016 bash[25024]: audit 2023-12-05T15:52:13.464253+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:52:14.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:13 smithi016 bash[25024]: audit 2023-12-05T15:52:13.473852+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:14.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:13 smithi016 bash[25024]: audit 2023-12-05T15:52:13.481195+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:14.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:13 smithi016 bash[30458]: audit 2023-12-05T15:52:12.557665+0000 mgr.y (mgr.14152) 151 : audit [DBG] from='client.24233 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:52:14.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:13 smithi016 bash[30458]: audit 2023-12-05T15:52:13.457454+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:14.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:13 smithi016 bash[30458]: audit 2023-12-05T15:52:13.459476+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:52:14.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:13 smithi016 bash[30458]: audit 2023-12-05T15:52:13.461218+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:52:14.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:13 smithi016 bash[30458]: audit 2023-12-05T15:52:13.462712+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:52:14.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:13 smithi016 bash[30458]: audit 2023-12-05T15:52:13.464253+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:52:14.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:13 smithi016 bash[30458]: audit 2023-12-05T15:52:13.473852+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:14.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:13 smithi016 bash[30458]: audit 2023-12-05T15:52:13.481195+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:15.332 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:14 smithi038 bash[25002]: cephadm 2023-12-05T15:52:13.448035+0000 mgr.y (mgr.14152) 152 : cephadm [INF] Detected new or changed devices on smithi016 2023-12-05T15:52:15.332 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:14 smithi038 bash[25002]: cephadm 2023-12-05T15:52:13.465397+0000 mgr.y (mgr.14152) 153 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 4062M 2023-12-05T15:52:15.332 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:14 smithi038 bash[25002]: cluster 2023-12-05T15:52:13.610105+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:15.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:14 smithi016 bash[25024]: cephadm 2023-12-05T15:52:13.448035+0000 mgr.y (mgr.14152) 152 : cephadm [INF] Detected new or changed devices on smithi016 2023-12-05T15:52:15.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:14 smithi016 bash[25024]: cephadm 2023-12-05T15:52:13.465397+0000 mgr.y (mgr.14152) 153 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 4062M 2023-12-05T15:52:15.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:14 smithi016 bash[25024]: cluster 2023-12-05T15:52:13.610105+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:15.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:14 smithi016 bash[30458]: cephadm 2023-12-05T15:52:13.448035+0000 mgr.y (mgr.14152) 152 : cephadm [INF] Detected new or changed devices on smithi016 2023-12-05T15:52:15.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:14 smithi016 bash[30458]: cephadm 2023-12-05T15:52:13.465397+0000 mgr.y (mgr.14152) 153 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 4062M 2023-12-05T15:52:15.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:14 smithi016 bash[30458]: cluster 2023-12-05T15:52:13.610105+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:17.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:16 smithi038 bash[25002]: cluster 2023-12-05T15:52:15.610703+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:17.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:16 smithi016 bash[25024]: cluster 2023-12-05T15:52:15.610703+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:17.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:16 smithi016 bash[30458]: cluster 2023-12-05T15:52:15.610703+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:19.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:18 smithi038 bash[25002]: cluster 2023-12-05T15:52:17.611289+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:19.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:18 smithi038 bash[25002]: audit 2023-12-05T15:52:18.469349+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.38:0/2756801073' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "110d6089-8079-4370-82b6-c0c29f9994e2"}]: dispatch 2023-12-05T15:52:19.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:18 smithi038 bash[25002]: audit 2023-12-05T15:52:18.470422+0000 mon.a (mon.0) 418 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "110d6089-8079-4370-82b6-c0c29f9994e2"}]: dispatch 2023-12-05T15:52:19.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:18 smithi038 bash[25002]: audit 2023-12-05T15:52:18.479531+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "110d6089-8079-4370-82b6-c0c29f9994e2"}]': finished 2023-12-05T15:52:19.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:18 smithi038 bash[25002]: cluster 2023-12-05T15:52:18.479693+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-05T15:52:19.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:18 smithi038 bash[25002]: audit 2023-12-05T15:52:18.480001+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T15:52:19.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:18 smithi016 bash[25024]: cluster 2023-12-05T15:52:17.611289+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:19.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:18 smithi016 bash[25024]: audit 2023-12-05T15:52:18.469349+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.38:0/2756801073' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "110d6089-8079-4370-82b6-c0c29f9994e2"}]: dispatch 2023-12-05T15:52:19.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:18 smithi016 bash[25024]: audit 2023-12-05T15:52:18.470422+0000 mon.a (mon.0) 418 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "110d6089-8079-4370-82b6-c0c29f9994e2"}]: dispatch 2023-12-05T15:52:19.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:18 smithi016 bash[25024]: audit 2023-12-05T15:52:18.479531+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "110d6089-8079-4370-82b6-c0c29f9994e2"}]': finished 2023-12-05T15:52:19.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:18 smithi016 bash[25024]: cluster 2023-12-05T15:52:18.479693+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-05T15:52:19.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:18 smithi016 bash[25024]: audit 2023-12-05T15:52:18.480001+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T15:52:19.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:18 smithi016 bash[30458]: cluster 2023-12-05T15:52:17.611289+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:19.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:18 smithi016 bash[30458]: audit 2023-12-05T15:52:18.469349+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.38:0/2756801073' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "110d6089-8079-4370-82b6-c0c29f9994e2"}]: dispatch 2023-12-05T15:52:19.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:18 smithi016 bash[30458]: audit 2023-12-05T15:52:18.470422+0000 mon.a (mon.0) 418 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "110d6089-8079-4370-82b6-c0c29f9994e2"}]: dispatch 2023-12-05T15:52:19.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:18 smithi016 bash[30458]: audit 2023-12-05T15:52:18.479531+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "110d6089-8079-4370-82b6-c0c29f9994e2"}]': finished 2023-12-05T15:52:19.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:18 smithi016 bash[30458]: cluster 2023-12-05T15:52:18.479693+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-05T15:52:19.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:18 smithi016 bash[30458]: audit 2023-12-05T15:52:18.480001+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T15:52:20.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:19 smithi038 bash[25002]: audit 2023-12-05T15:52:19.190801+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.38:0/1355828580' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:52:20.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:19 smithi016 bash[25024]: audit 2023-12-05T15:52:19.190801+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.38:0/1355828580' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:52:20.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:19 smithi016 bash[30458]: audit 2023-12-05T15:52:19.190801+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.38:0/1355828580' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:52:21.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:20 smithi038 bash[25002]: cluster 2023-12-05T15:52:19.611877+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:21.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:20 smithi016 bash[30458]: cluster 2023-12-05T15:52:19.611877+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:21.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:20 smithi016 bash[25024]: cluster 2023-12-05T15:52:19.611877+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:23.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:22 smithi038 bash[25002]: cluster 2023-12-05T15:52:21.612536+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:23.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:22 smithi016 bash[25024]: cluster 2023-12-05T15:52:21.612536+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:23.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:22 smithi016 bash[30458]: cluster 2023-12-05T15:52:21.612536+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:25.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:24 smithi038 bash[25002]: cluster 2023-12-05T15:52:23.613104+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 2023-12-05T15:52:25.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:24 smithi016 bash[25024]: cluster 2023-12-05T15:52:23.613104+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 2023-12-05T15:52:25.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:24 smithi016 bash[30458]: cluster 2023-12-05T15:52:23.613104+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 2023-12-05T15:52:27.216 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:26 smithi038 bash[25002]: cluster 2023-12-05T15:52:25.613700+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 2023-12-05T15:52:27.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:26 smithi016 bash[30458]: cluster 2023-12-05T15:52:25.613700+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 2023-12-05T15:52:27.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:26 smithi016 bash[25024]: cluster 2023-12-05T15:52:25.613700+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 2023-12-05T15:52:29.262 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:28 smithi038 bash[25002]: cluster 2023-12-05T15:52:27.614309+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 2023-12-05T15:52:29.262 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:28 smithi038 bash[25002]: audit 2023-12-05T15:52:28.270037+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T15:52:29.262 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:28 smithi038 bash[25002]: audit 2023-12-05T15:52:28.271901+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:29.262 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:28 smithi038 bash[25002]: cephadm 2023-12-05T15:52:28.273432+0000 mgr.y (mgr.14152) 162 : cephadm [INF] Deploying daemon osd.4 on smithi038 2023-12-05T15:52:29.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:28 smithi016 bash[30458]: cluster 2023-12-05T15:52:27.614309+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 2023-12-05T15:52:29.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:28 smithi016 bash[30458]: audit 2023-12-05T15:52:28.270037+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T15:52:29.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:28 smithi016 bash[30458]: audit 2023-12-05T15:52:28.271901+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:29.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:28 smithi016 bash[30458]: cephadm 2023-12-05T15:52:28.273432+0000 mgr.y (mgr.14152) 162 : cephadm [INF] Deploying daemon osd.4 on smithi038 2023-12-05T15:52:29.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:28 smithi016 bash[25024]: cluster 2023-12-05T15:52:27.614309+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 2023-12-05T15:52:29.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:28 smithi016 bash[25024]: audit 2023-12-05T15:52:28.270037+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T15:52:29.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:28 smithi016 bash[25024]: audit 2023-12-05T15:52:28.271901+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:29.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:28 smithi016 bash[25024]: cephadm 2023-12-05T15:52:28.273432+0000 mgr.y (mgr.14152) 162 : cephadm [INF] Deploying daemon osd.4 on smithi038 2023-12-05T15:52:31.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:30 smithi038 bash[25002]: cluster 2023-12-05T15:52:29.614922+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:31.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:30 smithi016 bash[25024]: cluster 2023-12-05T15:52:29.614922+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:31.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:30 smithi016 bash[30458]: cluster 2023-12-05T15:52:29.614922+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:32.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:31 smithi038 bash[25002]: audit 2023-12-05T15:52:31.640856+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:52:32.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:31 smithi038 bash[25002]: audit 2023-12-05T15:52:31.647302+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:52:32.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:31 smithi038 bash[25002]: audit 2023-12-05T15:52:31.867955+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:32.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:31 smithi038 bash[25002]: audit 2023-12-05T15:52:31.898290+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:52:32.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:31 smithi038 bash[25002]: audit 2023-12-05T15:52:31.900537+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:32.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:31 smithi038 bash[25002]: audit 2023-12-05T15:52:31.902081+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:52:32.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:31 smithi016 bash[30458]: audit 2023-12-05T15:52:31.640856+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:52:32.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:31 smithi016 bash[30458]: audit 2023-12-05T15:52:31.647302+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:52:32.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:31 smithi016 bash[30458]: audit 2023-12-05T15:52:31.867955+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:32.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:31 smithi016 bash[30458]: audit 2023-12-05T15:52:31.898290+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:52:32.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:31 smithi016 bash[30458]: audit 2023-12-05T15:52:31.900537+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:32.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:31 smithi016 bash[30458]: audit 2023-12-05T15:52:31.902081+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:52:32.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:31 smithi016 bash[25024]: audit 2023-12-05T15:52:31.640856+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:52:32.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:31 smithi016 bash[25024]: audit 2023-12-05T15:52:31.647302+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:52:32.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:31 smithi016 bash[25024]: audit 2023-12-05T15:52:31.867955+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:32.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:31 smithi016 bash[25024]: audit 2023-12-05T15:52:31.898290+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:52:32.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:31 smithi016 bash[25024]: audit 2023-12-05T15:52:31.900537+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:32.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:31 smithi016 bash[25024]: audit 2023-12-05T15:52:31.902081+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:52:33.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:32 smithi038 bash[25002]: cluster 2023-12-05T15:52:31.615546+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:33.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:32 smithi016 bash[25024]: cluster 2023-12-05T15:52:31.615546+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:33.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:32 smithi016 bash[30458]: cluster 2023-12-05T15:52:31.615546+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:35.249 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:34 smithi038 bash[25002]: cluster 2023-12-05T15:52:33.616113+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:35.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:34 smithi016 bash[30458]: cluster 2023-12-05T15:52:33.616113+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:35.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:34 smithi016 bash[25024]: cluster 2023-12-05T15:52:33.616113+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:36.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:36 smithi038 bash[25002]: audit 2023-12-05T15:52:35.425498+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:36.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:36 smithi038 bash[25002]: cluster 2023-12-05T15:52:35.616722+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:36.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:36 smithi038 bash[25002]: audit 2023-12-05T15:52:35.723716+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:36.867 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:36 smithi016 bash[25024]: audit 2023-12-05T15:52:35.425498+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:36.867 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:36 smithi016 bash[25024]: cluster 2023-12-05T15:52:35.616722+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:36.867 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:36 smithi016 bash[25024]: audit 2023-12-05T15:52:35.723716+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:36.868 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:36 smithi016 bash[30458]: audit 2023-12-05T15:52:35.425498+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:36.868 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:36 smithi016 bash[30458]: cluster 2023-12-05T15:52:35.616722+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:36.868 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:36 smithi016 bash[30458]: audit 2023-12-05T15:52:35.723716+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:38.454 INFO:teuthology.orchestra.run.smithi038.stdout:Created osd(s) 4 on host 'smithi038' 2023-12-05T15:52:38.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:38 smithi038 bash[25002]: cluster 2023-12-05T15:52:37.617314+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:38.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:38 smithi038 bash[25002]: audit 2023-12-05T15:52:38.450103+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:38.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:38 smithi038 bash[25002]: audit 2023-12-05T15:52:38.451105+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:52:38.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:38 smithi038 bash[25002]: audit 2023-12-05T15:52:38.454615+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:38.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:38 smithi038 bash[25002]: audit 2023-12-05T15:52:38.456104+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:52:39.075 DEBUG:teuthology.orchestra.run.smithi038:osd.4> sudo journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.4.service 2023-12-05T15:52:39.077 INFO:tasks.cephadm:Deploying osd.5 on smithi038 with /dev/vg_nvme/lv_3... 2023-12-05T15:52:39.077 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 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-05T15:52:39.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:38 smithi016 bash[25024]: cluster 2023-12-05T15:52:37.617314+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:39.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:38 smithi016 bash[25024]: audit 2023-12-05T15:52:38.450103+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:39.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:38 smithi016 bash[25024]: audit 2023-12-05T15:52:38.451105+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:52:39.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:38 smithi016 bash[25024]: audit 2023-12-05T15:52:38.454615+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:39.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:38 smithi016 bash[25024]: audit 2023-12-05T15:52:38.456104+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:52:39.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:38 smithi016 bash[30458]: cluster 2023-12-05T15:52:37.617314+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:39.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:38 smithi016 bash[30458]: audit 2023-12-05T15:52:38.450103+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:39.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:38 smithi016 bash[30458]: audit 2023-12-05T15:52:38.451105+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:52:39.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:38 smithi016 bash[30458]: audit 2023-12-05T15:52:38.454615+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:39.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:38 smithi016 bash[30458]: audit 2023-12-05T15:52:38.456104+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:52:39.209 INFO:journalctl@ceph.osd.4.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T15:52:40.043 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:39 smithi038 bash[25002]: audit 2023-12-05T15:52:38.862750+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.38:6800/3862068615,v1:172.21.15.38:6801/3862068615]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T15:52:40.044 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:39 smithi038 bash[25002]: audit 2023-12-05T15:52:38.863909+0000 mon.a (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T15:52:40.117 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:39 smithi016 bash[30458]: audit 2023-12-05T15:52:38.862750+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.38:6800/3862068615,v1:172.21.15.38:6801/3862068615]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T15:52:40.117 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:39 smithi016 bash[30458]: audit 2023-12-05T15:52:38.863909+0000 mon.a (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T15:52:40.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:39 smithi016 bash[25024]: audit 2023-12-05T15:52:38.862750+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.38:6800/3862068615,v1:172.21.15.38:6801/3862068615]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T15:52:40.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:39 smithi016 bash[25024]: audit 2023-12-05T15:52:38.863909+0000 mon.a (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T15:52:41.087 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 15:52:40 smithi038 bash[28110]: debug 2023-12-05T15:52:40.701+0000 7f27d0279700 -1 osd.4 0 waiting for initial osdmap 2023-12-05T15:52:41.087 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 15:52:40 smithi038 bash[28110]: debug 2023-12-05T15:52:40.709+0000 7f27c7409700 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T15:52:41.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:40 smithi038 bash[25002]: cluster 2023-12-05T15:52:39.617999+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:41.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:40 smithi038 bash[25002]: audit 2023-12-05T15:52:39.687778+0000 mon.a (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-05T15:52:41.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:40 smithi038 bash[25002]: cluster 2023-12-05T15:52:39.687955+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-05T15:52:41.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:40 smithi038 bash[25002]: audit 2023-12-05T15:52:39.688185+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T15:52:41.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:40 smithi038 bash[25002]: audit 2023-12-05T15:52:39.690573+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.38:6800/3862068615,v1:172.21.15.38:6801/3862068615]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:52:41.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:40 smithi038 bash[25002]: audit 2023-12-05T15:52:39.691494+0000 mon.a (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:52:41.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:40 smithi016 bash[25024]: cluster 2023-12-05T15:52:39.617999+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:41.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:40 smithi016 bash[25024]: audit 2023-12-05T15:52:39.687778+0000 mon.a (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-05T15:52:41.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:40 smithi016 bash[25024]: cluster 2023-12-05T15:52:39.687955+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-05T15:52:41.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:40 smithi016 bash[25024]: audit 2023-12-05T15:52:39.688185+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T15:52:41.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:40 smithi016 bash[25024]: audit 2023-12-05T15:52:39.690573+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.38:6800/3862068615,v1:172.21.15.38:6801/3862068615]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:52:41.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:40 smithi016 bash[25024]: audit 2023-12-05T15:52:39.691494+0000 mon.a (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:52:41.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:40 smithi016 bash[30458]: cluster 2023-12-05T15:52:39.617999+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:41.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:40 smithi016 bash[30458]: audit 2023-12-05T15:52:39.687778+0000 mon.a (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-05T15:52:41.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:40 smithi016 bash[30458]: cluster 2023-12-05T15:52:39.687955+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-05T15:52:41.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:40 smithi016 bash[30458]: audit 2023-12-05T15:52:39.688185+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T15:52:41.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:40 smithi016 bash[30458]: audit 2023-12-05T15:52:39.690573+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.38:6800/3862068615,v1:172.21.15.38:6801/3862068615]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:52:41.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:40 smithi016 bash[30458]: audit 2023-12-05T15:52:39.691494+0000 mon.a (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:52:41.955 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:41 smithi038 bash[25002]: audit 2023-12-05T15:52:40.691188+0000 mon.a (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-05T15:52:41.955 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:41 smithi038 bash[25002]: cluster 2023-12-05T15:52:40.691495+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-05T15:52:41.955 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:41 smithi038 bash[25002]: audit 2023-12-05T15:52:40.692351+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T15:52:41.955 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:41 smithi038 bash[25002]: audit 2023-12-05T15:52:40.701935+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T15:52:42.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:41 smithi016 bash[25024]: audit 2023-12-05T15:52:40.691188+0000 mon.a (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-05T15:52:42.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:41 smithi016 bash[25024]: cluster 2023-12-05T15:52:40.691495+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-05T15:52:42.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:41 smithi016 bash[25024]: audit 2023-12-05T15:52:40.692351+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T15:52:42.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:41 smithi016 bash[25024]: audit 2023-12-05T15:52:40.701935+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T15:52:42.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:41 smithi016 bash[30458]: audit 2023-12-05T15:52:40.691188+0000 mon.a (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-05T15:52:42.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:41 smithi016 bash[30458]: cluster 2023-12-05T15:52:40.691495+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-05T15:52:42.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:41 smithi016 bash[30458]: audit 2023-12-05T15:52:40.692351+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T15:52:42.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:41 smithi016 bash[30458]: audit 2023-12-05T15:52:40.701935+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T15:52:42.604 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-05T15:52:42.605 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 2023-12-05T15:52:42.605 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10+0 records in 2023-12-05T15:52:42.605 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records out 2023-12-05T15:52:42.605 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0134566 s, 779 MB/s 2023-12-05T15:52:42.605 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping successful for: 2023-12-05T15:52:42.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:42 smithi038 bash[25002]: cluster 2023-12-05T15:52:39.842528+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:52:42.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:42 smithi038 bash[25002]: cluster 2023-12-05T15:52:39.842726+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:52:42.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:42 smithi038 bash[25002]: cluster 2023-12-05T15:52:41.618632+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:42.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:42 smithi038 bash[25002]: cluster 2023-12-05T15:52:41.694404+0000 mon.a (mon.0) 445 : cluster [INF] osd.4 [v2:172.21.15.38:6800/3862068615,v1:172.21.15.38:6801/3862068615] boot 2023-12-05T15:52:42.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:42 smithi038 bash[25002]: cluster 2023-12-05T15:52:41.694536+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-05T15:52:42.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:42 smithi038 bash[25002]: audit 2023-12-05T15:52:41.694909+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T15:52:42.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:42 smithi038 bash[25002]: cluster 2023-12-05T15:52:42.695208+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-05T15:52:43.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:42 smithi016 bash[25024]: cluster 2023-12-05T15:52:39.842528+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:52:43.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:42 smithi016 bash[25024]: cluster 2023-12-05T15:52:39.842726+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:52:43.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:42 smithi016 bash[25024]: cluster 2023-12-05T15:52:41.618632+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:43.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:42 smithi016 bash[25024]: cluster 2023-12-05T15:52:41.694404+0000 mon.a (mon.0) 445 : cluster [INF] osd.4 [v2:172.21.15.38:6800/3862068615,v1:172.21.15.38:6801/3862068615] boot 2023-12-05T15:52:43.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:42 smithi016 bash[25024]: cluster 2023-12-05T15:52:41.694536+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-05T15:52:43.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:42 smithi016 bash[25024]: audit 2023-12-05T15:52:41.694909+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T15:52:43.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:42 smithi016 bash[25024]: cluster 2023-12-05T15:52:42.695208+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-05T15:52:43.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:42 smithi016 bash[30458]: cluster 2023-12-05T15:52:39.842528+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:52:43.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:42 smithi016 bash[30458]: cluster 2023-12-05T15:52:39.842726+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:52:43.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:42 smithi016 bash[30458]: cluster 2023-12-05T15:52:41.618632+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T15:52:43.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:42 smithi016 bash[30458]: cluster 2023-12-05T15:52:41.694404+0000 mon.a (mon.0) 445 : cluster [INF] osd.4 [v2:172.21.15.38:6800/3862068615,v1:172.21.15.38:6801/3862068615] boot 2023-12-05T15:52:43.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:42 smithi016 bash[30458]: cluster 2023-12-05T15:52:41.694536+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-05T15:52:43.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:42 smithi016 bash[30458]: audit 2023-12-05T15:52:41.694909+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T15:52:43.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:42 smithi016 bash[30458]: cluster 2023-12-05T15:52:42.695208+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-05T15:52:43.690 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 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi038:vg_nvme/lv_3 2023-12-05T15:52:45.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:44 smithi038 bash[25002]: cluster 2023-12-05T15:52:43.619193+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:52:45.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:44 smithi038 bash[25002]: cluster 2023-12-05T15:52:43.697847+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-05T15:52:45.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:44 smithi016 bash[25024]: cluster 2023-12-05T15:52:43.619193+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:52:45.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:44 smithi016 bash[25024]: cluster 2023-12-05T15:52:43.697847+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-05T15:52:45.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:44 smithi016 bash[30458]: cluster 2023-12-05T15:52:43.619193+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:52:45.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:44 smithi016 bash[30458]: cluster 2023-12-05T15:52:43.697847+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-05T15:52:45.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:45 smithi038 bash[25002]: cluster 2023-12-05T15:52:44.708452+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-05T15:52:46.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:45 smithi016 bash[25024]: cluster 2023-12-05T15:52:44.708452+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-05T15:52:46.117 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:45 smithi016 bash[30458]: cluster 2023-12-05T15:52:44.708452+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-05T15:52:47.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:46 smithi038 bash[25002]: cluster 2023-12-05T15:52:45.619823+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v150: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-05T15:52:47.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:46 smithi038 bash[25002]: cluster 2023-12-05T15:52:45.722442+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-05T15:52:47.117 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:46 smithi016 bash[30458]: cluster 2023-12-05T15:52:45.619823+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v150: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-05T15:52:47.117 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:46 smithi016 bash[30458]: cluster 2023-12-05T15:52:45.722442+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-05T15:52:47.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:46 smithi016 bash[25024]: cluster 2023-12-05T15:52:45.619823+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v150: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-05T15:52:47.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:46 smithi016 bash[25024]: cluster 2023-12-05T15:52:45.722442+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-05T15:52:48.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:47 smithi038 bash[25002]: cephadm 2023-12-05T15:52:46.720432+0000 mgr.y (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi038 2023-12-05T15:52:48.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:47 smithi038 bash[25002]: audit 2023-12-05T15:52:46.732593+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:48.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:47 smithi038 bash[25002]: audit 2023-12-05T15:52:46.734134+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:52:48.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:47 smithi038 bash[25002]: cephadm 2023-12-05T15:52:46.735333+0000 mgr.y (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 17275M 2023-12-05T15:52:48.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:47 smithi038 bash[25002]: audit 2023-12-05T15:52:46.742628+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:48.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:47 smithi038 bash[25002]: audit 2023-12-05T15:52:46.749716+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:48.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:47 smithi038 bash[25002]: audit 2023-12-05T15:52:47.109269+0000 mgr.y (mgr.14152) 174 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:52:48.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:47 smithi038 bash[25002]: audit 2023-12-05T15:52:47.116172+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:52:48.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:47 smithi038 bash[25002]: audit 2023-12-05T15:52:47.122865+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:52:48.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:47 smithi038 bash[25002]: audit 2023-12-05T15:52:47.124727+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:48.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[25024]: cephadm 2023-12-05T15:52:46.720432+0000 mgr.y (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi038 2023-12-05T15:52:48.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[25024]: audit 2023-12-05T15:52:46.732593+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:48.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[25024]: audit 2023-12-05T15:52:46.734134+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:52:48.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[25024]: cephadm 2023-12-05T15:52:46.735333+0000 mgr.y (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 17275M 2023-12-05T15:52:48.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[25024]: audit 2023-12-05T15:52:46.742628+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:48.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[25024]: audit 2023-12-05T15:52:46.749716+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:48.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[25024]: audit 2023-12-05T15:52:47.109269+0000 mgr.y (mgr.14152) 174 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:52:48.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[25024]: audit 2023-12-05T15:52:47.116172+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:52:48.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[25024]: audit 2023-12-05T15:52:47.122865+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:52:48.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[25024]: audit 2023-12-05T15:52:47.124727+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:48.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[30458]: cephadm 2023-12-05T15:52:46.720432+0000 mgr.y (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi038 2023-12-05T15:52:48.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[30458]: audit 2023-12-05T15:52:46.732593+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:48.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[30458]: audit 2023-12-05T15:52:46.734134+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:52:48.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[30458]: cephadm 2023-12-05T15:52:46.735333+0000 mgr.y (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 17275M 2023-12-05T15:52:48.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[30458]: audit 2023-12-05T15:52:46.742628+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:48.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[30458]: audit 2023-12-05T15:52:46.749716+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:52:48.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[30458]: audit 2023-12-05T15:52:47.109269+0000 mgr.y (mgr.14152) 174 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:52:48.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[30458]: audit 2023-12-05T15:52:47.116172+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:52:48.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[30458]: audit 2023-12-05T15:52:47.122865+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:52:48.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:47 smithi016 bash[30458]: audit 2023-12-05T15:52:47.124727+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:52:49.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:48 smithi038 bash[25002]: cluster 2023-12-05T15:52:47.620456+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v152: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 105 KiB/s, 0 objects/s recovering 2023-12-05T15:52:49.117 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:48 smithi016 bash[30458]: cluster 2023-12-05T15:52:47.620456+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v152: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 105 KiB/s, 0 objects/s recovering 2023-12-05T15:52:49.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:48 smithi016 bash[25024]: cluster 2023-12-05T15:52:47.620456+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v152: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 105 KiB/s, 0 objects/s recovering 2023-12-05T15:52:51.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:50 smithi038 bash[25002]: cluster 2023-12-05T15:52:49.621059+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-05T15:52:51.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:50 smithi016 bash[25024]: cluster 2023-12-05T15:52:49.621059+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-05T15:52:51.117 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:50 smithi016 bash[30458]: cluster 2023-12-05T15:52:49.621059+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-05T15:52:53.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:52 smithi016 bash[25024]: cluster 2023-12-05T15:52:51.621764+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-05T15:52:53.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:52 smithi016 bash[30458]: cluster 2023-12-05T15:52:51.621764+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-05T15:52:53.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:52 smithi038 bash[25002]: cluster 2023-12-05T15:52:51.621764+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-05T15:52:54.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:53 smithi016 bash[25024]: audit 2023-12-05T15:52:53.077787+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.38:0/195115177' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1892bf24-f60f-44d4-8b07-bf1debfda886"}]: dispatch 2023-12-05T15:52:54.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:53 smithi016 bash[25024]: audit 2023-12-05T15:52:53.078957+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1892bf24-f60f-44d4-8b07-bf1debfda886"}]: dispatch 2023-12-05T15:52:54.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:53 smithi016 bash[25024]: audit 2023-12-05T15:52:53.088108+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1892bf24-f60f-44d4-8b07-bf1debfda886"}]': finished 2023-12-05T15:52:54.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:53 smithi016 bash[25024]: cluster 2023-12-05T15:52:53.088301+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-12-05T15:52:54.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:53 smithi016 bash[25024]: audit 2023-12-05T15:52:53.088596+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T15:52:54.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:53 smithi016 bash[25024]: audit 2023-12-05T15:52:53.806673+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.38:0/248326182' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:52:54.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:53 smithi016 bash[30458]: audit 2023-12-05T15:52:53.077787+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.38:0/195115177' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1892bf24-f60f-44d4-8b07-bf1debfda886"}]: dispatch 2023-12-05T15:52:54.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:53 smithi016 bash[30458]: audit 2023-12-05T15:52:53.078957+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1892bf24-f60f-44d4-8b07-bf1debfda886"}]: dispatch 2023-12-05T15:52:54.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:53 smithi016 bash[30458]: audit 2023-12-05T15:52:53.088108+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1892bf24-f60f-44d4-8b07-bf1debfda886"}]': finished 2023-12-05T15:52:54.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:53 smithi016 bash[30458]: cluster 2023-12-05T15:52:53.088301+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-12-05T15:52:54.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:53 smithi016 bash[30458]: audit 2023-12-05T15:52:53.088596+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T15:52:54.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:53 smithi016 bash[30458]: audit 2023-12-05T15:52:53.806673+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.38:0/248326182' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:52:54.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:53 smithi038 bash[25002]: audit 2023-12-05T15:52:53.077787+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.38:0/195115177' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1892bf24-f60f-44d4-8b07-bf1debfda886"}]: dispatch 2023-12-05T15:52:54.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:53 smithi038 bash[25002]: audit 2023-12-05T15:52:53.078957+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1892bf24-f60f-44d4-8b07-bf1debfda886"}]: dispatch 2023-12-05T15:52:54.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:53 smithi038 bash[25002]: audit 2023-12-05T15:52:53.088108+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1892bf24-f60f-44d4-8b07-bf1debfda886"}]': finished 2023-12-05T15:52:54.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:53 smithi038 bash[25002]: cluster 2023-12-05T15:52:53.088301+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-12-05T15:52:54.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:53 smithi038 bash[25002]: audit 2023-12-05T15:52:53.088596+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T15:52:54.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:53 smithi038 bash[25002]: audit 2023-12-05T15:52:53.806673+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.38:0/248326182' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:52:55.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:55 smithi016 bash[25024]: cluster 2023-12-05T15:52:53.622395+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:52:55.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:55 smithi016 bash[30458]: cluster 2023-12-05T15:52:53.622395+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:52:55.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:55 smithi038 bash[25002]: cluster 2023-12-05T15:52:53.622395+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:52:57.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:57 smithi038 bash[25002]: cluster 2023-12-05T15:52:55.622964+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:52:57.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:57 smithi016 bash[25024]: cluster 2023-12-05T15:52:55.622964+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:52:57.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:57 smithi016 bash[30458]: cluster 2023-12-05T15:52:55.622964+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:52:59.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:52:59 smithi016 bash[25024]: cluster 2023-12-05T15:52:57.623521+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:52:59.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:52:59 smithi016 bash[30458]: cluster 2023-12-05T15:52:57.623521+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:52:59.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:52:59 smithi038 bash[25002]: cluster 2023-12-05T15:52:57.623521+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:01.313 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:01 smithi038 bash[25002]: cluster 2023-12-05T15:52:59.624106+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:01.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:01 smithi016 bash[25024]: cluster 2023-12-05T15:52:59.624106+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:01.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:01 smithi016 bash[30458]: cluster 2023-12-05T15:52:59.624106+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:03.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:03 smithi016 bash[25024]: cluster 2023-12-05T15:53:01.624734+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 2023-12-05T15:53:03.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:03 smithi016 bash[30458]: cluster 2023-12-05T15:53:01.624734+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 2023-12-05T15:53:03.512 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:03 smithi038 bash[25002]: cluster 2023-12-05T15:53:01.624734+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 2023-12-05T15:53:04.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:04 smithi016 bash[25024]: audit 2023-12-05T15:53:03.228569+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T15:53:04.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:04 smithi016 bash[25024]: audit 2023-12-05T15:53:03.230570+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:04.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:04 smithi016 bash[25024]: cephadm 2023-12-05T15:53:03.232075+0000 mgr.y (mgr.14152) 183 : cephadm [INF] Deploying daemon osd.5 on smithi038 2023-12-05T15:53:04.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:04 smithi016 bash[30458]: audit 2023-12-05T15:53:03.228569+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T15:53:04.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:04 smithi016 bash[30458]: audit 2023-12-05T15:53:03.230570+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:04.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:04 smithi016 bash[30458]: cephadm 2023-12-05T15:53:03.232075+0000 mgr.y (mgr.14152) 183 : cephadm [INF] Deploying daemon osd.5 on smithi038 2023-12-05T15:53:04.416 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:04 smithi038 bash[25002]: audit 2023-12-05T15:53:03.228569+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T15:53:04.417 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:04 smithi038 bash[25002]: audit 2023-12-05T15:53:03.230570+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:04.417 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:04 smithi038 bash[25002]: cephadm 2023-12-05T15:53:03.232075+0000 mgr.y (mgr.14152) 183 : cephadm [INF] Deploying daemon osd.5 on smithi038 2023-12-05T15:53:05.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:05 smithi038 bash[25002]: cluster 2023-12-05T15:53:03.625310+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:05.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:05 smithi016 bash[25024]: cluster 2023-12-05T15:53:03.625310+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:05.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:05 smithi016 bash[30458]: cluster 2023-12-05T15:53:03.625310+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:07.503 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:07 smithi016 bash[25024]: cluster 2023-12-05T15:53:05.625906+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:07.503 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:07 smithi016 bash[30458]: cluster 2023-12-05T15:53:05.625906+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:07.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:07 smithi038 bash[25002]: cluster 2023-12-05T15:53:05.625906+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:08.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:08 smithi038 bash[25002]: audit 2023-12-05T15:53:07.219766+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:08.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:08 smithi038 bash[25002]: audit 2023-12-05T15:53:07.222989+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:53:08.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:08 smithi038 bash[25002]: audit 2023-12-05T15:53:07.225401+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:08.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:08 smithi038 bash[25002]: audit 2023-12-05T15:53:07.228058+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:53:08.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:08 smithi016 bash[25024]: audit 2023-12-05T15:53:07.219766+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:08.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:08 smithi016 bash[25024]: audit 2023-12-05T15:53:07.222989+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:53:08.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:08 smithi016 bash[25024]: audit 2023-12-05T15:53:07.225401+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:08.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:08 smithi016 bash[25024]: audit 2023-12-05T15:53:07.228058+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:53:08.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:08 smithi016 bash[30458]: audit 2023-12-05T15:53:07.219766+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:08.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:08 smithi016 bash[30458]: audit 2023-12-05T15:53:07.222989+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:53:08.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:08 smithi016 bash[30458]: audit 2023-12-05T15:53:07.225401+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:08.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:08 smithi016 bash[30458]: audit 2023-12-05T15:53:07.228058+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:53:09.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:09 smithi038 bash[25002]: cluster 2023-12-05T15:53:07.626499+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:09.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:09 smithi016 bash[25024]: cluster 2023-12-05T15:53:07.626499+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:09.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:09 smithi016 bash[30458]: cluster 2023-12-05T15:53:07.626499+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:11.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:11 smithi038 bash[25002]: cluster 2023-12-05T15:53:09.627072+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:11.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:11 smithi038 bash[25002]: audit 2023-12-05T15:53:10.615941+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:11.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:11 smithi038 bash[25002]: audit 2023-12-05T15:53:10.623018+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:11.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:11 smithi016 bash[25024]: cluster 2023-12-05T15:53:09.627072+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:11.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:11 smithi016 bash[25024]: audit 2023-12-05T15:53:10.615941+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:11.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:11 smithi016 bash[25024]: audit 2023-12-05T15:53:10.623018+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:11.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:11 smithi016 bash[30458]: cluster 2023-12-05T15:53:09.627072+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:11.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:11 smithi016 bash[30458]: audit 2023-12-05T15:53:10.615941+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:11.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:11 smithi016 bash[30458]: audit 2023-12-05T15:53:10.623018+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:13.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:13 smithi038 bash[25002]: cluster 2023-12-05T15:53:11.627705+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:13.617 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:13 smithi016 bash[30458]: cluster 2023-12-05T15:53:11.627705+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:13.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:13 smithi016 bash[25024]: cluster 2023-12-05T15:53:11.627705+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:13.680 INFO:teuthology.orchestra.run.smithi038.stdout:Created osd(s) 5 on host 'smithi038' 2023-12-05T15:53:14.257 DEBUG:teuthology.orchestra.run.smithi038:osd.5> sudo journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.5.service 2023-12-05T15:53:14.262 INFO:tasks.cephadm:Deploying osd.6 on smithi038 with /dev/vg_nvme/lv_2... 2023-12-05T15:53:14.263 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 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-05T15:53:14.746 INFO:journalctl@ceph.osd.5.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T15:53:14.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:14 smithi038 bash[25002]: cluster 2023-12-05T15:53:13.628328+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:14.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:14 smithi038 bash[25002]: audit 2023-12-05T15:53:13.675890+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:14.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:14 smithi038 bash[25002]: audit 2023-12-05T15:53:13.699262+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:53:14.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:14 smithi038 bash[25002]: audit 2023-12-05T15:53:13.702564+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:14.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:14 smithi038 bash[25002]: audit 2023-12-05T15:53:13.704653+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:53:14.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:14 smithi038 bash[25002]: audit 2023-12-05T15:53:13.964481+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.38:6808/1578538188,v1:172.21.15.38:6809/1578538188]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T15:53:14.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:14 smithi038 bash[25002]: audit 2023-12-05T15:53:13.965821+0000 mon.a (mon.0) 475 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T15:53:15.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:14 smithi016 bash[25024]: cluster 2023-12-05T15:53:13.628328+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:15.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:14 smithi016 bash[25024]: audit 2023-12-05T15:53:13.675890+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:15.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:14 smithi016 bash[25024]: audit 2023-12-05T15:53:13.699262+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:53:15.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:14 smithi016 bash[25024]: audit 2023-12-05T15:53:13.702564+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:15.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:14 smithi016 bash[25024]: audit 2023-12-05T15:53:13.704653+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:53:15.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:14 smithi016 bash[25024]: audit 2023-12-05T15:53:13.964481+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.38:6808/1578538188,v1:172.21.15.38:6809/1578538188]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T15:53:15.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:14 smithi016 bash[25024]: audit 2023-12-05T15:53:13.965821+0000 mon.a (mon.0) 475 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T15:53:15.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:14 smithi016 bash[30458]: cluster 2023-12-05T15:53:13.628328+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T15:53:15.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:14 smithi016 bash[30458]: audit 2023-12-05T15:53:13.675890+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:15.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:14 smithi016 bash[30458]: audit 2023-12-05T15:53:13.699262+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:53:15.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:14 smithi016 bash[30458]: audit 2023-12-05T15:53:13.702564+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:15.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:14 smithi016 bash[30458]: audit 2023-12-05T15:53:13.704653+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:53:15.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:14 smithi016 bash[30458]: audit 2023-12-05T15:53:13.964481+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.38:6808/1578538188,v1:172.21.15.38:6809/1578538188]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T15:53:15.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:14 smithi016 bash[30458]: audit 2023-12-05T15:53:13.965821+0000 mon.a (mon.0) 475 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T15:53:16.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:15 smithi038 bash[25002]: audit 2023-12-05T15:53:14.694739+0000 mon.a (mon.0) 476 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-05T15:53:16.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:15 smithi038 bash[25002]: cluster 2023-12-05T15:53:14.694910+0000 mon.a (mon.0) 477 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-05T15:53:16.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:15 smithi038 bash[25002]: audit 2023-12-05T15:53:14.695178+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T15:53:16.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:15 smithi038 bash[25002]: audit 2023-12-05T15:53:14.698923+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.38:6808/1578538188,v1:172.21.15.38:6809/1578538188]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:53:16.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:15 smithi038 bash[25002]: audit 2023-12-05T15:53:14.700114+0000 mon.a (mon.0) 479 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:53:16.088 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 15:53:15 smithi038 bash[31221]: debug 2023-12-05T15:53:15.712+0000 7fa2fe150700 -1 osd.5 0 waiting for initial osdmap 2023-12-05T15:53:16.088 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 15:53:15 smithi038 bash[31221]: debug 2023-12-05T15:53:15.720+0000 7fa2f92e8700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T15:53:16.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:15 smithi016 bash[25024]: audit 2023-12-05T15:53:14.694739+0000 mon.a (mon.0) 476 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-05T15:53:16.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:15 smithi016 bash[25024]: cluster 2023-12-05T15:53:14.694910+0000 mon.a (mon.0) 477 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-05T15:53:16.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:15 smithi016 bash[25024]: audit 2023-12-05T15:53:14.695178+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T15:53:16.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:15 smithi016 bash[25024]: audit 2023-12-05T15:53:14.698923+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.38:6808/1578538188,v1:172.21.15.38:6809/1578538188]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:53:16.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:15 smithi016 bash[25024]: audit 2023-12-05T15:53:14.700114+0000 mon.a (mon.0) 479 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:53:16.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:15 smithi016 bash[30458]: audit 2023-12-05T15:53:14.694739+0000 mon.a (mon.0) 476 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-05T15:53:16.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:15 smithi016 bash[30458]: cluster 2023-12-05T15:53:14.694910+0000 mon.a (mon.0) 477 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-05T15:53:16.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:15 smithi016 bash[30458]: audit 2023-12-05T15:53:14.695178+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T15:53:16.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:15 smithi016 bash[30458]: audit 2023-12-05T15:53:14.698923+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.38:6808/1578538188,v1:172.21.15.38:6809/1578538188]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:53:16.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:15 smithi016 bash[30458]: audit 2023-12-05T15:53:14.700114+0000 mon.a (mon.0) 479 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:53:17.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:16 smithi038 bash[25002]: cluster 2023-12-05T15:53:15.628933+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 2023-12-05T15:53:17.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:16 smithi038 bash[25002]: audit 2023-12-05T15:53:15.698316+0000 mon.a (mon.0) 480 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-05T15:53:17.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:16 smithi038 bash[25002]: cluster 2023-12-05T15:53:15.698609+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-05T15:53:17.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:16 smithi038 bash[25002]: audit 2023-12-05T15:53:15.699257+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T15:53:17.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:16 smithi038 bash[25002]: audit 2023-12-05T15:53:15.713766+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T15:53:17.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:16 smithi038 bash[25002]: cluster 2023-12-05T15:53:16.702073+0000 mon.a (mon.0) 484 : cluster [INF] osd.5 [v2:172.21.15.38:6808/1578538188,v1:172.21.15.38:6809/1578538188] boot 2023-12-05T15:53:17.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:16 smithi038 bash[25002]: cluster 2023-12-05T15:53:16.702217+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2023-12-05T15:53:17.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:16 smithi038 bash[25002]: audit 2023-12-05T15:53:16.702601+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T15:53:17.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:16 smithi016 bash[25024]: cluster 2023-12-05T15:53:15.628933+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 2023-12-05T15:53:17.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:16 smithi016 bash[25024]: audit 2023-12-05T15:53:15.698316+0000 mon.a (mon.0) 480 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-05T15:53:17.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:16 smithi016 bash[25024]: cluster 2023-12-05T15:53:15.698609+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-05T15:53:17.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:16 smithi016 bash[25024]: audit 2023-12-05T15:53:15.699257+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T15:53:17.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:16 smithi016 bash[25024]: audit 2023-12-05T15:53:15.713766+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T15:53:17.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:16 smithi016 bash[25024]: cluster 2023-12-05T15:53:16.702073+0000 mon.a (mon.0) 484 : cluster [INF] osd.5 [v2:172.21.15.38:6808/1578538188,v1:172.21.15.38:6809/1578538188] boot 2023-12-05T15:53:17.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:16 smithi016 bash[25024]: cluster 2023-12-05T15:53:16.702217+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2023-12-05T15:53:17.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:16 smithi016 bash[25024]: audit 2023-12-05T15:53:16.702601+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T15:53:17.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:16 smithi016 bash[30458]: cluster 2023-12-05T15:53:15.628933+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 2023-12-05T15:53:17.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:16 smithi016 bash[30458]: audit 2023-12-05T15:53:15.698316+0000 mon.a (mon.0) 480 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-05T15:53:17.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:16 smithi016 bash[30458]: cluster 2023-12-05T15:53:15.698609+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-05T15:53:17.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:16 smithi016 bash[30458]: audit 2023-12-05T15:53:15.699257+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T15:53:17.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:16 smithi016 bash[30458]: audit 2023-12-05T15:53:15.713766+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T15:53:17.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:16 smithi016 bash[30458]: cluster 2023-12-05T15:53:16.702073+0000 mon.a (mon.0) 484 : cluster [INF] osd.5 [v2:172.21.15.38:6808/1578538188,v1:172.21.15.38:6809/1578538188] boot 2023-12-05T15:53:17.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:16 smithi016 bash[30458]: cluster 2023-12-05T15:53:16.702217+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2023-12-05T15:53:17.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:16 smithi016 bash[30458]: audit 2023-12-05T15:53:16.702601+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T15:53:17.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:17 smithi038 bash[25002]: cluster 2023-12-05T15:53:14.976975+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:53:17.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:17 smithi038 bash[25002]: cluster 2023-12-05T15:53:14.977164+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:53:17.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:17 smithi038 bash[25002]: cluster 2023-12-05T15:53:17.703448+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-05T15:53:17.843 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-05T15:53:17.843 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 2023-12-05T15:53:17.844 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10+0 records in 2023-12-05T15:53:17.844 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records out 2023-12-05T15:53:17.844 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0153132 s, 685 MB/s 2023-12-05T15:53:17.844 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping successful for: 2023-12-05T15:53:18.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:17 smithi016 bash[25024]: cluster 2023-12-05T15:53:14.976975+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:53:18.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:17 smithi016 bash[25024]: cluster 2023-12-05T15:53:14.977164+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:53:18.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:17 smithi016 bash[25024]: cluster 2023-12-05T15:53:17.703448+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-05T15:53:18.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:17 smithi016 bash[30458]: cluster 2023-12-05T15:53:14.976975+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:53:18.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:17 smithi016 bash[30458]: cluster 2023-12-05T15:53:14.977164+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:53:18.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:17 smithi016 bash[30458]: cluster 2023-12-05T15:53:17.703448+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-05T15:53:19.034 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:18 smithi038 bash[25002]: cluster 2023-12-05T15:53:17.629533+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:19.034 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:18 smithi038 bash[25002]: cluster 2023-12-05T15:53:18.706667+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-05T15:53:19.035 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 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi038:vg_nvme/lv_2 2023-12-05T15:53:19.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:18 smithi016 bash[25024]: cluster 2023-12-05T15:53:17.629533+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:19.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:18 smithi016 bash[25024]: cluster 2023-12-05T15:53:18.706667+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-05T15:53:19.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:18 smithi016 bash[30458]: cluster 2023-12-05T15:53:17.629533+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:19.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:18 smithi016 bash[30458]: cluster 2023-12-05T15:53:18.706667+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-05T15:53:21.029 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:20 smithi038 bash[25002]: cluster 2023-12-05T15:53:19.630129+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:21.029 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:20 smithi038 bash[25002]: cluster 2023-12-05T15:53:19.730844+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-05T15:53:21.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:20 smithi016 bash[25024]: cluster 2023-12-05T15:53:19.630129+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:21.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:20 smithi016 bash[25024]: cluster 2023-12-05T15:53:19.730844+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-05T15:53:21.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:20 smithi016 bash[30458]: cluster 2023-12-05T15:53:19.630129+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:21.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:20 smithi016 bash[30458]: cluster 2023-12-05T15:53:19.730844+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-05T15:53:22.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:21 smithi038 bash[25002]: cluster 2023-12-05T15:53:20.735435+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-05T15:53:22.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:21 smithi016 bash[25024]: cluster 2023-12-05T15:53:20.735435+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-05T15:53:22.117 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:21 smithi016 bash[30458]: cluster 2023-12-05T15:53:20.735435+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-05T15:53:23.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:22 smithi038 bash[25002]: cluster 2023-12-05T15:53:21.630723+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:23.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:22 smithi038 bash[25002]: cephadm 2023-12-05T15:53:21.884546+0000 mgr.y (mgr.14152) 194 : cephadm [INF] Detected new or changed devices on smithi038 2023-12-05T15:53:23.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:22 smithi038 bash[25002]: audit 2023-12-05T15:53:21.894332+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:23.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:22 smithi038 bash[25002]: audit 2023-12-05T15:53:21.896222+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:53:23.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:22 smithi038 bash[25002]: audit 2023-12-05T15:53:21.897733+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:53:23.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:22 smithi038 bash[25002]: cephadm 2023-12-05T15:53:21.898876+0000 mgr.y (mgr.14152) 195 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 8637M 2023-12-05T15:53:23.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:22 smithi038 bash[25002]: audit 2023-12-05T15:53:21.906555+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:23.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:22 smithi038 bash[25002]: audit 2023-12-05T15:53:21.914251+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:23.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:22 smithi038 bash[25002]: audit 2023-12-05T15:53:22.350778+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:53:23.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:22 smithi038 bash[25002]: audit 2023-12-05T15:53:22.357057+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:53:23.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:22 smithi038 bash[25002]: audit 2023-12-05T15:53:22.358846+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:23.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[25024]: cluster 2023-12-05T15:53:21.630723+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:23.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[25024]: cephadm 2023-12-05T15:53:21.884546+0000 mgr.y (mgr.14152) 194 : cephadm [INF] Detected new or changed devices on smithi038 2023-12-05T15:53:23.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[25024]: audit 2023-12-05T15:53:21.894332+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:23.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[25024]: audit 2023-12-05T15:53:21.896222+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:53:23.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[25024]: audit 2023-12-05T15:53:21.897733+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:53:23.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[25024]: cephadm 2023-12-05T15:53:21.898876+0000 mgr.y (mgr.14152) 195 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 8637M 2023-12-05T15:53:23.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[25024]: audit 2023-12-05T15:53:21.906555+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:23.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[25024]: audit 2023-12-05T15:53:21.914251+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:23.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[25024]: audit 2023-12-05T15:53:22.350778+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:53:23.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[25024]: audit 2023-12-05T15:53:22.357057+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:53:23.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[25024]: audit 2023-12-05T15:53:22.358846+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:23.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[30458]: cluster 2023-12-05T15:53:21.630723+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:23.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[30458]: cephadm 2023-12-05T15:53:21.884546+0000 mgr.y (mgr.14152) 194 : cephadm [INF] Detected new or changed devices on smithi038 2023-12-05T15:53:23.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[30458]: audit 2023-12-05T15:53:21.894332+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:23.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[30458]: audit 2023-12-05T15:53:21.896222+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:53:23.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[30458]: audit 2023-12-05T15:53:21.897733+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:53:23.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[30458]: cephadm 2023-12-05T15:53:21.898876+0000 mgr.y (mgr.14152) 195 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 8637M 2023-12-05T15:53:23.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[30458]: audit 2023-12-05T15:53:21.906555+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:23.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[30458]: audit 2023-12-05T15:53:21.914251+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:23.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[30458]: audit 2023-12-05T15:53:22.350778+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:53:23.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[30458]: audit 2023-12-05T15:53:22.357057+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:53:23.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:22 smithi016 bash[30458]: audit 2023-12-05T15:53:22.358846+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:24.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:23 smithi038 bash[25002]: audit 2023-12-05T15:53:22.344253+0000 mgr.y (mgr.14152) 196 : audit [DBG] from='client.24287 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:53:24.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:23 smithi016 bash[25024]: audit 2023-12-05T15:53:22.344253+0000 mgr.y (mgr.14152) 196 : audit [DBG] from='client.24287 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:53:24.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:23 smithi016 bash[30458]: audit 2023-12-05T15:53:22.344253+0000 mgr.y (mgr.14152) 196 : audit [DBG] from='client.24287 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:53:25.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:24 smithi038 bash[25002]: cluster 2023-12-05T15:53:23.631355+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:25.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:24 smithi016 bash[25024]: cluster 2023-12-05T15:53:23.631355+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:25.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:24 smithi016 bash[30458]: cluster 2023-12-05T15:53:23.631355+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:27.281 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:26 smithi038 bash[25002]: cluster 2023-12-05T15:53:25.631952+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:27.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:26 smithi016 bash[25024]: cluster 2023-12-05T15:53:25.631952+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:27.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:26 smithi016 bash[30458]: cluster 2023-12-05T15:53:25.631952+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:29.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:28 smithi038 bash[25002]: cluster 2023-12-05T15:53:27.632593+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:29.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:28 smithi038 bash[25002]: audit 2023-12-05T15:53:28.122376+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.38:0/586661334' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd7784fc-f91d-43b8-9215-d9b287cd4bf9"}]: dispatch 2023-12-05T15:53:29.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:28 smithi038 bash[25002]: audit 2023-12-05T15:53:28.123664+0000 mon.a (mon.0) 499 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd7784fc-f91d-43b8-9215-d9b287cd4bf9"}]: dispatch 2023-12-05T15:53:29.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:28 smithi038 bash[25002]: audit 2023-12-05T15:53:28.132980+0000 mon.a (mon.0) 500 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd7784fc-f91d-43b8-9215-d9b287cd4bf9"}]': finished 2023-12-05T15:53:29.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:28 smithi038 bash[25002]: cluster 2023-12-05T15:53:28.133125+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2023-12-05T15:53:29.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:28 smithi038 bash[25002]: audit 2023-12-05T15:53:28.133413+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T15:53:29.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:28 smithi038 bash[25002]: audit 2023-12-05T15:53:28.843854+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.38:0/1184474743' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:53:29.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:28 smithi016 bash[25024]: cluster 2023-12-05T15:53:27.632593+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:29.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:28 smithi016 bash[25024]: audit 2023-12-05T15:53:28.122376+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.38:0/586661334' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd7784fc-f91d-43b8-9215-d9b287cd4bf9"}]: dispatch 2023-12-05T15:53:29.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:28 smithi016 bash[25024]: audit 2023-12-05T15:53:28.123664+0000 mon.a (mon.0) 499 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd7784fc-f91d-43b8-9215-d9b287cd4bf9"}]: dispatch 2023-12-05T15:53:29.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:28 smithi016 bash[25024]: audit 2023-12-05T15:53:28.132980+0000 mon.a (mon.0) 500 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd7784fc-f91d-43b8-9215-d9b287cd4bf9"}]': finished 2023-12-05T15:53:29.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:28 smithi016 bash[25024]: cluster 2023-12-05T15:53:28.133125+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2023-12-05T15:53:29.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:28 smithi016 bash[25024]: audit 2023-12-05T15:53:28.133413+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T15:53:29.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:28 smithi016 bash[25024]: audit 2023-12-05T15:53:28.843854+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.38:0/1184474743' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:53:29.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:28 smithi016 bash[30458]: cluster 2023-12-05T15:53:27.632593+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:29.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:28 smithi016 bash[30458]: audit 2023-12-05T15:53:28.122376+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.38:0/586661334' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd7784fc-f91d-43b8-9215-d9b287cd4bf9"}]: dispatch 2023-12-05T15:53:29.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:28 smithi016 bash[30458]: audit 2023-12-05T15:53:28.123664+0000 mon.a (mon.0) 499 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd7784fc-f91d-43b8-9215-d9b287cd4bf9"}]: dispatch 2023-12-05T15:53:29.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:28 smithi016 bash[30458]: audit 2023-12-05T15:53:28.132980+0000 mon.a (mon.0) 500 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd7784fc-f91d-43b8-9215-d9b287cd4bf9"}]': finished 2023-12-05T15:53:29.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:28 smithi016 bash[30458]: cluster 2023-12-05T15:53:28.133125+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2023-12-05T15:53:29.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:28 smithi016 bash[30458]: audit 2023-12-05T15:53:28.133413+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T15:53:29.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:28 smithi016 bash[30458]: audit 2023-12-05T15:53:28.843854+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.38:0/1184474743' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:53:31.300 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:30 smithi038 bash[25002]: cluster 2023-12-05T15:53:29.633149+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:31.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:30 smithi016 bash[25024]: cluster 2023-12-05T15:53:29.633149+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:31.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:30 smithi016 bash[30458]: cluster 2023-12-05T15:53:29.633149+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:32.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:31 smithi038 bash[25002]: audit 2023-12-05T15:53:31.643515+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:53:32.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:31 smithi038 bash[25002]: audit 2023-12-05T15:53:31.650437+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:53:32.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:31 smithi016 bash[25024]: audit 2023-12-05T15:53:31.643515+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:53:32.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:31 smithi016 bash[25024]: audit 2023-12-05T15:53:31.650437+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:53:32.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:31 smithi016 bash[30458]: audit 2023-12-05T15:53:31.643515+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:53:32.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:31 smithi016 bash[30458]: audit 2023-12-05T15:53:31.650437+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:53:33.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:32 smithi038 bash[25002]: cluster 2023-12-05T15:53:31.633729+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:33.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:32 smithi016 bash[25024]: cluster 2023-12-05T15:53:31.633729+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:33.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:32 smithi016 bash[30458]: cluster 2023-12-05T15:53:31.633729+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:35.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:34 smithi038 bash[25002]: cluster 2023-12-05T15:53:33.634333+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:35.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:34 smithi016 bash[25024]: cluster 2023-12-05T15:53:33.634333+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:35.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:34 smithi016 bash[30458]: cluster 2023-12-05T15:53:33.634333+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:37.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:36 smithi038 bash[25002]: cluster 2023-12-05T15:53:35.634928+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 2023-12-05T15:53:37.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:36 smithi016 bash[25024]: cluster 2023-12-05T15:53:35.634928+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 2023-12-05T15:53:37.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:36 smithi016 bash[30458]: cluster 2023-12-05T15:53:35.634928+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 2023-12-05T15:53:38.219 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:37 smithi038 bash[25002]: audit 2023-12-05T15:53:37.935342+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T15:53:38.219 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:37 smithi038 bash[25002]: audit 2023-12-05T15:53:37.937101+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:38.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:37 smithi016 bash[25024]: audit 2023-12-05T15:53:37.935342+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T15:53:38.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:37 smithi016 bash[25024]: audit 2023-12-05T15:53:37.937101+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:38.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:37 smithi016 bash[30458]: audit 2023-12-05T15:53:37.935342+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T15:53:38.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:37 smithi016 bash[30458]: audit 2023-12-05T15:53:37.937101+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:39.315 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:38 smithi038 bash[25002]: cluster 2023-12-05T15:53:37.635511+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 2023-12-05T15:53:39.316 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:38 smithi038 bash[25002]: cephadm 2023-12-05T15:53:37.938545+0000 mgr.y (mgr.14152) 205 : cephadm [INF] Deploying daemon osd.6 on smithi038 2023-12-05T15:53:39.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:38 smithi016 bash[25024]: cluster 2023-12-05T15:53:37.635511+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 2023-12-05T15:53:39.367 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:38 smithi016 bash[25024]: cephadm 2023-12-05T15:53:37.938545+0000 mgr.y (mgr.14152) 205 : cephadm [INF] Deploying daemon osd.6 on smithi038 2023-12-05T15:53:39.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:38 smithi016 bash[30458]: cluster 2023-12-05T15:53:37.635511+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 2023-12-05T15:53:39.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:38 smithi016 bash[30458]: cephadm 2023-12-05T15:53:37.938545+0000 mgr.y (mgr.14152) 205 : cephadm [INF] Deploying daemon osd.6 on smithi038 2023-12-05T15:53:41.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:40 smithi038 bash[25002]: cluster 2023-12-05T15:53:39.636071+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:41.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:40 smithi016 bash[25024]: cluster 2023-12-05T15:53:39.636071+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:41.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:40 smithi016 bash[30458]: cluster 2023-12-05T15:53:39.636071+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:43.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:42 smithi038 bash[25002]: cluster 2023-12-05T15:53:41.636671+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:43.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:42 smithi038 bash[25002]: audit 2023-12-05T15:53:41.777181+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:43.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:42 smithi038 bash[25002]: audit 2023-12-05T15:53:41.787244+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:53:43.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:42 smithi038 bash[25002]: audit 2023-12-05T15:53:41.789796+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:43.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:42 smithi038 bash[25002]: audit 2023-12-05T15:53:41.791398+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:53:43.117 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:42 smithi016 bash[30458]: cluster 2023-12-05T15:53:41.636671+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:43.117 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:42 smithi016 bash[30458]: audit 2023-12-05T15:53:41.777181+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:43.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:42 smithi016 bash[30458]: audit 2023-12-05T15:53:41.787244+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:53:43.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:42 smithi016 bash[30458]: audit 2023-12-05T15:53:41.789796+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:43.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:42 smithi016 bash[30458]: audit 2023-12-05T15:53:41.791398+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:53:43.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:42 smithi016 bash[25024]: cluster 2023-12-05T15:53:41.636671+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:43.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:42 smithi016 bash[25024]: audit 2023-12-05T15:53:41.777181+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:43.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:42 smithi016 bash[25024]: audit 2023-12-05T15:53:41.787244+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:53:43.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:42 smithi016 bash[25024]: audit 2023-12-05T15:53:41.789796+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:43.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:42 smithi016 bash[25024]: audit 2023-12-05T15:53:41.791398+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:53:44.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:44 smithi038 bash[25002]: cluster 2023-12-05T15:53:43.637321+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:45.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:44 smithi016 bash[25024]: cluster 2023-12-05T15:53:43.637321+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:45.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:44 smithi016 bash[30458]: cluster 2023-12-05T15:53:43.637321+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:46.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:46 smithi038 bash[25002]: audit 2023-12-05T15:53:45.248159+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:46.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:46 smithi038 bash[25002]: audit 2023-12-05T15:53:45.544110+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:46.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:46 smithi016 bash[25024]: audit 2023-12-05T15:53:45.248159+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:46.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:46 smithi016 bash[25024]: audit 2023-12-05T15:53:45.544110+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:46.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:46 smithi016 bash[30458]: audit 2023-12-05T15:53:45.248159+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:46.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:46 smithi016 bash[30458]: audit 2023-12-05T15:53:45.544110+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:47.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:47 smithi038 bash[25002]: cluster 2023-12-05T15:53:45.637878+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:47.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:47 smithi016 bash[25024]: cluster 2023-12-05T15:53:45.637878+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:47.617 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:47 smithi016 bash[30458]: cluster 2023-12-05T15:53:45.637878+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:48.079 INFO:teuthology.orchestra.run.smithi038.stdout:Created osd(s) 6 on host 'smithi038' 2023-12-05T15:53:48.322 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:48 smithi038 bash[25002]: audit 2023-12-05T15:53:48.070649+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:53:48.322 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:48 smithi038 bash[25002]: audit 2023-12-05T15:53:48.075850+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:48.322 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:48 smithi038 bash[25002]: audit 2023-12-05T15:53:48.076353+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:48.322 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:48 smithi038 bash[25002]: audit 2023-12-05T15:53:48.080471+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:53:48.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:48 smithi016 bash[25024]: audit 2023-12-05T15:53:48.070649+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:53:48.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:48 smithi016 bash[25024]: audit 2023-12-05T15:53:48.075850+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:48.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:48 smithi016 bash[25024]: audit 2023-12-05T15:53:48.076353+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:48.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:48 smithi016 bash[25024]: audit 2023-12-05T15:53:48.080471+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:53:48.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:48 smithi016 bash[30458]: audit 2023-12-05T15:53:48.070649+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:53:48.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:48 smithi016 bash[30458]: audit 2023-12-05T15:53:48.075850+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:48.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:48 smithi016 bash[30458]: audit 2023-12-05T15:53:48.076353+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:48.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:48 smithi016 bash[30458]: audit 2023-12-05T15:53:48.080471+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:53:48.697 DEBUG:teuthology.orchestra.run.smithi038:osd.6> sudo journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.6.service 2023-12-05T15:53:48.699 INFO:tasks.cephadm:Deploying osd.7 on smithi038 with /dev/vg_nvme/lv_1... 2023-12-05T15:53:48.700 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 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-05T15:53:49.391 INFO:journalctl@ceph.osd.6.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T15:53:49.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:49 smithi038 bash[25002]: cluster 2023-12-05T15:53:47.638486+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:49.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:49 smithi038 bash[25002]: audit 2023-12-05T15:53:48.387500+0000 mon.a (mon.0) 517 : audit [INF] from='osd.6 [v2:172.21.15.38:6816/591408570,v1:172.21.15.38:6817/591408570]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T15:53:49.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:49 smithi016 bash[25024]: cluster 2023-12-05T15:53:47.638486+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:49.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:49 smithi016 bash[25024]: audit 2023-12-05T15:53:48.387500+0000 mon.a (mon.0) 517 : audit [INF] from='osd.6 [v2:172.21.15.38:6816/591408570,v1:172.21.15.38:6817/591408570]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T15:53:49.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:49 smithi016 bash[30458]: cluster 2023-12-05T15:53:47.638486+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:49.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:49 smithi016 bash[30458]: audit 2023-12-05T15:53:48.387500+0000 mon.a (mon.0) 517 : audit [INF] from='osd.6 [v2:172.21.15.38:6816/591408570,v1:172.21.15.38:6817/591408570]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T15:53:50.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:50 smithi038 bash[25002]: audit 2023-12-05T15:53:49.265321+0000 mon.a (mon.0) 518 : audit [INF] from='osd.6 [v2:172.21.15.38:6816/591408570,v1:172.21.15.38:6817/591408570]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-05T15:53:50.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:50 smithi038 bash[25002]: cluster 2023-12-05T15:53:49.265458+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-05T15:53:50.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:50 smithi038 bash[25002]: audit 2023-12-05T15:53:49.266117+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T15:53:50.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:50 smithi038 bash[25002]: audit 2023-12-05T15:53:49.267066+0000 mon.a (mon.0) 521 : audit [INF] from='osd.6 [v2:172.21.15.38:6816/591408570,v1:172.21.15.38:6817/591408570]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:53:50.588 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 15:53:50 smithi038 bash[34340]: debug 2023-12-05T15:53:50.276+0000 7f5570be9700 -1 osd.6 0 waiting for initial osdmap 2023-12-05T15:53:50.588 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 15:53:50 smithi038 bash[34340]: debug 2023-12-05T15:53:50.288+0000 7f556bd81700 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T15:53:50.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:50 smithi016 bash[25024]: audit 2023-12-05T15:53:49.265321+0000 mon.a (mon.0) 518 : audit [INF] from='osd.6 [v2:172.21.15.38:6816/591408570,v1:172.21.15.38:6817/591408570]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-05T15:53:50.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:50 smithi016 bash[25024]: cluster 2023-12-05T15:53:49.265458+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-05T15:53:50.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:50 smithi016 bash[25024]: audit 2023-12-05T15:53:49.266117+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T15:53:50.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:50 smithi016 bash[25024]: audit 2023-12-05T15:53:49.267066+0000 mon.a (mon.0) 521 : audit [INF] from='osd.6 [v2:172.21.15.38:6816/591408570,v1:172.21.15.38:6817/591408570]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:53:50.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:50 smithi016 bash[30458]: audit 2023-12-05T15:53:49.265321+0000 mon.a (mon.0) 518 : audit [INF] from='osd.6 [v2:172.21.15.38:6816/591408570,v1:172.21.15.38:6817/591408570]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-05T15:53:50.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:50 smithi016 bash[30458]: cluster 2023-12-05T15:53:49.265458+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-05T15:53:50.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:50 smithi016 bash[30458]: audit 2023-12-05T15:53:49.266117+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T15:53:50.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:50 smithi016 bash[30458]: audit 2023-12-05T15:53:49.267066+0000 mon.a (mon.0) 521 : audit [INF] from='osd.6 [v2:172.21.15.38:6816/591408570,v1:172.21.15.38:6817/591408570]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:53:51.545 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:51 smithi038 bash[25002]: cluster 2023-12-05T15:53:49.639082+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:51.545 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:51 smithi038 bash[25002]: audit 2023-12-05T15:53:50.268659+0000 mon.a (mon.0) 522 : audit [INF] from='osd.6 [v2:172.21.15.38:6816/591408570,v1:172.21.15.38:6817/591408570]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-05T15:53:51.545 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:51 smithi038 bash[25002]: cluster 2023-12-05T15:53:50.268861+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-05T15:53:51.545 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:51 smithi038 bash[25002]: audit 2023-12-05T15:53:50.269276+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T15:53:51.545 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:51 smithi038 bash[25002]: audit 2023-12-05T15:53:50.278597+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T15:53:51.545 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:51 smithi038 bash[25002]: cluster 2023-12-05T15:53:51.270644+0000 mon.a (mon.0) 526 : cluster [INF] osd.6 [v2:172.21.15.38:6816/591408570,v1:172.21.15.38:6817/591408570] boot 2023-12-05T15:53:51.545 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:51 smithi038 bash[25002]: cluster 2023-12-05T15:53:51.270794+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2023-12-05T15:53:51.546 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:51 smithi038 bash[25002]: audit 2023-12-05T15:53:51.271211+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T15:53:51.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:51 smithi016 bash[30458]: cluster 2023-12-05T15:53:49.639082+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:51.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:51 smithi016 bash[30458]: audit 2023-12-05T15:53:50.268659+0000 mon.a (mon.0) 522 : audit [INF] from='osd.6 [v2:172.21.15.38:6816/591408570,v1:172.21.15.38:6817/591408570]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-05T15:53:51.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:51 smithi016 bash[30458]: cluster 2023-12-05T15:53:50.268861+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-05T15:53:51.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:51 smithi016 bash[30458]: audit 2023-12-05T15:53:50.269276+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T15:53:51.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:51 smithi016 bash[30458]: audit 2023-12-05T15:53:50.278597+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T15:53:51.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:51 smithi016 bash[30458]: cluster 2023-12-05T15:53:51.270644+0000 mon.a (mon.0) 526 : cluster [INF] osd.6 [v2:172.21.15.38:6816/591408570,v1:172.21.15.38:6817/591408570] boot 2023-12-05T15:53:51.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:51 smithi016 bash[30458]: cluster 2023-12-05T15:53:51.270794+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2023-12-05T15:53:51.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:51 smithi016 bash[30458]: audit 2023-12-05T15:53:51.271211+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T15:53:51.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:51 smithi016 bash[25024]: cluster 2023-12-05T15:53:49.639082+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T15:53:51.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:51 smithi016 bash[25024]: audit 2023-12-05T15:53:50.268659+0000 mon.a (mon.0) 522 : audit [INF] from='osd.6 [v2:172.21.15.38:6816/591408570,v1:172.21.15.38:6817/591408570]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-05T15:53:51.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:51 smithi016 bash[25024]: cluster 2023-12-05T15:53:50.268861+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-05T15:53:51.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:51 smithi016 bash[25024]: audit 2023-12-05T15:53:50.269276+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T15:53:51.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:51 smithi016 bash[25024]: audit 2023-12-05T15:53:50.278597+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T15:53:51.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:51 smithi016 bash[25024]: cluster 2023-12-05T15:53:51.270644+0000 mon.a (mon.0) 526 : cluster [INF] osd.6 [v2:172.21.15.38:6816/591408570,v1:172.21.15.38:6817/591408570] boot 2023-12-05T15:53:51.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:51 smithi016 bash[25024]: cluster 2023-12-05T15:53:51.270794+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2023-12-05T15:53:51.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:51 smithi016 bash[25024]: audit 2023-12-05T15:53:51.271211+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T15:53:52.200 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-05T15:53:52.201 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 2023-12-05T15:53:52.201 INFO:teuthology.orchestra.run.smithi038.stderr: stderr: 10+0 records in 2023-12-05T15:53:52.201 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records out 2023-12-05T15:53:52.201 INFO:teuthology.orchestra.run.smithi038.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.022466 s, 467 MB/s 2023-12-05T15:53:52.201 INFO:teuthology.orchestra.run.smithi038.stderr:--> Zapping successful for: 2023-12-05T15:53:52.612 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:52 smithi038 bash[25002]: cluster 2023-12-05T15:53:49.359760+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:53:52.612 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:52 smithi038 bash[25002]: cluster 2023-12-05T15:53:49.359964+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:53:52.612 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:52 smithi038 bash[25002]: cluster 2023-12-05T15:53:52.273118+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-05T15:53:52.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:52 smithi016 bash[25024]: cluster 2023-12-05T15:53:49.359760+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:53:52.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:52 smithi016 bash[25024]: cluster 2023-12-05T15:53:49.359964+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:53:52.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:52 smithi016 bash[25024]: cluster 2023-12-05T15:53:52.273118+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-05T15:53:52.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:52 smithi016 bash[30458]: cluster 2023-12-05T15:53:49.359760+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:53:52.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:52 smithi016 bash[30458]: cluster 2023-12-05T15:53:49.359964+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:53:52.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:52 smithi016 bash[30458]: cluster 2023-12-05T15:53:52.273118+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-05T15:53:53.189 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 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi038:vg_nvme/lv_1 2023-12-05T15:53:53.516 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:53 smithi038 bash[25002]: cluster 2023-12-05T15:53:51.639697+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v196: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:53:53.516 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:53 smithi038 bash[25002]: cluster 2023-12-05T15:53:53.275695+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-05T15:53:53.617 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:53 smithi016 bash[30458]: cluster 2023-12-05T15:53:51.639697+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v196: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:53:53.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:53 smithi016 bash[30458]: cluster 2023-12-05T15:53:53.275695+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-05T15:53:53.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:53 smithi016 bash[25024]: cluster 2023-12-05T15:53:51.639697+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v196: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:53:53.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:53 smithi016 bash[25024]: cluster 2023-12-05T15:53:53.275695+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-05T15:53:55.587 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:55 smithi038 bash[25002]: cluster 2023-12-05T15:53:53.640346+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v199: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:53:55.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:55 smithi038 bash[25002]: cluster 2023-12-05T15:53:54.302403+0000 mon.a (mon.0) 531 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-05T15:53:55.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:55 smithi016 bash[30458]: cluster 2023-12-05T15:53:53.640346+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v199: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:53:55.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:55 smithi016 bash[30458]: cluster 2023-12-05T15:53:54.302403+0000 mon.a (mon.0) 531 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-05T15:53:55.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:55 smithi016 bash[25024]: cluster 2023-12-05T15:53:53.640346+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v199: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:53:55.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:55 smithi016 bash[25024]: cluster 2023-12-05T15:53:54.302403+0000 mon.a (mon.0) 531 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-05T15:53:56.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:56 smithi038 bash[25002]: cluster 2023-12-05T15:53:55.305049+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-05T15:53:56.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:56 smithi038 bash[25002]: audit 2023-12-05T15:53:56.195608+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:56.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:56 smithi038 bash[25002]: audit 2023-12-05T15:53:56.197354+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:53:56.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:56 smithi038 bash[25002]: audit 2023-12-05T15:53:56.198639+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:53:56.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:56 smithi038 bash[25002]: audit 2023-12-05T15:53:56.199956+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:53:56.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:56 smithi038 bash[25002]: audit 2023-12-05T15:53:56.209570+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:56.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:56 smithi038 bash[25002]: audit 2023-12-05T15:53:56.216816+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:56.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:56 smithi016 bash[25024]: cluster 2023-12-05T15:53:55.305049+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-05T15:53:56.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:56 smithi016 bash[25024]: audit 2023-12-05T15:53:56.195608+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:56.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:56 smithi016 bash[25024]: audit 2023-12-05T15:53:56.197354+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:53:56.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:56 smithi016 bash[25024]: audit 2023-12-05T15:53:56.198639+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:53:56.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:56 smithi016 bash[25024]: audit 2023-12-05T15:53:56.199956+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:53:56.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:56 smithi016 bash[25024]: audit 2023-12-05T15:53:56.209570+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:56.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:56 smithi016 bash[25024]: audit 2023-12-05T15:53:56.216816+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:56.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:56 smithi016 bash[30458]: cluster 2023-12-05T15:53:55.305049+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-05T15:53:56.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:56 smithi016 bash[30458]: audit 2023-12-05T15:53:56.195608+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:56.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:56 smithi016 bash[30458]: audit 2023-12-05T15:53:56.197354+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:53:56.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:56 smithi016 bash[30458]: audit 2023-12-05T15:53:56.198639+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:53:56.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:56 smithi016 bash[30458]: audit 2023-12-05T15:53:56.199956+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:53:56.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:56 smithi016 bash[30458]: audit 2023-12-05T15:53:56.209570+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:56.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:56 smithi016 bash[30458]: audit 2023-12-05T15:53:56.216816+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:53:57.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:57 smithi038 bash[25002]: cluster 2023-12-05T15:53:55.640945+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v202: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:53:57.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:57 smithi038 bash[25002]: cephadm 2023-12-05T15:53:56.184838+0000 mgr.y (mgr.14152) 215 : cephadm [INF] Detected new or changed devices on smithi038 2023-12-05T15:53:57.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:57 smithi038 bash[25002]: cephadm 2023-12-05T15:53:56.201017+0000 mgr.y (mgr.14152) 216 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 5758M 2023-12-05T15:53:57.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:57 smithi038 bash[25002]: audit 2023-12-05T15:53:56.632490+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:53:57.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:57 smithi038 bash[25002]: audit 2023-12-05T15:53:56.639311+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:53:57.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:57 smithi038 bash[25002]: audit 2023-12-05T15:53:56.641243+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:57.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:57 smithi016 bash[25024]: cluster 2023-12-05T15:53:55.640945+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v202: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:53:57.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:57 smithi016 bash[25024]: cephadm 2023-12-05T15:53:56.184838+0000 mgr.y (mgr.14152) 215 : cephadm [INF] Detected new or changed devices on smithi038 2023-12-05T15:53:57.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:57 smithi016 bash[25024]: cephadm 2023-12-05T15:53:56.201017+0000 mgr.y (mgr.14152) 216 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 5758M 2023-12-05T15:53:57.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:57 smithi016 bash[25024]: audit 2023-12-05T15:53:56.632490+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:53:57.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:57 smithi016 bash[25024]: audit 2023-12-05T15:53:56.639311+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:53:57.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:57 smithi016 bash[25024]: audit 2023-12-05T15:53:56.641243+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:57.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:57 smithi016 bash[30458]: cluster 2023-12-05T15:53:55.640945+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v202: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:53:57.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:57 smithi016 bash[30458]: cephadm 2023-12-05T15:53:56.184838+0000 mgr.y (mgr.14152) 215 : cephadm [INF] Detected new or changed devices on smithi038 2023-12-05T15:53:57.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:57 smithi016 bash[30458]: cephadm 2023-12-05T15:53:56.201017+0000 mgr.y (mgr.14152) 216 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 5758M 2023-12-05T15:53:57.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:57 smithi016 bash[30458]: audit 2023-12-05T15:53:56.632490+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T15:53:57.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:57 smithi016 bash[30458]: audit 2023-12-05T15:53:56.639311+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T15:53:57.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:57 smithi016 bash[30458]: audit 2023-12-05T15:53:56.641243+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:53:58.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:58 smithi038 bash[25002]: audit 2023-12-05T15:53:56.625600+0000 mgr.y (mgr.14152) 217 : audit [DBG] from='client.24316 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:53:58.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:58 smithi016 bash[25024]: audit 2023-12-05T15:53:56.625600+0000 mgr.y (mgr.14152) 217 : audit [DBG] from='client.24316 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:53:58.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:58 smithi016 bash[30458]: audit 2023-12-05T15:53:56.625600+0000 mgr.y (mgr.14152) 217 : audit [DBG] from='client.24316 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi038:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:53:59.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:53:59 smithi038 bash[25002]: cluster 2023-12-05T15:53:57.641600+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-12-05T15:53:59.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:53:59 smithi016 bash[25024]: cluster 2023-12-05T15:53:57.641600+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-12-05T15:53:59.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:53:59 smithi016 bash[30458]: cluster 2023-12-05T15:53:57.641600+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-12-05T15:54:01.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:00 smithi016 bash[25024]: cluster 2023-12-05T15:53:59.642331+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-05T15:54:01.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:00 smithi016 bash[30458]: cluster 2023-12-05T15:53:59.642331+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-05T15:54:01.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:00 smithi038 bash[25002]: cluster 2023-12-05T15:53:59.642331+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-05T15:54:03.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:02 smithi038 bash[25002]: cluster 2023-12-05T15:54:01.643123+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-05T15:54:03.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:02 smithi038 bash[25002]: audit 2023-12-05T15:54:02.508130+0000 mon.b (mon.2) 19 : audit [INF] from='client.? 172.21.15.38:0/4040387330' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d3b61f9-906a-4324-8ff9-df52cdf21e26"}]: dispatch 2023-12-05T15:54:03.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:02 smithi038 bash[25002]: audit 2023-12-05T15:54:02.509437+0000 mon.a (mon.0) 542 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d3b61f9-906a-4324-8ff9-df52cdf21e26"}]: dispatch 2023-12-05T15:54:03.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:02 smithi038 bash[25002]: audit 2023-12-05T15:54:02.517934+0000 mon.a (mon.0) 543 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d3b61f9-906a-4324-8ff9-df52cdf21e26"}]': finished 2023-12-05T15:54:03.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:02 smithi038 bash[25002]: cluster 2023-12-05T15:54:02.518045+0000 mon.a (mon.0) 544 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2023-12-05T15:54:03.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:02 smithi038 bash[25002]: audit 2023-12-05T15:54:02.518244+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:03.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:02 smithi016 bash[30458]: cluster 2023-12-05T15:54:01.643123+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-05T15:54:03.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:02 smithi016 bash[30458]: audit 2023-12-05T15:54:02.508130+0000 mon.b (mon.2) 19 : audit [INF] from='client.? 172.21.15.38:0/4040387330' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d3b61f9-906a-4324-8ff9-df52cdf21e26"}]: dispatch 2023-12-05T15:54:03.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:02 smithi016 bash[30458]: audit 2023-12-05T15:54:02.509437+0000 mon.a (mon.0) 542 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d3b61f9-906a-4324-8ff9-df52cdf21e26"}]: dispatch 2023-12-05T15:54:03.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:02 smithi016 bash[30458]: audit 2023-12-05T15:54:02.517934+0000 mon.a (mon.0) 543 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d3b61f9-906a-4324-8ff9-df52cdf21e26"}]': finished 2023-12-05T15:54:03.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:02 smithi016 bash[30458]: cluster 2023-12-05T15:54:02.518045+0000 mon.a (mon.0) 544 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2023-12-05T15:54:03.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:02 smithi016 bash[30458]: audit 2023-12-05T15:54:02.518244+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:03.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:02 smithi016 bash[25024]: cluster 2023-12-05T15:54:01.643123+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-05T15:54:03.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:02 smithi016 bash[25024]: audit 2023-12-05T15:54:02.508130+0000 mon.b (mon.2) 19 : audit [INF] from='client.? 172.21.15.38:0/4040387330' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d3b61f9-906a-4324-8ff9-df52cdf21e26"}]: dispatch 2023-12-05T15:54:03.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:02 smithi016 bash[25024]: audit 2023-12-05T15:54:02.509437+0000 mon.a (mon.0) 542 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d3b61f9-906a-4324-8ff9-df52cdf21e26"}]: dispatch 2023-12-05T15:54:03.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:02 smithi016 bash[25024]: audit 2023-12-05T15:54:02.517934+0000 mon.a (mon.0) 543 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d3b61f9-906a-4324-8ff9-df52cdf21e26"}]': finished 2023-12-05T15:54:03.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:02 smithi016 bash[25024]: cluster 2023-12-05T15:54:02.518045+0000 mon.a (mon.0) 544 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2023-12-05T15:54:03.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:02 smithi016 bash[25024]: audit 2023-12-05T15:54:02.518244+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:04.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:03 smithi038 bash[25002]: audit 2023-12-05T15:54:03.223941+0000 mon.b (mon.2) 20 : audit [DBG] from='client.? 172.21.15.38:0/1422896976' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:54:04.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:03 smithi016 bash[25024]: audit 2023-12-05T15:54:03.223941+0000 mon.b (mon.2) 20 : audit [DBG] from='client.? 172.21.15.38:0/1422896976' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:54:04.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:03 smithi016 bash[30458]: audit 2023-12-05T15:54:03.223941+0000 mon.b (mon.2) 20 : audit [DBG] from='client.? 172.21.15.38:0/1422896976' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T15:54:05.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:04 smithi038 bash[25002]: cluster 2023-12-05T15:54:03.643861+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-12-05T15:54:05.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:04 smithi016 bash[25024]: cluster 2023-12-05T15:54:03.643861+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-12-05T15:54:05.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:04 smithi016 bash[30458]: cluster 2023-12-05T15:54:03.643861+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-12-05T15:54:07.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:06 smithi038 bash[25002]: cluster 2023-12-05T15:54:05.644531+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-05T15:54:07.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:06 smithi016 bash[25024]: cluster 2023-12-05T15:54:05.644531+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-05T15:54:07.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:06 smithi016 bash[30458]: cluster 2023-12-05T15:54:05.644531+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-05T15:54:09.285 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:08 smithi038 bash[25002]: cluster 2023-12-05T15:54:07.645125+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:09.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:08 smithi016 bash[25024]: cluster 2023-12-05T15:54:07.645125+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:09.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:08 smithi016 bash[30458]: cluster 2023-12-05T15:54:07.645125+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:11.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:10 smithi038 bash[25002]: cluster 2023-12-05T15:54:09.645721+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:11.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:10 smithi016 bash[25024]: cluster 2023-12-05T15:54:09.645721+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:11.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:10 smithi016 bash[30458]: cluster 2023-12-05T15:54:09.645721+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:13.058 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:12 smithi038 bash[25002]: cluster 2023-12-05T15:54:11.646320+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:13.058 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:12 smithi038 bash[25002]: audit 2023-12-05T15:54:12.769588+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T15:54:13.058 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:12 smithi038 bash[25002]: audit 2023-12-05T15:54:12.771489+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:54:13.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:12 smithi016 bash[25024]: cluster 2023-12-05T15:54:11.646320+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:13.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:12 smithi016 bash[25024]: audit 2023-12-05T15:54:12.769588+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T15:54:13.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:12 smithi016 bash[25024]: audit 2023-12-05T15:54:12.771489+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:54:13.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:12 smithi016 bash[30458]: cluster 2023-12-05T15:54:11.646320+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:13.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:12 smithi016 bash[30458]: audit 2023-12-05T15:54:12.769588+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T15:54:13.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:12 smithi016 bash[30458]: audit 2023-12-05T15:54:12.771489+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:54:14.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:13 smithi038 bash[25002]: cephadm 2023-12-05T15:54:12.773048+0000 mgr.y (mgr.14152) 226 : cephadm [INF] Deploying daemon osd.7 on smithi038 2023-12-05T15:54:14.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:13 smithi016 bash[25024]: cephadm 2023-12-05T15:54:12.773048+0000 mgr.y (mgr.14152) 226 : cephadm [INF] Deploying daemon osd.7 on smithi038 2023-12-05T15:54:14.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:13 smithi016 bash[30458]: cephadm 2023-12-05T15:54:12.773048+0000 mgr.y (mgr.14152) 226 : cephadm [INF] Deploying daemon osd.7 on smithi038 2023-12-05T15:54:15.174 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:14 smithi038 bash[25002]: cluster 2023-12-05T15:54:13.646927+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:15.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:14 smithi016 bash[25024]: cluster 2023-12-05T15:54:13.646927+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:15.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:14 smithi016 bash[30458]: cluster 2023-12-05T15:54:13.646927+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:16.954 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:16 smithi016 bash[25024]: cluster 2023-12-05T15:54:15.647527+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:16.954 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:16 smithi016 bash[25024]: audit 2023-12-05T15:54:16.617108+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:16.954 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:16 smithi016 bash[25024]: audit 2023-12-05T15:54:16.646463+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:54:16.954 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:16 smithi016 bash[25024]: audit 2023-12-05T15:54:16.648710+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:54:16.954 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:16 smithi016 bash[25024]: audit 2023-12-05T15:54:16.650230+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:54:16.955 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:16 smithi016 bash[30458]: cluster 2023-12-05T15:54:15.647527+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:16.955 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:16 smithi016 bash[30458]: audit 2023-12-05T15:54:16.617108+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:16.955 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:16 smithi016 bash[30458]: audit 2023-12-05T15:54:16.646463+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:54:16.955 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:16 smithi016 bash[30458]: audit 2023-12-05T15:54:16.648710+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:54:16.955 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:16 smithi016 bash[30458]: audit 2023-12-05T15:54:16.650230+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:54:17.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:16 smithi038 bash[25002]: cluster 2023-12-05T15:54:15.647527+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:17.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:16 smithi038 bash[25002]: audit 2023-12-05T15:54:16.617108+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:17.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:16 smithi038 bash[25002]: audit 2023-12-05T15:54:16.646463+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:54:17.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:16 smithi038 bash[25002]: audit 2023-12-05T15:54:16.648710+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:54:17.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:16 smithi038 bash[25002]: audit 2023-12-05T15:54:16.650230+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:54:19.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:18 smithi038 bash[25002]: cluster 2023-12-05T15:54:17.648185+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:19.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:18 smithi016 bash[25024]: cluster 2023-12-05T15:54:17.648185+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:19.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:18 smithi016 bash[30458]: cluster 2023-12-05T15:54:17.648185+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:21.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:20 smithi038 bash[25002]: cluster 2023-12-05T15:54:19.648768+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:21.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:20 smithi038 bash[25002]: audit 2023-12-05T15:54:19.968895+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:21.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:20 smithi038 bash[25002]: audit 2023-12-05T15:54:19.975964+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:21.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:20 smithi016 bash[25024]: cluster 2023-12-05T15:54:19.648768+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:21.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:20 smithi016 bash[25024]: audit 2023-12-05T15:54:19.968895+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:21.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:20 smithi016 bash[25024]: audit 2023-12-05T15:54:19.975964+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:21.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:20 smithi016 bash[30458]: cluster 2023-12-05T15:54:19.648768+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:21.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:20 smithi016 bash[30458]: audit 2023-12-05T15:54:19.968895+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:21.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:20 smithi016 bash[30458]: audit 2023-12-05T15:54:19.975964+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:22.912 INFO:teuthology.orchestra.run.smithi038.stdout:Created osd(s) 7 on host 'smithi038' 2023-12-05T15:54:23.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:22 smithi038 bash[25002]: cluster 2023-12-05T15:54:21.649377+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:23.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:22 smithi038 bash[25002]: audit 2023-12-05T15:54:22.901820+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:54:23.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:22 smithi038 bash[25002]: audit 2023-12-05T15:54:22.907794+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:23.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:22 smithi038 bash[25002]: audit 2023-12-05T15:54:22.909786+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:54:23.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:22 smithi038 bash[25002]: audit 2023-12-05T15:54:22.912228+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:54:23.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:22 smithi016 bash[30458]: cluster 2023-12-05T15:54:21.649377+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:23.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:22 smithi016 bash[30458]: audit 2023-12-05T15:54:22.901820+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:54:23.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:22 smithi016 bash[30458]: audit 2023-12-05T15:54:22.907794+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:23.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:22 smithi016 bash[30458]: audit 2023-12-05T15:54:22.909786+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:54:23.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:22 smithi016 bash[30458]: audit 2023-12-05T15:54:22.912228+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:54:23.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:22 smithi016 bash[25024]: cluster 2023-12-05T15:54:21.649377+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:23.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:22 smithi016 bash[25024]: audit 2023-12-05T15:54:22.901820+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:54:23.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:22 smithi016 bash[25024]: audit 2023-12-05T15:54:22.907794+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:23.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:22 smithi016 bash[25024]: audit 2023-12-05T15:54:22.909786+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:54:23.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:22 smithi016 bash[25024]: audit 2023-12-05T15:54:22.912228+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:54:23.514 DEBUG:teuthology.orchestra.run.smithi038:osd.7> sudo journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.7.service 2023-12-05T15:54:23.517 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-05T15:54:23.517 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-05T15:54:23.653 INFO:journalctl@ceph.osd.7.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T15:54:24.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:23 smithi038 bash[25002]: audit 2023-12-05T15:54:23.369925+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.38:6824/1565058107,v1:172.21.15.38:6825/1565058107]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T15:54:24.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:23 smithi038 bash[25002]: audit 2023-12-05T15:54:23.371118+0000 mon.a (mon.0) 558 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T15:54:24.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:23 smithi016 bash[25024]: audit 2023-12-05T15:54:23.369925+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.38:6824/1565058107,v1:172.21.15.38:6825/1565058107]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T15:54:24.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:23 smithi016 bash[25024]: audit 2023-12-05T15:54:23.371118+0000 mon.a (mon.0) 558 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T15:54:24.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:23 smithi016 bash[30458]: audit 2023-12-05T15:54:23.369925+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.38:6824/1565058107,v1:172.21.15.38:6825/1565058107]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T15:54:24.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:23 smithi016 bash[30458]: audit 2023-12-05T15:54:23.371118+0000 mon.a (mon.0) 558 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T15:54:25.338 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 15:54:25 smithi038 bash[37481]: debug 2023-12-05T15:54:24.999+0000 7f92042ae700 -1 osd.7 0 waiting for initial osdmap 2023-12-05T15:54:25.338 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 15:54:25 smithi038 bash[37481]: debug 2023-12-05T15:54:25.015+0000 7f91fec45700 -1 osd.7 53 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T15:54:25.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:24 smithi038 bash[25002]: cluster 2023-12-05T15:54:23.649982+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:25.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:24 smithi038 bash[25002]: audit 2023-12-05T15:54:23.987898+0000 mon.a (mon.0) 559 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-05T15:54:25.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:24 smithi038 bash[25002]: cluster 2023-12-05T15:54:23.988064+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-05T15:54:25.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:24 smithi038 bash[25002]: audit 2023-12-05T15:54:23.988279+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:25.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:24 smithi038 bash[25002]: audit 2023-12-05T15:54:23.991019+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.38:6824/1565058107,v1:172.21.15.38:6825/1565058107]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:54:25.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:24 smithi038 bash[25002]: audit 2023-12-05T15:54:23.992052+0000 mon.a (mon.0) 562 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:54:25.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:24 smithi016 bash[25024]: cluster 2023-12-05T15:54:23.649982+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:25.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:24 smithi016 bash[25024]: audit 2023-12-05T15:54:23.987898+0000 mon.a (mon.0) 559 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-05T15:54:25.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:24 smithi016 bash[25024]: cluster 2023-12-05T15:54:23.988064+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-05T15:54:25.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:24 smithi016 bash[25024]: audit 2023-12-05T15:54:23.988279+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:25.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:24 smithi016 bash[25024]: audit 2023-12-05T15:54:23.991019+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.38:6824/1565058107,v1:172.21.15.38:6825/1565058107]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:54:25.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:24 smithi016 bash[25024]: audit 2023-12-05T15:54:23.992052+0000 mon.a (mon.0) 562 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:54:25.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:24 smithi016 bash[30458]: cluster 2023-12-05T15:54:23.649982+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:25.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:24 smithi016 bash[30458]: audit 2023-12-05T15:54:23.987898+0000 mon.a (mon.0) 559 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-05T15:54:25.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:24 smithi016 bash[30458]: cluster 2023-12-05T15:54:23.988064+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-05T15:54:25.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:24 smithi016 bash[30458]: audit 2023-12-05T15:54:23.988279+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:25.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:24 smithi016 bash[30458]: audit 2023-12-05T15:54:23.991019+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.38:6824/1565058107,v1:172.21.15.38:6825/1565058107]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:54:25.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:24 smithi016 bash[30458]: audit 2023-12-05T15:54:23.992052+0000 mon.a (mon.0) 562 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T15:54:26.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:25 smithi016 bash[25024]: audit 2023-12-05T15:54:24.990268+0000 mon.a (mon.0) 563 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-05T15:54:26.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:25 smithi016 bash[25024]: cluster 2023-12-05T15:54:24.990522+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-05T15:54:26.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:26 smithi016 bash[25024]: audit 2023-12-05T15:54:24.991573+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:26.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:26 smithi016 bash[25024]: audit 2023-12-05T15:54:25.003767+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:26.285 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:26 smithi016 bash[30458]: audit 2023-12-05T15:54:24.990268+0000 mon.a (mon.0) 563 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-05T15:54:26.285 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:26 smithi016 bash[30458]: cluster 2023-12-05T15:54:24.990522+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-05T15:54:26.285 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:26 smithi016 bash[30458]: audit 2023-12-05T15:54:24.991573+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:26.285 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:26 smithi016 bash[30458]: audit 2023-12-05T15:54:25.003767+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:26.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:25 smithi038 bash[25002]: audit 2023-12-05T15:54:24.990268+0000 mon.a (mon.0) 563 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2023-12-05T15:54:26.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:25 smithi038 bash[25002]: cluster 2023-12-05T15:54:24.990522+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-05T15:54:26.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:25 smithi038 bash[25002]: audit 2023-12-05T15:54:24.991573+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:26.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:25 smithi038 bash[25002]: audit 2023-12-05T15:54:25.003767+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:26.687 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-12-05T15:54:27.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:27 smithi038 bash[25002]: cluster 2023-12-05T15:54:24.352472+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:54:27.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:27 smithi038 bash[25002]: cluster 2023-12-05T15:54:24.352676+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:54:27.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:27 smithi038 bash[25002]: cluster 2023-12-05T15:54:25.650564+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v220: 1 pgs: 1 peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:27.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:27 smithi038 bash[25002]: audit 2023-12-05T15:54:26.006026+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:27.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:27 smithi038 bash[25002]: cluster 2023-12-05T15:54:26.013268+0000 mon.a (mon.0) 568 : cluster [INF] osd.7 [v2:172.21.15.38:6824/1565058107,v1:172.21.15.38:6825/1565058107] boot 2023-12-05T15:54:27.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:27 smithi038 bash[25002]: cluster 2023-12-05T15:54:26.013336+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-05T15:54:27.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:27 smithi038 bash[25002]: audit 2023-12-05T15:54:26.013607+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:27.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:27 smithi038 bash[25002]: audit 2023-12-05T15:54:26.684027+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.16:0/3032431471' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-05T15:54:27.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:27 smithi016 bash[25024]: cluster 2023-12-05T15:54:24.352472+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:54:27.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:27 smithi016 bash[25024]: cluster 2023-12-05T15:54:24.352676+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:54:27.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:27 smithi016 bash[25024]: cluster 2023-12-05T15:54:25.650564+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v220: 1 pgs: 1 peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:27.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:27 smithi016 bash[25024]: audit 2023-12-05T15:54:26.006026+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:27.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:27 smithi016 bash[25024]: cluster 2023-12-05T15:54:26.013268+0000 mon.a (mon.0) 568 : cluster [INF] osd.7 [v2:172.21.15.38:6824/1565058107,v1:172.21.15.38:6825/1565058107] boot 2023-12-05T15:54:27.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:27 smithi016 bash[25024]: cluster 2023-12-05T15:54:26.013336+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-05T15:54:27.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:27 smithi016 bash[25024]: audit 2023-12-05T15:54:26.013607+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:27.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:27 smithi016 bash[25024]: audit 2023-12-05T15:54:26.684027+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.16:0/3032431471' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-05T15:54:27.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:27 smithi016 bash[30458]: cluster 2023-12-05T15:54:24.352472+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-05T15:54:27.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:27 smithi016 bash[30458]: cluster 2023-12-05T15:54:24.352676+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-05T15:54:27.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:27 smithi016 bash[30458]: cluster 2023-12-05T15:54:25.650564+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v220: 1 pgs: 1 peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T15:54:27.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:27 smithi016 bash[30458]: audit 2023-12-05T15:54:26.006026+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:27.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:27 smithi016 bash[30458]: cluster 2023-12-05T15:54:26.013268+0000 mon.a (mon.0) 568 : cluster [INF] osd.7 [v2:172.21.15.38:6824/1565058107,v1:172.21.15.38:6825/1565058107] boot 2023-12-05T15:54:27.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:27 smithi016 bash[30458]: cluster 2023-12-05T15:54:26.013336+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-05T15:54:27.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:27 smithi016 bash[30458]: audit 2023-12-05T15:54:26.013607+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:27.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:27 smithi016 bash[30458]: audit 2023-12-05T15:54:26.684027+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.16:0/3032431471' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-05T15:54:27.411 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":54,"num_osds":8,"num_up_osds":8,"osd_up_since":1701791665,"num_in_osds":8,"osd_in_since":1701791642,"num_remapped_pgs":1} 2023-12-05T15:54:27.411 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-05T15:54:28.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:28 smithi038 bash[25002]: cluster 2023-12-05T15:54:27.014266+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-05T15:54:28.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:28 smithi016 bash[25024]: cluster 2023-12-05T15:54:27.014266+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-05T15:54:28.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:28 smithi016 bash[30458]: cluster 2023-12-05T15:54:27.014266+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-05T15:54:29.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:29 smithi038 bash[25002]: cluster 2023-12-05T15:54:27.651186+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v223: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:29.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:29 smithi038 bash[25002]: cluster 2023-12-05T15:54:28.018666+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-05T15:54:29.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:29 smithi016 bash[25024]: cluster 2023-12-05T15:54:27.651186+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v223: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:29.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:29 smithi016 bash[25024]: cluster 2023-12-05T15:54:28.018666+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-05T15:54:29.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:29 smithi016 bash[30458]: cluster 2023-12-05T15:54:27.651186+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v223: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:29.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:29 smithi016 bash[30458]: cluster 2023-12-05T15:54:28.018666+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-05T15:54:30.142 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:54:30.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:30 smithi038 bash[25002]: cluster 2023-12-05T15:54:29.029397+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-05T15:54:30.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:30 smithi038 bash[25002]: audit 2023-12-05T15:54:29.912473+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:30.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:30 smithi038 bash[25002]: audit 2023-12-05T15:54:29.914716+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:54:30.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:30 smithi038 bash[25002]: audit 2023-12-05T15:54:29.916484+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:54:30.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:30 smithi038 bash[25002]: audit 2023-12-05T15:54:29.918155+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:54:30.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:30 smithi038 bash[25002]: audit 2023-12-05T15:54:29.919859+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:54:30.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:30 smithi038 bash[25002]: audit 2023-12-05T15:54:29.929821+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:30.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:30 smithi038 bash[25002]: audit 2023-12-05T15:54:29.936029+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:30.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:30 smithi016 bash[25024]: cluster 2023-12-05T15:54:29.029397+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-05T15:54:30.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:30 smithi016 bash[25024]: audit 2023-12-05T15:54:29.912473+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:30.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:30 smithi016 bash[25024]: audit 2023-12-05T15:54:29.914716+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:54:30.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:30 smithi016 bash[25024]: audit 2023-12-05T15:54:29.916484+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:54:30.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:30 smithi016 bash[25024]: audit 2023-12-05T15:54:29.918155+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:54:30.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:30 smithi016 bash[25024]: audit 2023-12-05T15:54:29.919859+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:54:30.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:30 smithi016 bash[25024]: audit 2023-12-05T15:54:29.929821+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:30.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:30 smithi016 bash[25024]: audit 2023-12-05T15:54:29.936029+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:30.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:30 smithi016 bash[30458]: cluster 2023-12-05T15:54:29.029397+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-05T15:54:30.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:30 smithi016 bash[30458]: audit 2023-12-05T15:54:29.912473+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:30.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:30 smithi016 bash[30458]: audit 2023-12-05T15:54:29.914716+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:54:30.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:30 smithi016 bash[30458]: audit 2023-12-05T15:54:29.916484+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:54:30.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:30 smithi016 bash[30458]: audit 2023-12-05T15:54:29.918155+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:54:30.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:30 smithi016 bash[30458]: audit 2023-12-05T15:54:29.919859+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T15:54:30.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:30 smithi016 bash[30458]: audit 2023-12-05T15:54:29.929821+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:30.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:30 smithi016 bash[30458]: audit 2023-12-05T15:54:29.936029+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:31.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:31 smithi038 bash[25002]: cluster 2023-12-05T15:54:29.651803+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v226: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:31.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:31 smithi038 bash[25002]: cephadm 2023-12-05T15:54:29.903115+0000 mgr.y (mgr.14152) 236 : cephadm [INF] Detected new or changed devices on smithi038 2023-12-05T15:54:31.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:31 smithi038 bash[25002]: cephadm 2023-12-05T15:54:29.921158+0000 mgr.y (mgr.14152) 237 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 4318M 2023-12-05T15:54:31.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:31 smithi038 bash[25002]: cluster 2023-12-05T15:54:30.046344+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-05T15:54:31.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:31 smithi016 bash[30458]: cluster 2023-12-05T15:54:29.651803+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v226: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:31.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:31 smithi016 bash[30458]: cephadm 2023-12-05T15:54:29.903115+0000 mgr.y (mgr.14152) 236 : cephadm [INF] Detected new or changed devices on smithi038 2023-12-05T15:54:31.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:31 smithi016 bash[30458]: cephadm 2023-12-05T15:54:29.921158+0000 mgr.y (mgr.14152) 237 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 4318M 2023-12-05T15:54:31.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:31 smithi016 bash[30458]: cluster 2023-12-05T15:54:30.046344+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-05T15:54:31.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:31 smithi016 bash[25024]: cluster 2023-12-05T15:54:29.651803+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v226: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:31.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:31 smithi016 bash[25024]: cephadm 2023-12-05T15:54:29.903115+0000 mgr.y (mgr.14152) 236 : cephadm [INF] Detected new or changed devices on smithi038 2023-12-05T15:54:31.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:31 smithi016 bash[25024]: cephadm 2023-12-05T15:54:29.921158+0000 mgr.y (mgr.14152) 237 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 4318M 2023-12-05T15:54:31.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:31 smithi016 bash[25024]: cluster 2023-12-05T15:54:30.046344+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-05T15:54:32.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:32 smithi038 bash[25002]: audit 2023-12-05T15:54:31.648217+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:54:32.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:32 smithi038 bash[25002]: audit 2023-12-05T15:54:31.653954+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:54:32.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:32 smithi016 bash[25024]: audit 2023-12-05T15:54:31.648217+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:54:32.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:32 smithi016 bash[25024]: audit 2023-12-05T15:54:31.653954+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:54:32.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:32 smithi016 bash[30458]: audit 2023-12-05T15:54:31.648217+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:54:32.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:32 smithi016 bash[30458]: audit 2023-12-05T15:54:31.653954+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:54:33.298 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-12-05T15:54:33.299 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":58,"fsid":"787c96ca-9385-11ee-95a2-87774f69a715","created":"2023-12-05T15:47:28.272221+0000","modified":"2023-12-05T15:54:30.032412+0000","last_up_change":"2023-12-05T15:54:25.996904+0000","last_in_change":"2023-12-05T15:54:02.510729+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-05T15:51:32.160541+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"9b63b650-2eeb-4821-8481-d252d52badb4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6802","nonce":1285571619},{"type":"v1","addr":"172.21.15.16:6803","nonce":1285571619}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":1285571619},{"type":"v1","addr":"172.21.15.16:6805","nonce":1285571619}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":1285571619},{"type":"v1","addr":"172.21.15.16:6809","nonce":1285571619}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":1285571619},{"type":"v1","addr":"172.21.15.16:6807","nonce":1285571619}]},"public_addr":"172.21.15.16:6803/1285571619","cluster_addr":"172.21.15.16:6805/1285571619","heartbeat_back_addr":"172.21.15.16:6809/1285571619","heartbeat_front_addr":"172.21.15.16:6807/1285571619","state":["exists","up"]},{"osd":1,"uuid":"296b091e-3188-48ca-b753-372734b63faf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6810","nonce":3367443450},{"type":"v1","addr":"172.21.15.16:6811","nonce":3367443450}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6812","nonce":3367443450},{"type":"v1","addr":"172.21.15.16:6813","nonce":3367443450}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6816","nonce":3367443450},{"type":"v1","addr":"172.21.15.16:6817","nonce":3367443450}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6814","nonce":3367443450},{"type":"v1","addr":"172.21.15.16:6815","nonce":3367443450}]},"public_addr":"172.21.15.16:6811/3367443450","cluster_addr":"172.21.15.16:6813/3367443450","heartbeat_back_addr":"172.21.15.16:6817/3367443450","heartbeat_front_addr":"172.21.15.16:6815/3367443450","state":["exists","up"]},{"osd":2,"uuid":"b48895a7-67b2-4303-b43c-c03844119f62","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.16:6818","nonce":4183530387},{"type":"v1","addr":"172.21.15.16:6819","nonce":4183530387}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6820","nonce":4183530387},{"type":"v1","addr":"172.21.15.16:6821","nonce":4183530387}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6824","nonce":4183530387},{"type":"v1","addr":"172.21.15.16:6825","nonce":4183530387}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6822","nonce":4183530387},{"type":"v1","addr":"172.21.15.16:6823","nonce":4183530387}]},"public_addr":"172.21.15.16:6819/4183530387","cluster_addr":"172.21.15.16:6821/4183530387","heartbeat_back_addr":"172.21.15.16:6825/4183530387","heartbeat_front_addr":"172.21.15.16:6823/4183530387","state":["exists","up"]},{"osd":3,"uuid":"b8df4731-a2fd-46d6-9493-244c6c1fad39","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6826","nonce":1205540871},{"type":"v1","addr":"172.21.15.16:6827","nonce":1205540871}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6828","nonce":1205540871},{"type":"v1","addr":"172.21.15.16:6829","nonce":1205540871}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6832","nonce":1205540871},{"type":"v1","addr":"172.21.15.16:6833","nonce":1205540871}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6830","nonce":1205540871},{"type":"v1","addr":"172.21.15.16:6831","nonce":1205540871}]},"public_addr":"172.21.15.16:6827/1205540871","cluster_addr":"172.21.15.16:6829/1205540871","heartbeat_back_addr":"172.21.15.16:6833/1205540871","heartbeat_front_addr":"172.21.15.16:6831/1205540871","state":["exists","up"]},{"osd":4,"uuid":"110d6089-8079-4370-82b6-c0c29f9994e2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6800","nonce":3862068615},{"type":"v1","addr":"172.21.15.38:6801","nonce":3862068615}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6802","nonce":3862068615},{"type":"v1","addr":"172.21.15.38:6803","nonce":3862068615}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":3862068615},{"type":"v1","addr":"172.21.15.38:6807","nonce":3862068615}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":3862068615},{"type":"v1","addr":"172.21.15.38:6805","nonce":3862068615}]},"public_addr":"172.21.15.38:6801/3862068615","cluster_addr":"172.21.15.38:6803/3862068615","heartbeat_back_addr":"172.21.15.38:6807/3862068615","heartbeat_front_addr":"172.21.15.38:6805/3862068615","state":["exists","up"]},{"osd":5,"uuid":"1892bf24-f60f-44d4-8b07-bf1debfda886","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":1578538188},{"type":"v1","addr":"172.21.15.38:6809","nonce":1578538188}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6810","nonce":1578538188},{"type":"v1","addr":"172.21.15.38:6811","nonce":1578538188}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":1578538188},{"type":"v1","addr":"172.21.15.38:6815","nonce":1578538188}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":1578538188},{"type":"v1","addr":"172.21.15.38:6813","nonce":1578538188}]},"public_addr":"172.21.15.38:6809/1578538188","cluster_addr":"172.21.15.38:6811/1578538188","heartbeat_back_addr":"172.21.15.38:6815/1578538188","heartbeat_front_addr":"172.21.15.38:6813/1578538188","state":["exists","up"]},{"osd":6,"uuid":"dd7784fc-f91d-43b8-9215-d9b287cd4bf9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":591408570},{"type":"v1","addr":"172.21.15.38:6817","nonce":591408570}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6818","nonce":591408570},{"type":"v1","addr":"172.21.15.38:6819","nonce":591408570}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":591408570},{"type":"v1","addr":"172.21.15.38:6823","nonce":591408570}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":591408570},{"type":"v1","addr":"172.21.15.38:6821","nonce":591408570}]},"public_addr":"172.21.15.38:6817/591408570","cluster_addr":"172.21.15.38:6819/591408570","heartbeat_back_addr":"172.21.15.38:6823/591408570","heartbeat_front_addr":"172.21.15.38:6821/591408570","state":["exists","up"]},{"osd":7,"uuid":"3d3b61f9-906a-4324-8ff9-df52cdf21e26","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":1565058107},{"type":"v1","addr":"172.21.15.38:6825","nonce":1565058107}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6826","nonce":1565058107},{"type":"v1","addr":"172.21.15.38:6827","nonce":1565058107}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":1565058107},{"type":"v1","addr":"172.21.15.38:6831","nonce":1565058107}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":1565058107},{"type":"v1","addr":"172.21.15.38:6829","nonce":1565058107}]},"public_addr":"172.21.15.38:6825/1565058107","cluster_addr":"172.21.15.38:6827/1565058107","heartbeat_back_addr":"172.21.15.38:6831/1565058107","heartbeat_front_addr":"172.21.15.38:6829/1565058107","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:50:13.065453+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:50:51.371039+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:51:29.015426+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:52:06.896701+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:52:39.842732+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:53:14.977171+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:53:49.359970+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:54:24.352682+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:0/3649852040":"2023-12-06T15:48:31.495098+0000","172.21.15.16:6800/1540767706":"2023-12-06T15:48:31.495098+0000","172.21.15.16:0/2171432573":"2023-12-06T15:48:31.495098+0000","172.21.15.16:0/577266015":"2023-12-06T15:48:31.495098+0000","172.21.15.16:0/3187862307":"2023-12-06T15:48:00.578550+0000","172.21.15.16:6801/1540767706":"2023-12-06T15:48:31.495098+0000","172.21.15.16:0/717248056":"2023-12-06T15:48:00.578550+0000","172.21.15.16:6801/1955477128":"2023-12-06T15:48:00.578550+0000","172.21.15.16:6800/1955477128":"2023-12-06T15:48:00.578550+0000","172.21.15.16:0/3260321268":"2023-12-06T15:48:00.578550+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-05T15:54:33.332 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:33 smithi016 bash[25024]: cluster 2023-12-05T15:54:31.652401+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v228: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:33.332 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:33 smithi016 bash[30458]: cluster 2023-12-05T15:54:31.652401+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v228: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:33.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:33 smithi038 bash[25002]: cluster 2023-12-05T15:54:31.652401+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v228: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:34.140 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-05T15:51:32.160541+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-12-05T15:54:34.140 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-05T15:54:34.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:34 smithi038 bash[25002]: audit 2023-12-05T15:54:33.294083+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.16:0/3899536148' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T15:54:34.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:34 smithi016 bash[25024]: audit 2023-12-05T15:54:33.294083+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.16:0/3899536148' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T15:54:34.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:34 smithi016 bash[30458]: audit 2023-12-05T15:54:33.294083+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.16:0/3899536148' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T15:54:35.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:35 smithi038 bash[25002]: cluster 2023-12-05T15:54:33.652990+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-05T15:54:35.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:35 smithi016 bash[25024]: cluster 2023-12-05T15:54:33.652990+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-05T15:54:35.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:35 smithi016 bash[30458]: cluster 2023-12-05T15:54:33.652990+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-05T15:54:36.864 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:54:37.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:37 smithi038 bash[25002]: cluster 2023-12-05T15:54:35.653620+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-12-05T15:54:37.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:37 smithi016 bash[25024]: cluster 2023-12-05T15:54:35.653620+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-12-05T15:54:37.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:37 smithi016 bash[30458]: cluster 2023-12-05T15:54:35.653620+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-12-05T15:54:39.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:39 smithi038 bash[25002]: cluster 2023-12-05T15:54:37.654278+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 60 KiB/s, 0 objects/s recovering 2023-12-05T15:54:39.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:39 smithi016 bash[25024]: cluster 2023-12-05T15:54:37.654278+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 60 KiB/s, 0 objects/s recovering 2023-12-05T15:54:39.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:39 smithi016 bash[30458]: cluster 2023-12-05T15:54:37.654278+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 60 KiB/s, 0 objects/s recovering 2023-12-05T15:54:39.881 INFO:teuthology.orchestra.run.smithi016.stdout:pg_num: 1 2023-12-05T15:54:40.819 INFO:tasks.cephadm:Adding prometheus.a on smithi038 2023-12-05T15:54:40.820 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 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph orch apply prometheus '1;smithi038=a' 2023-12-05T15:54:41.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:40 smithi038 bash[25002]: cluster 2023-12-05T15:54:39.654743+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-05T15:54:41.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:40 smithi038 bash[25002]: audit 2023-12-05T15:54:39.878029+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.16:0/3282662415' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-05T15:54:41.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:40 smithi016 bash[25024]: cluster 2023-12-05T15:54:39.654743+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-05T15:54:41.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:40 smithi016 bash[25024]: audit 2023-12-05T15:54:39.878029+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.16:0/3282662415' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-05T15:54:41.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:40 smithi016 bash[30458]: cluster 2023-12-05T15:54:39.654743+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-05T15:54:41.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:40 smithi016 bash[30458]: audit 2023-12-05T15:54:39.878029+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.16:0/3282662415' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-05T15:54:43.137 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:42 smithi038 bash[25002]: cluster 2023-12-05T15:54:41.655456+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s, 0 objects/s recovering 2023-12-05T15:54:43.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:42 smithi016 bash[25024]: cluster 2023-12-05T15:54:41.655456+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s, 0 objects/s recovering 2023-12-05T15:54:43.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:42 smithi016 bash[30458]: cluster 2023-12-05T15:54:41.655456+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s, 0 objects/s recovering 2023-12-05T15:54:43.559 INFO:teuthology.orchestra.run.smithi038.stdout:Scheduled prometheus update... 2023-12-05T15:54:44.164 DEBUG:teuthology.orchestra.run.smithi038:prometheus.a> sudo journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@prometheus.a.service 2023-12-05T15:54:44.166 INFO:tasks.cephadm:Adding node-exporter.a on smithi016 2023-12-05T15:54:44.166 INFO:tasks.cephadm:Adding node-exporter.b on smithi038 2023-12-05T15:54:44.167 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 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph orch apply node-exporter '2;smithi016=a;smithi038=b' 2023-12-05T15:54:44.345 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T15:54:44.644 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:44 smithi038 bash[25002]: audit 2023-12-05T15:54:43.546286+0000 mgr.y (mgr.14152) 244 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi038=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:54:44.644 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:44 smithi038 bash[25002]: cephadm 2023-12-05T15:54:43.549673+0000 mgr.y (mgr.14152) 245 : cephadm [INF] Saving service prometheus spec with placement smithi038=a;count:1 2023-12-05T15:54:44.644 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:44 smithi038 bash[25002]: audit 2023-12-05T15:54:43.556093+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:44.644 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:44 smithi038 bash[25002]: audit 2023-12-05T15:54:43.589389+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:54:44.644 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:44 smithi038 bash[25002]: audit 2023-12-05T15:54:43.592076+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:54:44.644 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:44 smithi038 bash[25002]: audit 2023-12-05T15:54:43.594042+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:54:44.644 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:44 smithi038 bash[25002]: audit 2023-12-05T15:54:43.604506+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:44.644 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:44 smithi038 bash[25002]: audit 2023-12-05T15:54:43.613653+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-05T15:54:44.644 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:44 smithi038 bash[25002]: cluster 2023-12-05T15:54:43.656274+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-05T15:54:44.828 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[25310]: ignoring --setuser ceph since I am not root 2023-12-05T15:54:44.828 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[25310]: ignoring --setgroup ceph since I am not root 2023-12-05T15:54:44.828 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[25310]: debug 2023-12-05T15:54:44.660+0000 7ff969682700 1 -- 172.21.15.16:0/549468385 <== mon.0 v2:172.21.15.16:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5608aca12340 con 0x5608ad78e400 2023-12-05T15:54:44.828 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[25024]: audit 2023-12-05T15:54:43.546286+0000 mgr.y (mgr.14152) 244 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi038=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:54:44.828 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[25024]: cephadm 2023-12-05T15:54:43.549673+0000 mgr.y (mgr.14152) 245 : cephadm [INF] Saving service prometheus spec with placement smithi038=a;count:1 2023-12-05T15:54:44.828 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[25024]: audit 2023-12-05T15:54:43.556093+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:44.829 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[25024]: audit 2023-12-05T15:54:43.589389+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:54:44.829 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[25024]: audit 2023-12-05T15:54:43.592076+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:54:44.829 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[25024]: audit 2023-12-05T15:54:43.594042+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:54:44.829 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[25024]: audit 2023-12-05T15:54:43.604506+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:44.829 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[25024]: audit 2023-12-05T15:54:43.613653+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-05T15:54:44.829 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[25024]: cluster 2023-12-05T15:54:43.656274+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-05T15:54:44.829 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[30458]: audit 2023-12-05T15:54:43.546286+0000 mgr.y (mgr.14152) 244 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi038=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:54:44.829 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[30458]: cephadm 2023-12-05T15:54:43.549673+0000 mgr.y (mgr.14152) 245 : cephadm [INF] Saving service prometheus spec with placement smithi038=a;count:1 2023-12-05T15:54:44.829 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[30458]: audit 2023-12-05T15:54:43.556093+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:44.829 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[30458]: audit 2023-12-05T15:54:43.589389+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:54:44.829 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[30458]: audit 2023-12-05T15:54:43.592076+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:54:44.829 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[30458]: audit 2023-12-05T15:54:43.594042+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:54:44.829 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[30458]: audit 2023-12-05T15:54:43.604506+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' 2023-12-05T15:54:44.829 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[30458]: audit 2023-12-05T15:54:43.613653+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-05T15:54:44.830 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[30458]: cluster 2023-12-05T15:54:43.656274+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-05T15:54:44.830 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:44 smithi038 bash[25737]: ignoring --setuser ceph since I am not root 2023-12-05T15:54:44.830 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:44 smithi038 bash[25737]: ignoring --setgroup ceph since I am not root 2023-12-05T15:54:44.830 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:44 smithi038 bash[25737]: debug 2023-12-05T15:54:44.662+0000 7f13c2a94700 1 -- 172.21.15.38:0/2824031441 <== mon.2 v2:172.21.15.38:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562bb885c340 con 0x562bb95d8800 2023-12-05T15:54:45.088 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:44 smithi038 bash[25737]: debug 2023-12-05T15:54:44.822+0000 7f13cb4f0000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T15:54:45.117 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:44 smithi016 bash[25310]: debug 2023-12-05T15:54:44.820+0000 7ff9720de000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T15:54:45.807 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:45 smithi016 bash[25024]: audit 2023-12-05T15:54:44.620221+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-05T15:54:45.807 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:45 smithi016 bash[25024]: cluster 2023-12-05T15:54:44.620322+0000 mon.a (mon.0) 591 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-05T15:54:45.808 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:45 smithi016 bash[25310]: debug 2023-12-05T15:54:45.504+0000 7ff9720de000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T15:54:45.808 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:45 smithi016 bash[25310]: debug 2023-12-05T15:54:45.632+0000 7ff9720de000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T15:54:45.808 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:45 smithi016 bash[30458]: audit 2023-12-05T15:54:44.620221+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-05T15:54:45.808 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:45 smithi016 bash[30458]: cluster 2023-12-05T15:54:44.620322+0000 mon.a (mon.0) 591 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-05T15:54:45.824 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:45 smithi038 bash[25002]: audit 2023-12-05T15:54:44.620221+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.16:0/843432615' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-05T15:54:45.825 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:45 smithi038 bash[25002]: cluster 2023-12-05T15:54:44.620322+0000 mon.a (mon.0) 591 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-05T15:54:45.825 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:45 smithi038 bash[25737]: debug 2023-12-05T15:54:45.526+0000 7f13cb4f0000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T15:54:45.825 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:45 smithi038 bash[25737]: debug 2023-12-05T15:54:45.650+0000 7f13cb4f0000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T15:54:46.090 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:45 smithi038 bash[25737]: debug 2023-12-05T15:54:45.818+0000 7f13cb4f0000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T15:54:46.118 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:45 smithi016 bash[25310]: debug 2023-12-05T15:54:45.796+0000 7ff9720de000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T15:54:46.452 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:46 smithi016 bash[25310]: debug 2023-12-05T15:54:46.136+0000 7ff9720de000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T15:54:46.452 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:46 smithi016 bash[25310]: debug 2023-12-05T15:54:46.232+0000 7ff9720de000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T15:54:46.515 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:46 smithi038 bash[25737]: debug 2023-12-05T15:54:46.182+0000 7f13cb4f0000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T15:54:46.515 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:46 smithi038 bash[25737]: debug 2023-12-05T15:54:46.282+0000 7f13cb4f0000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T15:54:46.838 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:46 smithi038 bash[25737]: debug 2023-12-05T15:54:46.506+0000 7f13cb4f0000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T15:54:46.868 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:46 smithi016 bash[25310]: debug 2023-12-05T15:54:46.444+0000 7ff9720de000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T15:54:47.618 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:47 smithi016 bash[25310]: debug 2023-12-05T15:54:47.324+0000 7ff9720de000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T15:54:47.618 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:47 smithi016 bash[25310]: debug 2023-12-05T15:54:47.432+0000 7ff9720de000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T15:54:47.773 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:47 smithi038 bash[25737]: debug 2023-12-05T15:54:47.450+0000 7f13cb4f0000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T15:54:47.773 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:47 smithi038 bash[25737]: debug 2023-12-05T15:54:47.558+0000 7f13cb4f0000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T15:54:48.010 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:47 smithi016 bash[25310]: debug 2023-12-05T15:54:47.644+0000 7ff9720de000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T15:54:48.088 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:47 smithi038 bash[25737]: debug 2023-12-05T15:54:47.766+0000 7f13cb4f0000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T15:54:48.347 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:48 smithi016 bash[25310]: debug 2023-12-05T15:54:48.000+0000 7ff9720de000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T15:54:48.464 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:48 smithi038 bash[25737]: debug 2023-12-05T15:54:48.122+0000 7f13cb4f0000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T15:54:48.618 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:48 smithi016 bash[25310]: debug 2023-12-05T15:54:48.340+0000 7ff9720de000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T15:54:48.838 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:48 smithi038 bash[25737]: debug 2023-12-05T15:54:48.458+0000 7f13cb4f0000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T15:54:49.008 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:48 smithi016 bash[25310]: debug 2023-12-05T15:54:48.720+0000 7ff9720de000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T15:54:49.124 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:48 smithi038 bash[25737]: debug 2023-12-05T15:54:48.838+0000 7f13cb4f0000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T15:54:49.368 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:49 smithi016 bash[25310]: debug 2023-12-05T15:54:49.000+0000 7ff9720de000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T15:54:49.588 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:49 smithi038 bash[25737]: debug 2023-12-05T15:54:49.118+0000 7f13cb4f0000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T15:54:49.980 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:49 smithi016 bash[25310]: debug 2023-12-05T15:54:49.700+0000 7ff9720de000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T15:54:49.980 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:49 smithi016 bash[25310]: debug 2023-12-05T15:54:49.808+0000 7ff9720de000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T15:54:50.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:49 smithi038 bash[25737]: debug 2023-12-05T15:54:49.814+0000 7f13cb4f0000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T15:54:50.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:49 smithi038 bash[25737]: debug 2023-12-05T15:54:49.922+0000 7f13cb4f0000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T15:54:50.232 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:49 smithi016 bash[25310]: debug 2023-12-05T15:54:49.972+0000 7ff9720de000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T15:54:50.233 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:50 smithi016 bash[25310]: debug 2023-12-05T15:54:50.080+0000 7ff9720de000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T15:54:50.354 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:50 smithi038 bash[25737]: debug 2023-12-05T15:54:50.094+0000 7f13cb4f0000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T15:54:50.354 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:50 smithi038 bash[25737]: debug 2023-12-05T15:54:50.206+0000 7f13cb4f0000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T15:54:50.530 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:50 smithi016 bash[25310]: debug 2023-12-05T15:54:50.224+0000 7ff9720de000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T15:54:50.647 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:50 smithi038 bash[25737]: debug 2023-12-05T15:54:50.346+0000 7f13cb4f0000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T15:54:50.842 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:50 smithi016 bash[25310]: debug 2023-12-05T15:54:50.520+0000 7ff9720de000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T15:54:50.842 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:50 smithi016 bash[25310]: debug 2023-12-05T15:54:50.644+0000 7ff9720de000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T15:54:50.957 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:50 smithi038 bash[25737]: debug 2023-12-05T15:54:50.638+0000 7f13cb4f0000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T15:54:50.957 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:50 smithi038 bash[25737]: debug 2023-12-05T15:54:50.762+0000 7f13cb4f0000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T15:54:51.118 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:50 smithi016 bash[25310]: debug 2023-12-05T15:54:50.832+0000 7ff9720de000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T15:54:51.118 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:50 smithi016 bash[25310]: debug 2023-12-05T15:54:50.956+0000 7ff9720de000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T15:54:51.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:50 smithi038 bash[25737]: debug 2023-12-05T15:54:50.950+0000 7f13cb4f0000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T15:54:51.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:51 smithi038 bash[25737]: debug 2023-12-05T15:54:51.074+0000 7f13cb4f0000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T15:54:52.118 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:51 smithi016 bash[25310]: debug 2023-12-05T15:54:51.836+0000 7ff9720de000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T15:54:52.118 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25310]: [05/Dec/2023:15:54:52] ENGINE Bus STARTING 2023-12-05T15:54:52.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:51 smithi016 bash[25024]: cluster 2023-12-05T15:54:51.866429+0000 mon.a (mon.0) 592 : cluster [INF] Active manager daemon y restarted 2023-12-05T15:54:52.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:51 smithi016 bash[25024]: cluster 2023-12-05T15:54:51.867909+0000 mon.a (mon.0) 593 : cluster [INF] Activating manager daemon y 2023-12-05T15:54:52.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:51 smithi016 bash[25024]: cluster 2023-12-05T15:54:51.873585+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-05T15:54:52.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:51 smithi016 bash[30458]: cluster 2023-12-05T15:54:51.866429+0000 mon.a (mon.0) 592 : cluster [INF] Active manager daemon y restarted 2023-12-05T15:54:52.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:51 smithi016 bash[30458]: cluster 2023-12-05T15:54:51.867909+0000 mon.a (mon.0) 593 : cluster [INF] Activating manager daemon y 2023-12-05T15:54:52.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:51 smithi016 bash[30458]: cluster 2023-12-05T15:54:51.873585+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-05T15:54:52.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:51 smithi038 bash[25002]: cluster 2023-12-05T15:54:51.866429+0000 mon.a (mon.0) 592 : cluster [INF] Active manager daemon y restarted 2023-12-05T15:54:52.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:51 smithi038 bash[25002]: cluster 2023-12-05T15:54:51.867909+0000 mon.a (mon.0) 593 : cluster [INF] Activating manager daemon y 2023-12-05T15:54:52.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:51 smithi038 bash[25002]: cluster 2023-12-05T15:54:51.873585+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-05T15:54:52.341 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:51 smithi038 bash[25737]: debug 2023-12-05T15:54:51.950+0000 7f13cb4f0000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T15:54:52.341 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:51 smithi038 bash[25737]: [05/Dec/2023:15:54:51] ENGINE Bus STARTING 2023-12-05T15:54:52.341 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25737]: CherryPy Checker: 2023-12-05T15:54:52.341 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25737]: The Application mounted at '' has an empty config. 2023-12-05T15:54:52.341 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25737]: [05/Dec/2023:15:54:52] ENGINE Serving on http://:::9283 2023-12-05T15:54:52.341 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25737]: [05/Dec/2023:15:54:52] ENGINE Bus STARTED 2023-12-05T15:54:52.618 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25310]: CherryPy Checker: 2023-12-05T15:54:52.618 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25310]: The Application mounted at '' has an empty config. 2023-12-05T15:54:52.618 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25310]: [05/Dec/2023:15:54:52] ENGINE Serving on http://:::9283 2023-12-05T15:54:52.618 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25310]: [05/Dec/2023:15:54:52] ENGINE Bus STARTED 2023-12-05T15:54:52.959 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: cluster 2023-12-05T15:54:51.929581+0000 mon.a (mon.0) 595 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0619925s), standbys: x 2023-12-05T15:54:52.959 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.935997+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:54:52.959 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.936238+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:54:52.959 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.936468+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:54:52.960 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.936697+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T15:54:52.960 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.936959+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T15:54:52.960 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.937219+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:54:52.960 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.937536+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T15:54:52.960 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.937839+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T15:54:52.960 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.938128+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T15:54:52.960 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.938419+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T15:54:52.960 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.938710+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T15:54:52.960 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.938997+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T15:54:52.960 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.939292+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:52.960 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.939610+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T15:54:52.960 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.939861+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T15:54:52.960 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.940378+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T15:54:52.960 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: cluster 2023-12-05T15:54:51.951935+0000 mon.a (mon.0) 596 : cluster [INF] Manager daemon y is now available 2023-12-05T15:54:52.960 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: cluster 2023-12-05T15:54:51.974910+0000 mon.a (mon.0) 597 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T15:54:52.960 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: cluster 2023-12-05T15:54:51.975067+0000 mon.a (mon.0) 598 : cluster [DBG] Standby manager daemon x started 2023-12-05T15:54:52.961 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.981465+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:54:52.961 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.982100+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.? 172.21.15.38:0/1141664883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T15:54:52.961 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.983291+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.? 172.21.15.38:0/1141664883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T15:54:52.961 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.987089+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.? 172.21.15.38:0/1141664883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T15:54:52.961 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.987540+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:54:52.961 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.988303+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.? 172.21.15.38:0/1141664883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T15:54:52.961 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.990669+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:54:52.961 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:51.993011+0000 mon.b (mon.2) 46 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:54:52.961 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:52.019599+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:52.961 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:52.285856+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:54:52.961 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:52.286840+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:54:52.961 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:52.299887+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:54:52.961 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[30458]: audit 2023-12-05T15:54:52.300961+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:54:52.969 INFO:teuthology.orchestra.run.smithi038.stdout:Scheduled node-exporter update... 2023-12-05T15:54:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: cluster 2023-12-05T15:54:51.929581+0000 mon.a (mon.0) 595 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0619925s), standbys: x 2023-12-05T15:54:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.935997+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:54:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.936238+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:54:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.936468+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:54:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.936697+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T15:54:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.936959+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T15:54:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.937219+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:54:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.937536+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T15:54:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.937839+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T15:54:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.938128+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T15:54:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.938419+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T15:54:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.938710+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T15:54:53.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.938997+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T15:54:53.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.939292+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:53.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.939610+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T15:54:53.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.939861+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T15:54:53.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.940378+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T15:54:53.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: cluster 2023-12-05T15:54:51.951935+0000 mon.a (mon.0) 596 : cluster [INF] Manager daemon y is now available 2023-12-05T15:54:53.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: cluster 2023-12-05T15:54:51.974910+0000 mon.a (mon.0) 597 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T15:54:53.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: cluster 2023-12-05T15:54:51.975067+0000 mon.a (mon.0) 598 : cluster [DBG] Standby manager daemon x started 2023-12-05T15:54:53.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.981465+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:54:53.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.982100+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.? 172.21.15.38:0/1141664883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T15:54:53.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.983291+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.? 172.21.15.38:0/1141664883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T15:54:53.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.987089+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.? 172.21.15.38:0/1141664883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T15:54:53.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.987540+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:54:53.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.988303+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.? 172.21.15.38:0/1141664883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T15:54:53.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.990669+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:54:53.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:51.993011+0000 mon.b (mon.2) 46 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:54:53.341 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:52.019599+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:53.341 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:52.285856+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:54:53.341 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:52.286840+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:54:53.341 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:52.299887+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:54:53.341 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:52 smithi038 bash[25002]: audit 2023-12-05T15:54:52.300961+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:54:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: cluster 2023-12-05T15:54:51.929581+0000 mon.a (mon.0) 595 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0619925s), standbys: x 2023-12-05T15:54:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.935997+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T15:54:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.936238+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T15:54:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.936468+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T15:54:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.936697+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T15:54:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.936959+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T15:54:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.937219+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T15:54:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.937536+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T15:54:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.937839+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T15:54:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.938128+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T15:54:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.938419+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T15:54:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.938710+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T15:54:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.938997+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T15:54:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.939292+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T15:54:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.939610+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T15:54:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.939861+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T15:54:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.940378+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T15:54:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: cluster 2023-12-05T15:54:51.951935+0000 mon.a (mon.0) 596 : cluster [INF] Manager daemon y is now available 2023-12-05T15:54:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: cluster 2023-12-05T15:54:51.974910+0000 mon.a (mon.0) 597 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T15:54:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: cluster 2023-12-05T15:54:51.975067+0000 mon.a (mon.0) 598 : cluster [DBG] Standby manager daemon x started 2023-12-05T15:54:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.981465+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:54:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.982100+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.? 172.21.15.38:0/1141664883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T15:54:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.983291+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.? 172.21.15.38:0/1141664883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T15:54:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.987089+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.? 172.21.15.38:0/1141664883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T15:54:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.987540+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:54:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.988303+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.? 172.21.15.38:0/1141664883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T15:54:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.990669+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:54:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:51.993011+0000 mon.b (mon.2) 46 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:54:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:52.019599+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:52.285856+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:54:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:52.286840+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:54:53.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:52.299887+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:54:53.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:52 smithi016 bash[25024]: audit 2023-12-05T15:54:52.300961+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:54:53.643 DEBUG:teuthology.orchestra.run.smithi016:node-exporter.a> sudo journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@node-exporter.a.service 2023-12-05T15:54:53.646 DEBUG:teuthology.orchestra.run.smithi038:node-exporter.b> sudo journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@node-exporter.b.service 2023-12-05T15:54:53.649 INFO:tasks.cephadm:Adding alertmanager.a on smithi016 2023-12-05T15:54:53.649 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 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph orch apply alertmanager '1;smithi016=a' 2023-12-05T15:54:53.764 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T15:54:53.775 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T15:54:54.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:53 smithi038 bash[25002]: cluster 2023-12-05T15:54:52.947070+0000 mon.a (mon.0) 602 : cluster [DBG] mgrmap e18: y(active, since 1.07948s), standbys: x 2023-12-05T15:54:54.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:53 smithi038 bash[25002]: cephadm 2023-12-05T15:54:52.959789+0000 mgr.y (mgr.14469) 2 : cephadm [INF] Saving service node-exporter spec with placement smithi016=a;smithi038=b;count:2 2023-12-05T15:54:54.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:53 smithi038 bash[25002]: cluster 2023-12-05T15:54:52.959834+0000 mgr.y (mgr.14469) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:54.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:53 smithi038 bash[25002]: audit 2023-12-05T15:54:52.964742+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:54.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:53 smithi016 bash[25024]: cluster 2023-12-05T15:54:52.947070+0000 mon.a (mon.0) 602 : cluster [DBG] mgrmap e18: y(active, since 1.07948s), standbys: x 2023-12-05T15:54:54.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:53 smithi016 bash[25024]: cephadm 2023-12-05T15:54:52.959789+0000 mgr.y (mgr.14469) 2 : cephadm [INF] Saving service node-exporter spec with placement smithi016=a;smithi038=b;count:2 2023-12-05T15:54:54.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:53 smithi016 bash[25024]: cluster 2023-12-05T15:54:52.959834+0000 mgr.y (mgr.14469) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:54.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:53 smithi016 bash[25024]: audit 2023-12-05T15:54:52.964742+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:54.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:53 smithi016 bash[30458]: cluster 2023-12-05T15:54:52.947070+0000 mon.a (mon.0) 602 : cluster [DBG] mgrmap e18: y(active, since 1.07948s), standbys: x 2023-12-05T15:54:54.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:53 smithi016 bash[30458]: cephadm 2023-12-05T15:54:52.959789+0000 mgr.y (mgr.14469) 2 : cephadm [INF] Saving service node-exporter spec with placement smithi016=a;smithi038=b;count:2 2023-12-05T15:54:54.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:53 smithi016 bash[30458]: cluster 2023-12-05T15:54:52.959834+0000 mgr.y (mgr.14469) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:54.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:53 smithi016 bash[30458]: audit 2023-12-05T15:54:52.964742+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:55.250 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:54 smithi016 bash[25024]: cluster 2023-12-05T15:54:53.938339+0000 mgr.y (mgr.14469) 4 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:55.251 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:54 smithi016 bash[25024]: cluster 2023-12-05T15:54:53.975734+0000 mon.a (mon.0) 604 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2023-12-05T15:54:55.251 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:54 smithi016 bash[30458]: cluster 2023-12-05T15:54:53.938339+0000 mgr.y (mgr.14469) 4 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:55.251 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:54 smithi016 bash[30458]: cluster 2023-12-05T15:54:53.975734+0000 mon.a (mon.0) 604 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2023-12-05T15:54:55.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:54 smithi038 bash[25002]: cluster 2023-12-05T15:54:53.938339+0000 mgr.y (mgr.14469) 4 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:55.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:54 smithi038 bash[25002]: cluster 2023-12-05T15:54:53.975734+0000 mon.a (mon.0) 604 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2023-12-05T15:54:55.618 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:55 smithi016 bash[25310]: [05/Dec/2023:15:54:55] ENGINE Bus STARTING 2023-12-05T15:54:55.618 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:55 smithi016 bash[25310]: [05/Dec/2023:15:54:55] ENGINE Serving on https://172.21.15.16:7150 2023-12-05T15:54:55.618 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:54:55 smithi016 bash[25310]: [05/Dec/2023:15:54:55] ENGINE Bus STARTED 2023-12-05T15:54:56.404 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:56 smithi016 bash[25024]: cephadm 2023-12-05T15:54:55.247858+0000 mgr.y (mgr.14469) 5 : cephadm [INF] [05/Dec/2023:15:54:55] ENGINE Bus STARTING 2023-12-05T15:54:56.404 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:56 smithi016 bash[25024]: cephadm 2023-12-05T15:54:55.374179+0000 mgr.y (mgr.14469) 6 : cephadm [INF] [05/Dec/2023:15:54:55] ENGINE Serving on https://172.21.15.16:7150 2023-12-05T15:54:56.404 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:56 smithi016 bash[25024]: cephadm 2023-12-05T15:54:55.374804+0000 mgr.y (mgr.14469) 7 : cephadm [INF] [05/Dec/2023:15:54:55] ENGINE Bus STARTED 2023-12-05T15:54:56.404 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:56 smithi016 bash[25024]: audit 2023-12-05T15:54:55.384617+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:56.404 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:56 smithi016 bash[25024]: audit 2023-12-05T15:54:55.875236+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:56.404 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:56 smithi016 bash[25024]: audit 2023-12-05T15:54:56.329555+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:56.404 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:56 smithi016 bash[25024]: audit 2023-12-05T15:54:56.372178+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:56.404 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:56 smithi016 bash[30458]: cephadm 2023-12-05T15:54:55.247858+0000 mgr.y (mgr.14469) 5 : cephadm [INF] [05/Dec/2023:15:54:55] ENGINE Bus STARTING 2023-12-05T15:54:56.404 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:56 smithi016 bash[30458]: cephadm 2023-12-05T15:54:55.374179+0000 mgr.y (mgr.14469) 6 : cephadm [INF] [05/Dec/2023:15:54:55] ENGINE Serving on https://172.21.15.16:7150 2023-12-05T15:54:56.405 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:56 smithi016 bash[30458]: cephadm 2023-12-05T15:54:55.374804+0000 mgr.y (mgr.14469) 7 : cephadm [INF] [05/Dec/2023:15:54:55] ENGINE Bus STARTED 2023-12-05T15:54:56.405 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:56 smithi016 bash[30458]: audit 2023-12-05T15:54:55.384617+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:56.405 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:56 smithi016 bash[30458]: audit 2023-12-05T15:54:55.875236+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:56.405 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:56 smithi016 bash[30458]: audit 2023-12-05T15:54:56.329555+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:56.405 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:56 smithi016 bash[30458]: audit 2023-12-05T15:54:56.372178+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:56.550 INFO:teuthology.orchestra.run.smithi038.stdout:Scheduled alertmanager update... 2023-12-05T15:54:56.638 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:56 smithi038 bash[25002]: cephadm 2023-12-05T15:54:55.247858+0000 mgr.y (mgr.14469) 5 : cephadm [INF] [05/Dec/2023:15:54:55] ENGINE Bus STARTING 2023-12-05T15:54:56.638 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:56 smithi038 bash[25002]: cephadm 2023-12-05T15:54:55.374179+0000 mgr.y (mgr.14469) 6 : cephadm [INF] [05/Dec/2023:15:54:55] ENGINE Serving on https://172.21.15.16:7150 2023-12-05T15:54:56.638 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:56 smithi038 bash[25002]: cephadm 2023-12-05T15:54:55.374804+0000 mgr.y (mgr.14469) 7 : cephadm [INF] [05/Dec/2023:15:54:55] ENGINE Bus STARTED 2023-12-05T15:54:56.639 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:56 smithi038 bash[25002]: audit 2023-12-05T15:54:55.384617+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:56.639 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:56 smithi038 bash[25002]: audit 2023-12-05T15:54:55.875236+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:56.639 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:56 smithi038 bash[25002]: audit 2023-12-05T15:54:56.329555+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:56.639 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:56 smithi038 bash[25002]: audit 2023-12-05T15:54:56.372178+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:57.330 DEBUG:teuthology.orchestra.run.smithi016:alertmanager.a> sudo journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@alertmanager.a.service 2023-12-05T15:54:57.332 INFO:tasks.cephadm:Adding grafana.a on smithi038 2023-12-05T15:54:57.333 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 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph orch apply grafana '1;smithi038=a' 2023-12-05T15:54:57.432 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T15:54:57.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[30458]: cluster 2023-12-05T15:54:55.938922+0000 mgr.y (mgr.14469) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:57.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[30458]: cephadm 2023-12-05T15:54:56.376065+0000 mgr.y (mgr.14469) 9 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T15:54:57.618 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[30458]: cephadm 2023-12-05T15:54:56.490817+0000 mgr.y (mgr.14469) 10 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2023-12-05T15:54:57.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[30458]: audit 2023-12-05T15:54:56.534734+0000 mgr.y (mgr.14469) 11 : audit [DBG] from='client.24407 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi016=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:54:57.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[30458]: cephadm 2023-12-05T15:54:56.537190+0000 mgr.y (mgr.14469) 12 : cephadm [INF] Saving service alertmanager spec with placement smithi016=a;count:1 2023-12-05T15:54:57.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[30458]: audit 2023-12-05T15:54:56.543423+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:57.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[30458]: audit 2023-12-05T15:54:56.631375+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:57.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[30458]: audit 2023-12-05T15:54:56.831154+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:57.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[30458]: audit 2023-12-05T15:54:57.167189+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:57.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[30458]: audit 2023-12-05T15:54:57.177796+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:57.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[25024]: cluster 2023-12-05T15:54:55.938922+0000 mgr.y (mgr.14469) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:57.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[25024]: cephadm 2023-12-05T15:54:56.376065+0000 mgr.y (mgr.14469) 9 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T15:54:57.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[25024]: cephadm 2023-12-05T15:54:56.490817+0000 mgr.y (mgr.14469) 10 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2023-12-05T15:54:57.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[25024]: audit 2023-12-05T15:54:56.534734+0000 mgr.y (mgr.14469) 11 : audit [DBG] from='client.24407 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi016=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:54:57.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[25024]: cephadm 2023-12-05T15:54:56.537190+0000 mgr.y (mgr.14469) 12 : cephadm [INF] Saving service alertmanager spec with placement smithi016=a;count:1 2023-12-05T15:54:57.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[25024]: audit 2023-12-05T15:54:56.543423+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:57.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[25024]: audit 2023-12-05T15:54:56.631375+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:57.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[25024]: audit 2023-12-05T15:54:56.831154+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:57.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[25024]: audit 2023-12-05T15:54:57.167189+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:57.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:57 smithi016 bash[25024]: audit 2023-12-05T15:54:57.177796+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:57.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:57 smithi038 bash[25002]: cluster 2023-12-05T15:54:55.938922+0000 mgr.y (mgr.14469) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:57.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:57 smithi038 bash[25002]: cephadm 2023-12-05T15:54:56.376065+0000 mgr.y (mgr.14469) 9 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T15:54:57.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:57 smithi038 bash[25002]: cephadm 2023-12-05T15:54:56.490817+0000 mgr.y (mgr.14469) 10 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2023-12-05T15:54:57.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:57 smithi038 bash[25002]: audit 2023-12-05T15:54:56.534734+0000 mgr.y (mgr.14469) 11 : audit [DBG] from='client.24407 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi016=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:54:57.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:57 smithi038 bash[25002]: cephadm 2023-12-05T15:54:56.537190+0000 mgr.y (mgr.14469) 12 : cephadm [INF] Saving service alertmanager spec with placement smithi016=a;count:1 2023-12-05T15:54:57.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:57 smithi038 bash[25002]: audit 2023-12-05T15:54:56.543423+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:57.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:57 smithi038 bash[25002]: audit 2023-12-05T15:54:56.631375+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:57.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:57 smithi038 bash[25002]: audit 2023-12-05T15:54:56.831154+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:57.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:57 smithi038 bash[25002]: audit 2023-12-05T15:54:57.167189+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:57.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:57 smithi038 bash[25002]: audit 2023-12-05T15:54:57.177796+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:54:58.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:58 smithi038 bash[25002]: cephadm 2023-12-05T15:54:56.835944+0000 mgr.y (mgr.14469) 13 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T15:54:58.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:58 smithi038 bash[25002]: cephadm 2023-12-05T15:54:57.027181+0000 mgr.y (mgr.14469) 14 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2023-12-05T15:54:58.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:58 smithi038 bash[25002]: cephadm 2023-12-05T15:54:57.205026+0000 mgr.y (mgr.14469) 15 : cephadm [INF] Deploying daemon prometheus.a on smithi038 2023-12-05T15:54:58.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:58 smithi016 bash[25024]: cephadm 2023-12-05T15:54:56.835944+0000 mgr.y (mgr.14469) 13 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T15:54:58.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:58 smithi016 bash[25024]: cephadm 2023-12-05T15:54:57.027181+0000 mgr.y (mgr.14469) 14 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2023-12-05T15:54:58.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:58 smithi016 bash[25024]: cephadm 2023-12-05T15:54:57.205026+0000 mgr.y (mgr.14469) 15 : cephadm [INF] Deploying daemon prometheus.a on smithi038 2023-12-05T15:54:58.868 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:58 smithi016 bash[30458]: cephadm 2023-12-05T15:54:56.835944+0000 mgr.y (mgr.14469) 13 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T15:54:58.868 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:58 smithi016 bash[30458]: cephadm 2023-12-05T15:54:57.027181+0000 mgr.y (mgr.14469) 14 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2023-12-05T15:54:58.868 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:58 smithi016 bash[30458]: cephadm 2023-12-05T15:54:57.205026+0000 mgr.y (mgr.14469) 15 : cephadm [INF] Deploying daemon prometheus.a on smithi038 2023-12-05T15:54:59.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:54:59 smithi038 bash[25002]: cluster 2023-12-05T15:54:57.939574+0000 mgr.y (mgr.14469) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:59.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:54:59 smithi016 bash[25024]: cluster 2023-12-05T15:54:57.939574+0000 mgr.y (mgr.14469) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:54:59.868 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:54:59 smithi016 bash[30458]: cluster 2023-12-05T15:54:57.939574+0000 mgr.y (mgr.14469) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:01.216 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:00 smithi038 bash[25002]: cluster 2023-12-05T15:54:59.940328+0000 mgr.y (mgr.14469) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:01.236 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:00 smithi016 bash[25024]: cluster 2023-12-05T15:54:59.940328+0000 mgr.y (mgr.14469) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:01.236 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:00 smithi016 bash[30458]: cluster 2023-12-05T15:54:59.940328+0000 mgr.y (mgr.14469) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:01.704 INFO:teuthology.orchestra.run.smithi038.stdout:Scheduled grafana update... 2023-12-05T15:55:03.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:02 smithi038 bash[25002]: audit 2023-12-05T15:55:01.688978+0000 mgr.y (mgr.14469) 18 : audit [DBG] from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi038=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:55:03.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:02 smithi038 bash[25002]: cephadm 2023-12-05T15:55:01.692413+0000 mgr.y (mgr.14469) 19 : cephadm [INF] Saving service grafana spec with placement smithi038=a;count:1 2023-12-05T15:55:03.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:02 smithi038 bash[25002]: audit 2023-12-05T15:55:01.700061+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:03.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:02 smithi038 bash[25002]: cluster 2023-12-05T15:55:01.941086+0000 mgr.y (mgr.14469) 20 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:03.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:02 smithi016 bash[25024]: audit 2023-12-05T15:55:01.688978+0000 mgr.y (mgr.14469) 18 : audit [DBG] from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi038=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:55:03.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:02 smithi016 bash[25024]: cephadm 2023-12-05T15:55:01.692413+0000 mgr.y (mgr.14469) 19 : cephadm [INF] Saving service grafana spec with placement smithi038=a;count:1 2023-12-05T15:55:03.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:02 smithi016 bash[25024]: audit 2023-12-05T15:55:01.700061+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:03.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:02 smithi016 bash[25024]: cluster 2023-12-05T15:55:01.941086+0000 mgr.y (mgr.14469) 20 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:03.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:02 smithi016 bash[30458]: audit 2023-12-05T15:55:01.688978+0000 mgr.y (mgr.14469) 18 : audit [DBG] from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi038=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:55:03.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:02 smithi016 bash[30458]: cephadm 2023-12-05T15:55:01.692413+0000 mgr.y (mgr.14469) 19 : cephadm [INF] Saving service grafana spec with placement smithi038=a;count:1 2023-12-05T15:55:03.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:02 smithi016 bash[30458]: audit 2023-12-05T15:55:01.700061+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:03.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:02 smithi016 bash[30458]: cluster 2023-12-05T15:55:01.941086+0000 mgr.y (mgr.14469) 20 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:03.313 DEBUG:teuthology.orchestra.run.smithi038:grafana.a> sudo journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@grafana.a.service 2023-12-05T15:55:03.315 INFO:tasks.cephadm:Setting up client nodes... 2023-12-05T15:55:03.315 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-05T15:55:03.349 INFO:journalctl@ceph.grafana.a.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-05T15:55:05.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:05 smithi038 bash[25002]: cluster 2023-12-05T15:55:03.941815+0000 mgr.y (mgr.14469) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:05.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:04 smithi016 bash[25024]: cluster 2023-12-05T15:55:03.941815+0000 mgr.y (mgr.14469) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:05.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:04 smithi016 bash[30458]: cluster 2023-12-05T15:55:03.941815+0000 mgr.y (mgr.14469) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:06.695 INFO:teuthology.orchestra.run.smithi016.stdout:[client.0] 2023-12-05T15:55:06.696 INFO:teuthology.orchestra.run.smithi016.stdout: key = AQDaR29lc7rXKBAA9hB/OCr7GIAGZQyFjOndiw== 2023-12-05T15:55:07.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:07 smithi038 bash[25002]: cluster 2023-12-05T15:55:05.942458+0000 mgr.y (mgr.14469) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:07.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:07 smithi038 bash[25002]: audit 2023-12-05T15:55:06.684045+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.16:0/2645749119' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T15:55:07.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:07 smithi038 bash[25002]: audit 2023-12-05T15:55:06.684878+0000 mon.a (mon.0) 615 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T15:55:07.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:07 smithi038 bash[25002]: audit 2023-12-05T15:55:06.692401+0000 mon.a (mon.0) 616 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-05T15:55:07.362 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:07 smithi016 bash[30458]: cluster 2023-12-05T15:55:05.942458+0000 mgr.y (mgr.14469) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:07.362 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:07 smithi016 bash[30458]: audit 2023-12-05T15:55:06.684045+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.16:0/2645749119' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T15:55:07.362 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:07 smithi016 bash[30458]: audit 2023-12-05T15:55:06.684878+0000 mon.a (mon.0) 615 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T15:55:07.362 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:07 smithi016 bash[30458]: audit 2023-12-05T15:55:06.692401+0000 mon.a (mon.0) 616 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-05T15:55:07.363 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:07 smithi016 bash[25024]: cluster 2023-12-05T15:55:05.942458+0000 mgr.y (mgr.14469) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:07.363 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:07 smithi016 bash[25024]: audit 2023-12-05T15:55:06.684045+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.16:0/2645749119' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T15:55:07.363 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:07 smithi016 bash[25024]: audit 2023-12-05T15:55:06.684878+0000 mon.a (mon.0) 615 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T15:55:07.363 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:07 smithi016 bash[25024]: audit 2023-12-05T15:55:06.692401+0000 mon.a (mon.0) 616 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-05T15:55:07.364 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-12-05T15:55:07.364 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-05T15:55:07.364 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-05T15:55:07.386 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 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-05T15:55:09.337 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:09 smithi038 bash[25002]: cluster 2023-12-05T15:55:07.943123+0000 mgr.y (mgr.14469) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:09.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:09 smithi016 bash[25024]: cluster 2023-12-05T15:55:07.943123+0000 mgr.y (mgr.14469) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:09.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:09 smithi016 bash[30458]: cluster 2023-12-05T15:55:07.943123+0000 mgr.y (mgr.14469) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:11.180 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:10 smithi038 bash[25002]: cluster 2023-12-05T15:55:09.943811+0000 mgr.y (mgr.14469) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:11.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:10 smithi016 bash[25024]: cluster 2023-12-05T15:55:09.943811+0000 mgr.y (mgr.14469) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:11.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:10 smithi016 bash[30458]: cluster 2023-12-05T15:55:09.943811+0000 mgr.y (mgr.14469) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:11.486 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:11 smithi038 systemd[1]: Started Ceph prometheus.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T15:55:11.633 INFO:teuthology.orchestra.run.smithi038.stdout:[client.1] 2023-12-05T15:55:11.633 INFO:teuthology.orchestra.run.smithi038.stdout: key = AQDfR29ljTYTJRAAoFDQ0ybz7uFdwY4H4ebGFg== 2023-12-05T15:55:12.504 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:12 smithi016 systemd[1]: Started Ceph node-exporter.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T15:55:12.504 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:12 smithi016 bash[45161]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-05T15:55:12.504 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[25002]: audit 2023-12-05T15:55:11.501845+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:12.505 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[25002]: cephadm 2023-12-05T15:55:11.508092+0000 mgr.y (mgr.14469) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi016 2023-12-05T15:55:12.505 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[25002]: audit 2023-12-05T15:55:11.620548+0000 mon.b (mon.2) 49 : audit [INF] from='client.? 172.21.15.38:0/161168713' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T15:55:12.505 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[25002]: audit 2023-12-05T15:55:11.621728+0000 mon.a (mon.0) 618 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T15:55:12.505 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[25002]: audit 2023-12-05T15:55:11.628708+0000 mon.a (mon.0) 619 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-05T15:55:12.630 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-05T15:55:12.630 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-05T15:55:12.630 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-05T15:55:12.644 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-05T15:55:12.645 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-05T15:55:12.645 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-05T15:55:12.785 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[25002]: audit 2023-12-05T15:55:12.021243+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:12.785 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[25002]: audit 2023-12-05T15:55:12.279985+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:12.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:12 smithi016 bash[25024]: audit 2023-12-05T15:55:11.501845+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:12.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:12 smithi016 bash[25024]: cephadm 2023-12-05T15:55:11.508092+0000 mgr.y (mgr.14469) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi016 2023-12-05T15:55:12.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:12 smithi016 bash[25024]: audit 2023-12-05T15:55:11.620548+0000 mon.b (mon.2) 49 : audit [INF] from='client.? 172.21.15.38:0/161168713' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T15:55:12.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:12 smithi016 bash[25024]: audit 2023-12-05T15:55:11.621728+0000 mon.a (mon.0) 618 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T15:55:12.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:12 smithi016 bash[25024]: audit 2023-12-05T15:55:11.628708+0000 mon.a (mon.0) 619 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-05T15:55:12.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:12 smithi016 bash[25024]: audit 2023-12-05T15:55:12.021243+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:12.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:12 smithi016 bash[25024]: audit 2023-12-05T15:55:12.279985+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:12.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:12 smithi016 bash[30458]: audit 2023-12-05T15:55:11.501845+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:12.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:12 smithi016 bash[30458]: cephadm 2023-12-05T15:55:11.508092+0000 mgr.y (mgr.14469) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi016 2023-12-05T15:55:12.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:12 smithi016 bash[30458]: audit 2023-12-05T15:55:11.620548+0000 mon.b (mon.2) 49 : audit [INF] from='client.? 172.21.15.38:0/161168713' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T15:55:12.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:12 smithi016 bash[30458]: audit 2023-12-05T15:55:11.621728+0000 mon.a (mon.0) 618 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T15:55:12.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:12 smithi016 bash[30458]: audit 2023-12-05T15:55:11.628708+0000 mon.a (mon.0) 619 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-05T15:55:12.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:12 smithi016 bash[30458]: audit 2023-12-05T15:55:12.021243+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:12.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:12 smithi016 bash[30458]: audit 2023-12-05T15:55:12.279985+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:13.057 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:12 smithi038 systemd[1]: Started Ceph node-exporter.b for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T15:55:13.057 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.855Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-05T15:55:13.057 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.855Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-05T15:55:13.057 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.855Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-05T15:55:13.057 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.855Z caller=main.go:518 level=info host_details="(Linux 5.4.0-167-generic #184-Ubuntu SMP Tue Oct 31 09:21:49 UTC 2023 x86_64 smithi038 (none))" 2023-12-05T15:55:13.058 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.855Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-05T15:55:13.058 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.855Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-05T15:55:13.058 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.857Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-05T15:55:13.058 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.857Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-05T15:55:13.058 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.858Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-05T15:55:13.058 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.862Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-05T15:55:13.058 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.862Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.526µs 2023-12-05T15:55:13.058 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.862Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-05T15:55:13.058 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.862Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2023-12-05T15:55:13.058 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.862Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=28.543µs wal_replay_duration=282.926µs total_replay_duration=328.976µs 2023-12-05T15:55:13.058 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.864Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-05T15:55:13.058 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.864Z caller=main.go:947 level=info msg="TSDB started" 2023-12-05T15:55:13.058 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.864Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-05T15:55:13.058 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.885Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=21.651703ms db_storage=710ns remote_storage=1.807µs web_handler=454ns query_engine=790ns scrape=343.119µs scrape_sd=23.167µs notify=1.451µs notify_sd=2.312µs rules=21.01416ms 2023-12-05T15:55:13.059 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:55:12 smithi038 bash[40129]: ts=2023-12-05T15:55:12.885Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-05T15:55:13.338 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:13 smithi038 bash[40333]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-05T15:55:13.348 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:12 smithi016 bash[45161]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-05T15:55:13.348 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:13 smithi016 bash[45161]: aa2a8d90b84c: Pulling fs layer 2023-12-05T15:55:13.348 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:13 smithi016 bash[45161]: b45d31ee2d7f: Pulling fs layer 2023-12-05T15:55:13.348 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:13 smithi016 bash[45161]: b5db1e299295: Pulling fs layer 2023-12-05T15:55:13.618 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:13 smithi016 bash[45161]: b45d31ee2d7f: Verifying Checksum 2023-12-05T15:55:13.618 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:13 smithi016 bash[45161]: b45d31ee2d7f: Download complete 2023-12-05T15:55:13.618 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:13 smithi016 bash[45161]: aa2a8d90b84c: Download complete 2023-12-05T15:55:13.618 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:13 smithi016 bash[45161]: b5db1e299295: Download complete 2023-12-05T15:55:13.894 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:13 smithi038 bash[40333]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-05T15:55:13.895 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:13 smithi038 bash[25002]: cluster 2023-12-05T15:55:11.944288+0000 mgr.y (mgr.14469) 26 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:13.895 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:13 smithi038 bash[25002]: cephadm 2023-12-05T15:55:12.284617+0000 mgr.y (mgr.14469) 27 : cephadm [INF] Deploying daemon node-exporter.b on smithi038 2023-12-05T15:55:13.895 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:13 smithi038 bash[25002]: audit 2023-12-05T15:55:13.046170+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:14.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:13 smithi016 bash[25024]: cluster 2023-12-05T15:55:11.944288+0000 mgr.y (mgr.14469) 26 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:14.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:13 smithi016 bash[25024]: cephadm 2023-12-05T15:55:12.284617+0000 mgr.y (mgr.14469) 27 : cephadm [INF] Deploying daemon node-exporter.b on smithi038 2023-12-05T15:55:14.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:13 smithi016 bash[25024]: audit 2023-12-05T15:55:13.046170+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:14.119 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:13 smithi016 bash[45161]: aa2a8d90b84c: Pull complete 2023-12-05T15:55:14.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:13 smithi016 bash[30458]: cluster 2023-12-05T15:55:11.944288+0000 mgr.y (mgr.14469) 26 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:14.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:13 smithi016 bash[30458]: cephadm 2023-12-05T15:55:12.284617+0000 mgr.y (mgr.14469) 27 : cephadm [INF] Deploying daemon node-exporter.b on smithi038 2023-12-05T15:55:14.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:13 smithi016 bash[30458]: audit 2023-12-05T15:55:13.046170+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:14.266 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:13 smithi038 bash[40333]: aa2a8d90b84c: Pulling fs layer 2023-12-05T15:55:14.267 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:13 smithi038 bash[40333]: b45d31ee2d7f: Pulling fs layer 2023-12-05T15:55:14.267 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:13 smithi038 bash[40333]: b5db1e299295: Pulling fs layer 2023-12-05T15:55:14.588 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:14 smithi038 bash[40333]: b5db1e299295: Download complete 2023-12-05T15:55:14.588 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:14 smithi038 bash[40333]: aa2a8d90b84c: Verifying Checksum 2023-12-05T15:55:14.588 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:14 smithi038 bash[40333]: aa2a8d90b84c: Download complete 2023-12-05T15:55:14.588 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:14 smithi038 bash[40333]: b45d31ee2d7f: Verifying Checksum 2023-12-05T15:55:14.588 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:14 smithi038 bash[40333]: b45d31ee2d7f: Download complete 2023-12-05T15:55:14.588 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:14 smithi038 bash[40333]: aa2a8d90b84c: Pull complete 2023-12-05T15:55:14.618 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:14 smithi016 bash[45161]: b45d31ee2d7f: Pull complete 2023-12-05T15:55:14.923 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:14 smithi016 bash[25024]: cephadm 2023-12-05T15:55:13.064290+0000 mgr.y (mgr.14469) 28 : cephadm [INF] Deploying daemon alertmanager.a on smithi016 2023-12-05T15:55:14.923 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:14 smithi016 bash[30458]: cephadm 2023-12-05T15:55:13.064290+0000 mgr.y (mgr.14469) 28 : cephadm [INF] Deploying daemon alertmanager.a on smithi016 2023-12-05T15:55:14.924 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:14 smithi016 bash[45161]: b5db1e299295: Pull complete 2023-12-05T15:55:14.924 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:14 smithi016 bash[45161]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-05T15:55:15.022 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:14 smithi038 bash[25002]: cephadm 2023-12-05T15:55:13.064290+0000 mgr.y (mgr.14469) 28 : cephadm [INF] Deploying daemon alertmanager.a on smithi016 2023-12-05T15:55:15.338 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:15 smithi038 bash[40333]: b45d31ee2d7f: Pull complete 2023-12-05T15:55:15.368 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:14 smithi016 bash[45161]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-05T15:55:15.370 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:15.650 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:15 smithi038 bash[40333]: b5db1e299295: Pull complete 2023-12-05T15:55:15.650 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:15 smithi038 bash[40333]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-05T15:55:15.651 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:15 smithi038 bash[40333]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-05T15:55:15.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:15 smithi016 bash[25024]: cluster 2023-12-05T15:55:13.944794+0000 mgr.y (mgr.14469) 29 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:16.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:15 smithi038 bash[25002]: cluster 2023-12-05T15:55:13.944794+0000 mgr.y (mgr.14469) 29 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:16.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:15 smithi016 bash[30458]: cluster 2023-12-05T15:55:13.944794+0000 mgr.y (mgr.14469) 29 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:17.088 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.802Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-05T15:55:17.089 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.802Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2023-12-05T15:55:17.089 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.803Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2023-12-05T15:55:17.089 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.803Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-05T15:55:17.089 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-05T15:55:17.089 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=arp 2023-12-05T15:55:17.089 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-05T15:55:17.089 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-05T15:55:17.089 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-05T15:55:17.089 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-05T15:55:17.089 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-05T15:55:17.089 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-05T15:55:17.089 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-05T15:55:17.089 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-05T15:55:17.089 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=edac 2023-12-05T15:55:17.089 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-05T15:55:17.090 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-05T15:55:17.090 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-05T15:55:17.090 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-05T15:55:17.090 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-05T15:55:17.090 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-05T15:55:17.090 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-05T15:55:17.090 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-05T15:55:17.090 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-05T15:55:17.090 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-05T15:55:17.090 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-05T15:55:17.090 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-05T15:55:17.090 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-05T15:55:17.091 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-05T15:55:17.091 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-05T15:55:17.091 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-05T15:55:17.091 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=os 2023-12-05T15:55:17.091 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-05T15:55:17.091 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-05T15:55:17.091 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-05T15:55:17.091 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-05T15:55:17.091 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-05T15:55:17.091 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-05T15:55:17.091 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=stat 2023-12-05T15:55:17.091 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-05T15:55:17.092 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-05T15:55:17.092 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-05T15:55:17.092 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=time 2023-12-05T15:55:17.092 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-05T15:55:17.092 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=uname 2023-12-05T15:55:17.092 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-05T15:55:17.092 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.804Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-05T15:55:17.092 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.805Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-05T15:55:17.092 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.805Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-05T15:55:17.092 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 15:55:16 smithi038 bash[40333]: ts=2023-12-05T15:55:16.805Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-05T15:55:17.719 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[25024]: cluster 2023-12-05T15:55:15.945478+0000 mgr.y (mgr.14469) 30 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:17.719 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[25024]: audit 2023-12-05T15:55:17.037319+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:17.719 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[30458]: cluster 2023-12-05T15:55:15.945478+0000 mgr.y (mgr.14469) 30 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:17.719 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[30458]: audit 2023-12-05T15:55:17.037319+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:18.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:17 smithi038 bash[25002]: cluster 2023-12-05T15:55:15.945478+0000 mgr.y (mgr.14469) 30 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:18.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:17 smithi038 bash[25002]: audit 2023-12-05T15:55:17.037319+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:18.110 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.754Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-05T15:55:18.110 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.754Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2023-12-05T15:55:18.110 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.755Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2023-12-05T15:55:18.111 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.755Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-05T15:55:18.111 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-05T15:55:18.111 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=arp 2023-12-05T15:55:18.111 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-05T15:55:18.111 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-05T15:55:18.111 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-05T15:55:18.111 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-05T15:55:18.111 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-05T15:55:18.111 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-05T15:55:18.111 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-05T15:55:18.111 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-05T15:55:18.111 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=edac 2023-12-05T15:55:18.111 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-05T15:55:18.111 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-05T15:55:18.111 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-05T15:55:18.111 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-05T15:55:18.112 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-05T15:55:18.112 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-05T15:55:18.112 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-05T15:55:18.112 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-05T15:55:18.112 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-05T15:55:18.112 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-05T15:55:18.112 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-05T15:55:18.112 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-05T15:55:18.112 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-05T15:55:18.112 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-05T15:55:18.112 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-05T15:55:18.112 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-05T15:55:18.112 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=os 2023-12-05T15:55:18.113 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-05T15:55:18.113 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-05T15:55:18.113 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-05T15:55:18.113 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-05T15:55:18.113 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-05T15:55:18.113 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-05T15:55:18.113 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=stat 2023-12-05T15:55:18.113 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-05T15:55:18.113 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-05T15:55:18.113 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-05T15:55:18.113 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=time 2023-12-05T15:55:18.113 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-05T15:55:18.113 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=uname 2023-12-05T15:55:18.113 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-05T15:55:18.113 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-05T15:55:18.114 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-05T15:55:18.114 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.757Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-05T15:55:18.114 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 15:55:17 smithi016 bash[45161]: ts=2023-12-05T15:55:17.758Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-05T15:55:18.368 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:55:18 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:55:18] "GET /metrics HTTP/1.1" 200 191526 "" "Prometheus/2.33.4" 2023-12-05T15:55:19.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:55:18 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:55:18] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:55:19.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:19 smithi016 bash[25024]: cluster 2023-12-05T15:55:17.946313+0000 mgr.y (mgr.14469) 31 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:19.868 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:19 smithi016 bash[30458]: cluster 2023-12-05T15:55:17.946313+0000 mgr.y (mgr.14469) 31 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:20.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:19 smithi038 bash[25002]: cluster 2023-12-05T15:55:17.946313+0000 mgr.y (mgr.14469) 31 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:21.069 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:20 smithi016 bash[25024]: cluster 2023-12-05T15:55:19.947018+0000 mgr.y (mgr.14469) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:21.069 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:20 smithi016 bash[30458]: cluster 2023-12-05T15:55:19.947018+0000 mgr.y (mgr.14469) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:21.295 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-12-05T15:55:21.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:20 smithi038 bash[25002]: cluster 2023-12-05T15:55:19.947018+0000 mgr.y (mgr.14469) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:22.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:21 smithi038 bash[25002]: audit 2023-12-05T15:55:21.282780+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.16:0/412286105' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-05T15:55:22.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:21 smithi016 bash[25024]: audit 2023-12-05T15:55:21.282780+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.16:0/412286105' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-05T15:55:22.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:21 smithi016 bash[30458]: audit 2023-12-05T15:55:21.282780+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.16:0/412286105' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-05T15:55:22.604 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":19,"active_gid":14469,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6800","nonce":3178476426},{"type":"v1","addr":"172.21.15.16:6801","nonce":3178476426}]},"active_addr":"172.21.15.16:6801/3178476426","active_change":"2023-12-05T15:54:51.867571+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":24368,"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.16:8443/","prometheus":"http://172.21.15.16:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":59,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":1199207181}]},{"addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":3684199067}]},{"addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":2373383634}]},{"addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":2601044864}]}]}} 2023-12-05T15:55:22.607 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-05T15:55:22.607 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-05T15:55:22.607 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-05T15:55:23.292 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:22 smithi016 bash[30458]: cluster 2023-12-05T15:55:21.947615+0000 mgr.y (mgr.14469) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:23.292 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:22 smithi016 bash[25024]: cluster 2023-12-05T15:55:21.947615+0000 mgr.y (mgr.14469) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:23.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:22 smithi038 bash[25002]: cluster 2023-12-05T15:55:21.947615+0000 mgr.y (mgr.14469) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:25.336 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:26.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:25 smithi038 bash[25002]: cluster 2023-12-05T15:55:23.948460+0000 mgr.y (mgr.14469) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:26.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:25 smithi038 bash[25002]: audit 2023-12-05T15:55:24.639422+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:26.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:25 smithi038 bash[25002]: audit 2023-12-05T15:55:24.644457+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:55:26.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:25 smithi038 bash[25002]: audit 2023-12-05T15:55:24.646708+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:55:26.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:25 smithi038 bash[25002]: audit 2023-12-05T15:55:24.648186+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:55:26.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:25 smithi016 bash[25024]: cluster 2023-12-05T15:55:23.948460+0000 mgr.y (mgr.14469) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:26.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:25 smithi016 bash[25024]: audit 2023-12-05T15:55:24.639422+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:26.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:25 smithi016 bash[25024]: audit 2023-12-05T15:55:24.644457+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:55:26.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:25 smithi016 bash[25024]: audit 2023-12-05T15:55:24.646708+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:55:26.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:25 smithi016 bash[25024]: audit 2023-12-05T15:55:24.648186+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:55:26.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:25 smithi016 bash[30458]: cluster 2023-12-05T15:55:23.948460+0000 mgr.y (mgr.14469) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:26.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:25 smithi016 bash[30458]: audit 2023-12-05T15:55:24.639422+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:26.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:25 smithi016 bash[30458]: audit 2023-12-05T15:55:24.644457+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:55:26.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:25 smithi016 bash[30458]: audit 2023-12-05T15:55:24.646708+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:55:26.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:25 smithi016 bash[30458]: audit 2023-12-05T15:55:24.648186+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:55:26.868 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:55:26 smithi016 bash[45800]: level=info ts=2023-12-05T15:55:26.689Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-05T15:55:27.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:27 smithi016 bash[25024]: cluster 2023-12-05T15:55:25.949122+0000 mgr.y (mgr.14469) 35 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:27.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:27 smithi016 bash[25024]: audit 2023-12-05T15:55:27.048753+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:27.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:27 smithi016 bash[30458]: cluster 2023-12-05T15:55:25.949122+0000 mgr.y (mgr.14469) 35 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:27.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:27 smithi016 bash[30458]: audit 2023-12-05T15:55:27.048753+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:28.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:27 smithi038 bash[25002]: cluster 2023-12-05T15:55:25.949122+0000 mgr.y (mgr.14469) 35 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:28.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:27 smithi038 bash[25002]: audit 2023-12-05T15:55:27.048753+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:28.368 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:55:28 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:55:28] "GET /metrics HTTP/1.1" 200 191519 "" "Prometheus/2.33.4" 2023-12-05T15:55:28.573 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-12-05T15:55:28.573 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":59,"fsid":"787c96ca-9385-11ee-95a2-87774f69a715","created":"2023-12-05T15:47:28.272221+0000","modified":"2023-12-05T15:54:51.866628+0000","last_up_change":"2023-12-05T15:54:25.996904+0000","last_in_change":"2023-12-05T15:54:02.510729+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-05T15:51:32.160541+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"9b63b650-2eeb-4821-8481-d252d52badb4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6802","nonce":1285571619},{"type":"v1","addr":"172.21.15.16:6803","nonce":1285571619}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":1285571619},{"type":"v1","addr":"172.21.15.16:6805","nonce":1285571619}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":1285571619},{"type":"v1","addr":"172.21.15.16:6809","nonce":1285571619}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":1285571619},{"type":"v1","addr":"172.21.15.16:6807","nonce":1285571619}]},"public_addr":"172.21.15.16:6803/1285571619","cluster_addr":"172.21.15.16:6805/1285571619","heartbeat_back_addr":"172.21.15.16:6809/1285571619","heartbeat_front_addr":"172.21.15.16:6807/1285571619","state":["exists","up"]},{"osd":1,"uuid":"296b091e-3188-48ca-b753-372734b63faf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6810","nonce":3367443450},{"type":"v1","addr":"172.21.15.16:6811","nonce":3367443450}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6812","nonce":3367443450},{"type":"v1","addr":"172.21.15.16:6813","nonce":3367443450}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6816","nonce":3367443450},{"type":"v1","addr":"172.21.15.16:6817","nonce":3367443450}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6814","nonce":3367443450},{"type":"v1","addr":"172.21.15.16:6815","nonce":3367443450}]},"public_addr":"172.21.15.16:6811/3367443450","cluster_addr":"172.21.15.16:6813/3367443450","heartbeat_back_addr":"172.21.15.16:6817/3367443450","heartbeat_front_addr":"172.21.15.16:6815/3367443450","state":["exists","up"]},{"osd":2,"uuid":"b48895a7-67b2-4303-b43c-c03844119f62","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.16:6818","nonce":4183530387},{"type":"v1","addr":"172.21.15.16:6819","nonce":4183530387}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6820","nonce":4183530387},{"type":"v1","addr":"172.21.15.16:6821","nonce":4183530387}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6824","nonce":4183530387},{"type":"v1","addr":"172.21.15.16:6825","nonce":4183530387}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6822","nonce":4183530387},{"type":"v1","addr":"172.21.15.16:6823","nonce":4183530387}]},"public_addr":"172.21.15.16:6819/4183530387","cluster_addr":"172.21.15.16:6821/4183530387","heartbeat_back_addr":"172.21.15.16:6825/4183530387","heartbeat_front_addr":"172.21.15.16:6823/4183530387","state":["exists","up"]},{"osd":3,"uuid":"b8df4731-a2fd-46d6-9493-244c6c1fad39","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6826","nonce":1205540871},{"type":"v1","addr":"172.21.15.16:6827","nonce":1205540871}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6828","nonce":1205540871},{"type":"v1","addr":"172.21.15.16:6829","nonce":1205540871}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6832","nonce":1205540871},{"type":"v1","addr":"172.21.15.16:6833","nonce":1205540871}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6830","nonce":1205540871},{"type":"v1","addr":"172.21.15.16:6831","nonce":1205540871}]},"public_addr":"172.21.15.16:6827/1205540871","cluster_addr":"172.21.15.16:6829/1205540871","heartbeat_back_addr":"172.21.15.16:6833/1205540871","heartbeat_front_addr":"172.21.15.16:6831/1205540871","state":["exists","up"]},{"osd":4,"uuid":"110d6089-8079-4370-82b6-c0c29f9994e2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6800","nonce":3862068615},{"type":"v1","addr":"172.21.15.38:6801","nonce":3862068615}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6802","nonce":3862068615},{"type":"v1","addr":"172.21.15.38:6803","nonce":3862068615}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":3862068615},{"type":"v1","addr":"172.21.15.38:6807","nonce":3862068615}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":3862068615},{"type":"v1","addr":"172.21.15.38:6805","nonce":3862068615}]},"public_addr":"172.21.15.38:6801/3862068615","cluster_addr":"172.21.15.38:6803/3862068615","heartbeat_back_addr":"172.21.15.38:6807/3862068615","heartbeat_front_addr":"172.21.15.38:6805/3862068615","state":["exists","up"]},{"osd":5,"uuid":"1892bf24-f60f-44d4-8b07-bf1debfda886","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":1578538188},{"type":"v1","addr":"172.21.15.38:6809","nonce":1578538188}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6810","nonce":1578538188},{"type":"v1","addr":"172.21.15.38:6811","nonce":1578538188}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":1578538188},{"type":"v1","addr":"172.21.15.38:6815","nonce":1578538188}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":1578538188},{"type":"v1","addr":"172.21.15.38:6813","nonce":1578538188}]},"public_addr":"172.21.15.38:6809/1578538188","cluster_addr":"172.21.15.38:6811/1578538188","heartbeat_back_addr":"172.21.15.38:6815/1578538188","heartbeat_front_addr":"172.21.15.38:6813/1578538188","state":["exists","up"]},{"osd":6,"uuid":"dd7784fc-f91d-43b8-9215-d9b287cd4bf9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":591408570},{"type":"v1","addr":"172.21.15.38:6817","nonce":591408570}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6818","nonce":591408570},{"type":"v1","addr":"172.21.15.38:6819","nonce":591408570}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":591408570},{"type":"v1","addr":"172.21.15.38:6823","nonce":591408570}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":591408570},{"type":"v1","addr":"172.21.15.38:6821","nonce":591408570}]},"public_addr":"172.21.15.38:6817/591408570","cluster_addr":"172.21.15.38:6819/591408570","heartbeat_back_addr":"172.21.15.38:6823/591408570","heartbeat_front_addr":"172.21.15.38:6821/591408570","state":["exists","up"]},{"osd":7,"uuid":"3d3b61f9-906a-4324-8ff9-df52cdf21e26","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":1565058107},{"type":"v1","addr":"172.21.15.38:6825","nonce":1565058107}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6826","nonce":1565058107},{"type":"v1","addr":"172.21.15.38:6827","nonce":1565058107}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":1565058107},{"type":"v1","addr":"172.21.15.38:6831","nonce":1565058107}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":1565058107},{"type":"v1","addr":"172.21.15.38:6829","nonce":1565058107}]},"public_addr":"172.21.15.38:6825/1565058107","cluster_addr":"172.21.15.38:6827/1565058107","heartbeat_back_addr":"172.21.15.38:6831/1565058107","heartbeat_front_addr":"172.21.15.38:6829/1565058107","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:50:13.065453+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:50:51.371039+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:51:29.015426+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:52:06.896701+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:52:39.842732+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:53:14.977171+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:53:49.359970+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:54:24.352682+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:0/3308022158":"2023-12-06T15:54:51.866506+0000","172.21.15.16:6801/106321540":"2023-12-06T15:54:51.866506+0000","172.21.15.16:0/2140376099":"2023-12-06T15:54:51.866506+0000","172.21.15.16:0/774074402":"2023-12-06T15:54:51.866506+0000","172.21.15.16:6800/106321540":"2023-12-06T15:54:51.866506+0000","172.21.15.16:0/3649852040":"2023-12-06T15:48:31.495098+0000","172.21.15.16:6800/1540767706":"2023-12-06T15:48:31.495098+0000","172.21.15.16:0/2171432573":"2023-12-06T15:48:31.495098+0000","172.21.15.16:0/577266015":"2023-12-06T15:48:31.495098+0000","172.21.15.16:0/3187862307":"2023-12-06T15:48:00.578550+0000","172.21.15.16:0/504795757":"2023-12-06T15:54:51.866506+0000","172.21.15.16:6801/1540767706":"2023-12-06T15:48:31.495098+0000","172.21.15.16:0/717248056":"2023-12-06T15:48:00.578550+0000","172.21.15.16:6801/1955477128":"2023-12-06T15:48:00.578550+0000","172.21.15.16:6800/1955477128":"2023-12-06T15:48:00.578550+0000","172.21.15.16:0/3260321268":"2023-12-06T15:48:00.578550+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-05T15:55:28.868 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:55:28 smithi016 bash[45800]: level=info ts=2023-12-05T15:55:28.647Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.001072477s 2023-12-05T15:55:29.321 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:55:28 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:55:28] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:55:29.329 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-05T15:55:29.330 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-05T15:55:29.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:29 smithi016 bash[25024]: cluster 2023-12-05T15:55:27.949724+0000 mgr.y (mgr.14469) 36 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:29.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:29 smithi016 bash[25024]: audit 2023-12-05T15:55:28.319193+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:29.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:29 smithi016 bash[25024]: audit 2023-12-05T15:55:28.567836+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.16:0/791871191' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T15:55:29.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:29 smithi016 bash[30458]: cluster 2023-12-05T15:55:27.949724+0000 mgr.y (mgr.14469) 36 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:29.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:29 smithi016 bash[30458]: audit 2023-12-05T15:55:28.319193+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:29.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:29 smithi016 bash[30458]: audit 2023-12-05T15:55:28.567836+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.16:0/791871191' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T15:55:29.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:29 smithi038 bash[25002]: cluster 2023-12-05T15:55:27.949724+0000 mgr.y (mgr.14469) 36 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:29.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:29 smithi038 bash[25002]: audit 2023-12-05T15:55:28.319193+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:29.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:29 smithi038 bash[25002]: audit 2023-12-05T15:55:28.567836+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.16:0/791871191' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T15:55:30.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:30 smithi038 bash[25002]: audit 2023-12-05T15:55:29.371255+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:30.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:30 smithi038 bash[25002]: audit 2023-12-05T15:55:29.379811+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:30.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:30 smithi038 bash[25002]: audit 2023-12-05T15:55:29.424840+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:30.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:30 smithi038 bash[25002]: audit 2023-12-05T15:55:29.431310+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:30.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:30 smithi038 bash[25002]: audit 2023-12-05T15:55:29.437052+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T15:55:30.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:30 smithi038 bash[25002]: audit 2023-12-05T15:55:29.438045+0000 mgr.y (mgr.14469) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T15:55:30.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:30 smithi038 bash[25002]: audit 2023-12-05T15:55:29.445248+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:30.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:30 smithi038 bash[25002]: cephadm 2023-12-05T15:55:29.453113+0000 mgr.y (mgr.14469) 38 : cephadm [INF] Deploying daemon grafana.a on smithi038 2023-12-05T15:55:30.868 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:30 smithi016 bash[30458]: audit 2023-12-05T15:55:29.371255+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:30.868 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:30 smithi016 bash[30458]: audit 2023-12-05T15:55:29.379811+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:30.868 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:30 smithi016 bash[30458]: audit 2023-12-05T15:55:29.424840+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:30.868 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:30 smithi016 bash[30458]: audit 2023-12-05T15:55:29.431310+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:30.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:30 smithi016 bash[30458]: audit 2023-12-05T15:55:29.437052+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T15:55:30.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:30 smithi016 bash[30458]: audit 2023-12-05T15:55:29.438045+0000 mgr.y (mgr.14469) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T15:55:30.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:30 smithi016 bash[30458]: audit 2023-12-05T15:55:29.445248+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:30.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:30 smithi016 bash[30458]: cephadm 2023-12-05T15:55:29.453113+0000 mgr.y (mgr.14469) 38 : cephadm [INF] Deploying daemon grafana.a on smithi038 2023-12-05T15:55:30.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:30 smithi016 bash[25024]: audit 2023-12-05T15:55:29.371255+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:30.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:30 smithi016 bash[25024]: audit 2023-12-05T15:55:29.379811+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:30.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:30 smithi016 bash[25024]: audit 2023-12-05T15:55:29.424840+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:30.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:30 smithi016 bash[25024]: audit 2023-12-05T15:55:29.431310+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:30.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:30 smithi016 bash[25024]: audit 2023-12-05T15:55:29.437052+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T15:55:30.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:30 smithi016 bash[25024]: audit 2023-12-05T15:55:29.438045+0000 mgr.y (mgr.14469) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T15:55:30.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:30 smithi016 bash[25024]: audit 2023-12-05T15:55:29.445248+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:30.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:30 smithi016 bash[25024]: cephadm 2023-12-05T15:55:29.453113+0000 mgr.y (mgr.14469) 38 : cephadm [INF] Deploying daemon grafana.a on smithi038 2023-12-05T15:55:31.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:31 smithi038 bash[25002]: cluster 2023-12-05T15:55:29.950424+0000 mgr.y (mgr.14469) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:31.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:31 smithi016 bash[25024]: cluster 2023-12-05T15:55:29.950424+0000 mgr.y (mgr.14469) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:31.868 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:31 smithi016 bash[30458]: cluster 2023-12-05T15:55:29.950424+0000 mgr.y (mgr.14469) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:32.074 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:33.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:33 smithi016 bash[25024]: cluster 2023-12-05T15:55:31.951025+0000 mgr.y (mgr.14469) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:33.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:33 smithi016 bash[30458]: cluster 2023-12-05T15:55:31.951025+0000 mgr.y (mgr.14469) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:33.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:33 smithi038 bash[25002]: cluster 2023-12-05T15:55:31.951025+0000 mgr.y (mgr.14469) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:35.100 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-12-05T15:55:35.100 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":59,"fsid":"787c96ca-9385-11ee-95a2-87774f69a715","created":"2023-12-05T15:47:28.272221+0000","modified":"2023-12-05T15:54:51.866628+0000","last_up_change":"2023-12-05T15:54:25.996904+0000","last_in_change":"2023-12-05T15:54:02.510729+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-05T15:51:32.160541+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"9b63b650-2eeb-4821-8481-d252d52badb4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6802","nonce":1285571619},{"type":"v1","addr":"172.21.15.16:6803","nonce":1285571619}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":1285571619},{"type":"v1","addr":"172.21.15.16:6805","nonce":1285571619}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":1285571619},{"type":"v1","addr":"172.21.15.16:6809","nonce":1285571619}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":1285571619},{"type":"v1","addr":"172.21.15.16:6807","nonce":1285571619}]},"public_addr":"172.21.15.16:6803/1285571619","cluster_addr":"172.21.15.16:6805/1285571619","heartbeat_back_addr":"172.21.15.16:6809/1285571619","heartbeat_front_addr":"172.21.15.16:6807/1285571619","state":["exists","up"]},{"osd":1,"uuid":"296b091e-3188-48ca-b753-372734b63faf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6810","nonce":3367443450},{"type":"v1","addr":"172.21.15.16:6811","nonce":3367443450}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6812","nonce":3367443450},{"type":"v1","addr":"172.21.15.16:6813","nonce":3367443450}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6816","nonce":3367443450},{"type":"v1","addr":"172.21.15.16:6817","nonce":3367443450}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6814","nonce":3367443450},{"type":"v1","addr":"172.21.15.16:6815","nonce":3367443450}]},"public_addr":"172.21.15.16:6811/3367443450","cluster_addr":"172.21.15.16:6813/3367443450","heartbeat_back_addr":"172.21.15.16:6817/3367443450","heartbeat_front_addr":"172.21.15.16:6815/3367443450","state":["exists","up"]},{"osd":2,"uuid":"b48895a7-67b2-4303-b43c-c03844119f62","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.16:6818","nonce":4183530387},{"type":"v1","addr":"172.21.15.16:6819","nonce":4183530387}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6820","nonce":4183530387},{"type":"v1","addr":"172.21.15.16:6821","nonce":4183530387}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6824","nonce":4183530387},{"type":"v1","addr":"172.21.15.16:6825","nonce":4183530387}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6822","nonce":4183530387},{"type":"v1","addr":"172.21.15.16:6823","nonce":4183530387}]},"public_addr":"172.21.15.16:6819/4183530387","cluster_addr":"172.21.15.16:6821/4183530387","heartbeat_back_addr":"172.21.15.16:6825/4183530387","heartbeat_front_addr":"172.21.15.16:6823/4183530387","state":["exists","up"]},{"osd":3,"uuid":"b8df4731-a2fd-46d6-9493-244c6c1fad39","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6826","nonce":1205540871},{"type":"v1","addr":"172.21.15.16:6827","nonce":1205540871}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6828","nonce":1205540871},{"type":"v1","addr":"172.21.15.16:6829","nonce":1205540871}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6832","nonce":1205540871},{"type":"v1","addr":"172.21.15.16:6833","nonce":1205540871}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6830","nonce":1205540871},{"type":"v1","addr":"172.21.15.16:6831","nonce":1205540871}]},"public_addr":"172.21.15.16:6827/1205540871","cluster_addr":"172.21.15.16:6829/1205540871","heartbeat_back_addr":"172.21.15.16:6833/1205540871","heartbeat_front_addr":"172.21.15.16:6831/1205540871","state":["exists","up"]},{"osd":4,"uuid":"110d6089-8079-4370-82b6-c0c29f9994e2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6800","nonce":3862068615},{"type":"v1","addr":"172.21.15.38:6801","nonce":3862068615}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6802","nonce":3862068615},{"type":"v1","addr":"172.21.15.38:6803","nonce":3862068615}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":3862068615},{"type":"v1","addr":"172.21.15.38:6807","nonce":3862068615}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":3862068615},{"type":"v1","addr":"172.21.15.38:6805","nonce":3862068615}]},"public_addr":"172.21.15.38:6801/3862068615","cluster_addr":"172.21.15.38:6803/3862068615","heartbeat_back_addr":"172.21.15.38:6807/3862068615","heartbeat_front_addr":"172.21.15.38:6805/3862068615","state":["exists","up"]},{"osd":5,"uuid":"1892bf24-f60f-44d4-8b07-bf1debfda886","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":1578538188},{"type":"v1","addr":"172.21.15.38:6809","nonce":1578538188}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6810","nonce":1578538188},{"type":"v1","addr":"172.21.15.38:6811","nonce":1578538188}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":1578538188},{"type":"v1","addr":"172.21.15.38:6815","nonce":1578538188}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":1578538188},{"type":"v1","addr":"172.21.15.38:6813","nonce":1578538188}]},"public_addr":"172.21.15.38:6809/1578538188","cluster_addr":"172.21.15.38:6811/1578538188","heartbeat_back_addr":"172.21.15.38:6815/1578538188","heartbeat_front_addr":"172.21.15.38:6813/1578538188","state":["exists","up"]},{"osd":6,"uuid":"dd7784fc-f91d-43b8-9215-d9b287cd4bf9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":591408570},{"type":"v1","addr":"172.21.15.38:6817","nonce":591408570}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6818","nonce":591408570},{"type":"v1","addr":"172.21.15.38:6819","nonce":591408570}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":591408570},{"type":"v1","addr":"172.21.15.38:6823","nonce":591408570}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":591408570},{"type":"v1","addr":"172.21.15.38:6821","nonce":591408570}]},"public_addr":"172.21.15.38:6817/591408570","cluster_addr":"172.21.15.38:6819/591408570","heartbeat_back_addr":"172.21.15.38:6823/591408570","heartbeat_front_addr":"172.21.15.38:6821/591408570","state":["exists","up"]},{"osd":7,"uuid":"3d3b61f9-906a-4324-8ff9-df52cdf21e26","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":1565058107},{"type":"v1","addr":"172.21.15.38:6825","nonce":1565058107}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6826","nonce":1565058107},{"type":"v1","addr":"172.21.15.38:6827","nonce":1565058107}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":1565058107},{"type":"v1","addr":"172.21.15.38:6831","nonce":1565058107}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":1565058107},{"type":"v1","addr":"172.21.15.38:6829","nonce":1565058107}]},"public_addr":"172.21.15.38:6825/1565058107","cluster_addr":"172.21.15.38:6827/1565058107","heartbeat_back_addr":"172.21.15.38:6831/1565058107","heartbeat_front_addr":"172.21.15.38:6829/1565058107","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:50:13.065453+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:50:51.371039+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:51:29.015426+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:52:06.896701+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:52:39.842732+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:53:14.977171+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:53:49.359970+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-05T15:54:24.352682+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:0/3308022158":"2023-12-06T15:54:51.866506+0000","172.21.15.16:6801/106321540":"2023-12-06T15:54:51.866506+0000","172.21.15.16:0/2140376099":"2023-12-06T15:54:51.866506+0000","172.21.15.16:0/774074402":"2023-12-06T15:54:51.866506+0000","172.21.15.16:6800/106321540":"2023-12-06T15:54:51.866506+0000","172.21.15.16:0/3649852040":"2023-12-06T15:48:31.495098+0000","172.21.15.16:6800/1540767706":"2023-12-06T15:48:31.495098+0000","172.21.15.16:0/2171432573":"2023-12-06T15:48:31.495098+0000","172.21.15.16:0/577266015":"2023-12-06T15:48:31.495098+0000","172.21.15.16:0/3187862307":"2023-12-06T15:48:00.578550+0000","172.21.15.16:0/504795757":"2023-12-06T15:54:51.866506+0000","172.21.15.16:6801/1540767706":"2023-12-06T15:48:31.495098+0000","172.21.15.16:0/717248056":"2023-12-06T15:48:00.578550+0000","172.21.15.16:6801/1955477128":"2023-12-06T15:48:00.578550+0000","172.21.15.16:6800/1955477128":"2023-12-06T15:48:00.578550+0000","172.21.15.16:0/3260321268":"2023-12-06T15:48:00.578550+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-05T15:55:35.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:35 smithi016 bash[25024]: cluster 2023-12-05T15:55:33.951693+0000 mgr.y (mgr.14469) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:35.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:35 smithi016 bash[25024]: audit 2023-12-05T15:55:35.095173+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.16:0/12836457' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T15:55:35.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:35 smithi016 bash[30458]: cluster 2023-12-05T15:55:33.951693+0000 mgr.y (mgr.14469) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:35.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:35 smithi016 bash[30458]: audit 2023-12-05T15:55:35.095173+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.16:0/12836457' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T15:55:35.818 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-05T15:55:35.818 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-05T15:55:35.819 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-05T15:55:35.819 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-05T15:55:35.819 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-05T15:55:35.820 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-05T15:55:35.820 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-05T15:55:35.820 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-05T15:55:35.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:35 smithi038 bash[25002]: cluster 2023-12-05T15:55:33.951693+0000 mgr.y (mgr.14469) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:35.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:35 smithi038 bash[25002]: audit 2023-12-05T15:55:35.095173+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.16:0/12836457' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T15:55:37.118 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:55:36 smithi016 bash[45800]: level=info ts=2023-12-05T15:55:36.650Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.00459908s 2023-12-05T15:55:37.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:37 smithi038 bash[25002]: cluster 2023-12-05T15:55:35.952167+0000 mgr.y (mgr.14469) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:37.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:37 smithi016 bash[25024]: cluster 2023-12-05T15:55:35.952167+0000 mgr.y (mgr.14469) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:37.868 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:37 smithi016 bash[30458]: cluster 2023-12-05T15:55:35.952167+0000 mgr.y (mgr.14469) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:38.368 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:55:38 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:55:38] "GET /metrics HTTP/1.1" 200 191508 "" "Prometheus/2.33.4" 2023-12-05T15:55:38.726 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:38.729 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:38.730 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:38.730 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:38.730 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:38.731 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:38.733 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:38.734 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:39.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:55:38 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:55:38] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:55:39.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:39 smithi016 bash[25024]: cluster 2023-12-05T15:55:37.952769+0000 mgr.y (mgr.14469) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:39.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:39 smithi016 bash[30458]: cluster 2023-12-05T15:55:37.952769+0000 mgr.y (mgr.14469) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:39.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:39 smithi038 bash[25002]: cluster 2023-12-05T15:55:37.952769+0000 mgr.y (mgr.14469) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:41.173 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:40 smithi016 bash[25024]: cluster 2023-12-05T15:55:39.953428+0000 mgr.y (mgr.14469) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:41.174 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:40 smithi016 bash[30458]: cluster 2023-12-05T15:55:39.953428+0000 mgr.y (mgr.14469) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:41.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:40 smithi038 bash[25002]: cluster 2023-12-05T15:55:39.953428+0000 mgr.y (mgr.14469) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:43.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:43 smithi016 bash[25024]: cluster 2023-12-05T15:55:41.954011+0000 mgr.y (mgr.14469) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:43.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:43 smithi016 bash[30458]: cluster 2023-12-05T15:55:41.954011+0000 mgr.y (mgr.14469) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:43.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:43 smithi038 bash[25002]: cluster 2023-12-05T15:55:41.954011+0000 mgr.y (mgr.14469) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:45.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:45 smithi038 bash[25002]: cluster 2023-12-05T15:55:43.954720+0000 mgr.y (mgr.14469) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:45.339 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:45 smithi016 bash[25024]: cluster 2023-12-05T15:55:43.954720+0000 mgr.y (mgr.14469) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:45.339 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:45 smithi016 bash[30458]: cluster 2023-12-05T15:55:43.954720+0000 mgr.y (mgr.14469) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:47.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:47 smithi038 bash[25002]: cluster 2023-12-05T15:55:45.955339+0000 mgr.y (mgr.14469) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:47.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:47 smithi016 bash[30458]: cluster 2023-12-05T15:55:45.955339+0000 mgr.y (mgr.14469) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:47.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:47 smithi016 bash[25024]: cluster 2023-12-05T15:55:45.955339+0000 mgr.y (mgr.14469) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:48.368 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:55:48 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:55:48] "GET /metrics HTTP/1.1" 200 191508 "" "Prometheus/2.33.4" 2023-12-05T15:55:49.271 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:49 smithi016 bash[25024]: cluster 2023-12-05T15:55:47.955967+0000 mgr.y (mgr.14469) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:49.271 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:49 smithi016 bash[30458]: cluster 2023-12-05T15:55:47.955967+0000 mgr.y (mgr.14469) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:49.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:49 smithi038 bash[25002]: cluster 2023-12-05T15:55:47.955967+0000 mgr.y (mgr.14469) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:49.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:55:48 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:55:48] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:55:51.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:50 smithi038 bash[25002]: cluster 2023-12-05T15:55:49.956742+0000 mgr.y (mgr.14469) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:51.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:50 smithi016 bash[25024]: cluster 2023-12-05T15:55:49.956742+0000 mgr.y (mgr.14469) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:51.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:50 smithi016 bash[30458]: cluster 2023-12-05T15:55:49.956742+0000 mgr.y (mgr.14469) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:52.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:51 smithi016 bash[30458]: audit 2023-12-05T15:55:50.903602+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:52.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:51 smithi016 bash[30458]: audit 2023-12-05T15:55:50.912123+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:55:52.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:51 smithi016 bash[30458]: audit 2023-12-05T15:55:50.914260+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:55:52.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:51 smithi016 bash[30458]: audit 2023-12-05T15:55:50.915474+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:55:52.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:51 smithi016 bash[25024]: audit 2023-12-05T15:55:50.903602+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:52.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:51 smithi016 bash[25024]: audit 2023-12-05T15:55:50.912123+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:55:52.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:51 smithi016 bash[25024]: audit 2023-12-05T15:55:50.914260+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:55:52.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:51 smithi016 bash[25024]: audit 2023-12-05T15:55:50.915474+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:55:52.124 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:51 smithi038 bash[25002]: audit 2023-12-05T15:55:50.903602+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:52.125 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:51 smithi038 bash[25002]: audit 2023-12-05T15:55:50.912123+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:55:52.125 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:51 smithi038 bash[25002]: audit 2023-12-05T15:55:50.914260+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:55:52.125 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:51 smithi038 bash[25002]: audit 2023-12-05T15:55:50.915474+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:55:52.125 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2023-12-05T15:55:52.141 INFO:teuthology.orchestra.run.smithi016.stdout:197568495641 2023-12-05T15:55:52.142 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-05T15:55:52.260 INFO:teuthology.orchestra.run.smithi016.stdout:55834574910 2023-12-05T15:55:52.261 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-05T15:55:52.402 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2023-12-05T15:55:52.403 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2023-12-05T15:55:52.403 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2023-12-05T15:55:52.403 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2023-12-05T15:55:52.403 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2023-12-05T15:55:52.403 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2023-12-05T15:55:52.403 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2023-12-05T15:55:52.403 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2023-12-05T15:55:52.403 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-05T15:55:52.403 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2023-12-05T15:55:52.674 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2023-12-05T15:55:52.675 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2023-12-05T15:55:52.675 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2023-12-05T15:55:52.675 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2023-12-05T15:55:52.675 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2023-12-05T15:55:52.675 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2023-12-05T15:55:52.675 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2023-12-05T15:55:52.675 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2023-12-05T15:55:52.675 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2023-12-05T15:55:52.675 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2023-12-05T15:55:52.977 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2023-12-05T15:55:52.977 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2023-12-05T15:55:52.977 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2023-12-05T15:55:52.977 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2023-12-05T15:55:52.977 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2023-12-05T15:55:52.977 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2023-12-05T15:55:52.977 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2023-12-05T15:55:52.977 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:52 smithi038 bash[40953]: t=2023-12-05T15:55:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2023-12-05T15:55:53.246 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[25002]: cluster 2023-12-05T15:55:51.957309+0000 mgr.y (mgr.14469) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:53.246 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[25002]: audit 2023-12-05T15:55:52.064157+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:53.246 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[25002]: audit 2023-12-05T15:55:52.291847+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:55:53.247 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[25002]: audit 2023-12-05T15:55:52.293088+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:55:53.247 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[25002]: audit 2023-12-05T15:55:52.305593+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:55:53.247 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[25002]: audit 2023-12-05T15:55:52.306525+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:55:53.247 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2023-12-05T15:55:53.247 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2023-12-05T15:55:53.247 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2023-12-05T15:55:53.247 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2023-12-05T15:55:53.247 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2023-12-05T15:55:53.247 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2023-12-05T15:55:53.247 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2023-12-05T15:55:53.247 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2023-12-05T15:55:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:53 smithi016 bash[25024]: cluster 2023-12-05T15:55:51.957309+0000 mgr.y (mgr.14469) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:53 smithi016 bash[25024]: audit 2023-12-05T15:55:52.064157+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:53 smithi016 bash[25024]: audit 2023-12-05T15:55:52.291847+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:55:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:53 smithi016 bash[25024]: audit 2023-12-05T15:55:52.293088+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:55:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:53 smithi016 bash[25024]: audit 2023-12-05T15:55:52.305593+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:55:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:53 smithi016 bash[25024]: audit 2023-12-05T15:55:52.306525+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:55:53.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:53 smithi016 bash[30458]: cluster 2023-12-05T15:55:51.957309+0000 mgr.y (mgr.14469) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:53.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:53 smithi016 bash[30458]: audit 2023-12-05T15:55:52.064157+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:53.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:53 smithi016 bash[30458]: audit 2023-12-05T15:55:52.291847+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:55:53.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:53 smithi016 bash[30458]: audit 2023-12-05T15:55:52.293088+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:55:53.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:53 smithi016 bash[30458]: audit 2023-12-05T15:55:52.305593+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:55:53.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:53 smithi016 bash[30458]: audit 2023-12-05T15:55:52.306525+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:55:53.408 INFO:teuthology.orchestra.run.smithi016.stdout:163208757280 2023-12-05T15:55:53.409 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-05T15:55:53.499 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2023-12-05T15:55:53.499 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2023-12-05T15:55:53.499 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2023-12-05T15:55:53.499 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2023-12-05T15:55:53.499 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2023-12-05T15:55:53.499 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2023-12-05T15:55:53.499 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2023-12-05T15:55:53.776 INFO:teuthology.orchestra.run.smithi016.stdout:77309411381 2023-12-05T15:55:53.776 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-05T15:55:53.777 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2023-12-05T15:55:53.777 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2023-12-05T15:55:53.777 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2023-12-05T15:55:53.777 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2023-12-05T15:55:53.777 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2023-12-05T15:55:53.777 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2023-12-05T15:55:53.777 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2023-12-05T15:55:53.777 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2023-12-05T15:55:53.777 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2023-12-05T15:55:54.031 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2023-12-05T15:55:54.031 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2023-12-05T15:55:54.031 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2023-12-05T15:55:54.031 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:53 smithi038 bash[40953]: t=2023-12-05T15:55:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2023-12-05T15:55:54.282 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2023-12-05T15:55:54.282 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2023-12-05T15:55:54.282 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2023-12-05T15:55:54.282 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2023-12-05T15:55:54.282 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2023-12-05T15:55:54.282 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2023-12-05T15:55:54.282 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2023-12-05T15:55:54.552 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2023-12-05T15:55:54.552 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2023-12-05T15:55:54.552 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2023-12-05T15:55:54.552 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2023-12-05T15:55:54.552 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2023-12-05T15:55:54.552 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2023-12-05T15:55:54.552 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2023-12-05T15:55:54.552 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2023-12-05T15:55:54.829 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2023-12-05T15:55:54.830 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2023-12-05T15:55:54.830 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2023-12-05T15:55:54.830 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2023-12-05T15:55:54.830 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2023-12-05T15:55:54.830 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2023-12-05T15:55:55.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[25002]: cluster 2023-12-05T15:55:53.957870+0000 mgr.y (mgr.14469) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:55.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[25002]: audit 2023-12-05T15:55:54.805526+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:55.090 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2023-12-05T15:55:55.090 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2023-12-05T15:55:55.090 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2023-12-05T15:55:55.090 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2023-12-05T15:55:55.090 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:54 smithi038 bash[40953]: t=2023-12-05T15:55:54+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2023-12-05T15:55:55.090 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2023-12-05T15:55:55.090 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2023-12-05T15:55:55.340 INFO:teuthology.orchestra.run.smithi016.stdout:231928234002 2023-12-05T15:55:55.340 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-05T15:55:55.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:55 smithi016 bash[25024]: cluster 2023-12-05T15:55:53.957870+0000 mgr.y (mgr.14469) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:55.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:55 smithi016 bash[25024]: audit 2023-12-05T15:55:54.805526+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:55.355 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:55 smithi016 bash[30458]: cluster 2023-12-05T15:55:53.957870+0000 mgr.y (mgr.14469) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:55.355 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:55 smithi016 bash[30458]: audit 2023-12-05T15:55:54.805526+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:55.369 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2023-12-05T15:55:55.369 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2023-12-05T15:55:55.369 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2023-12-05T15:55:55.369 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2023-12-05T15:55:55.369 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2023-12-05T15:55:55.369 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2023-12-05T15:55:55.370 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2023-12-05T15:55:55.370 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2023-12-05T15:55:55.370 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2023-12-05T15:55:55.370 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2023-12-05T15:55:55.370 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2023-12-05T15:55:55.431 INFO:teuthology.orchestra.run.smithi016.stdout:107374182447 2023-12-05T15:55:55.431 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-05T15:55:55.630 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2023-12-05T15:55:55.630 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2023-12-05T15:55:55.630 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2023-12-05T15:55:55.631 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2023-12-05T15:55:55.631 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-05T15:55:55.631 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2023-12-05T15:55:55.631 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2023-12-05T15:55:55.631 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2023-12-05T15:55:55.631 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2023-12-05T15:55:55.892 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2023-12-05T15:55:55.892 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2023-12-05T15:55:55.892 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2023-12-05T15:55:55.892 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2023-12-05T15:55:55.892 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2023-12-05T15:55:55.892 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2023-12-05T15:55:55.892 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2023-12-05T15:55:55.892 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2023-12-05T15:55:55.892 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2023-12-05T15:55:55.892 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2023-12-05T15:55:56.122 INFO:teuthology.orchestra.run.smithi016.stdout:34359738437 2023-12-05T15:55:56.122 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-05T15:55:56.135 INFO:teuthology.orchestra.run.smithi016.stdout:128849018920 2023-12-05T15:55:56.135 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-05T15:55:56.152 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2023-12-05T15:55:56.152 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2023-12-05T15:55:56.153 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:55 smithi038 bash[40953]: t=2023-12-05T15:55:55+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2023-12-05T15:55:56.153 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2023-12-05T15:55:56.153 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2023-12-05T15:55:56.153 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2023-12-05T15:55:56.153 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2023-12-05T15:55:56.447 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2023-12-05T15:55:56.447 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2023-12-05T15:55:56.447 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2023-12-05T15:55:56.447 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2023-12-05T15:55:56.447 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2023-12-05T15:55:56.447 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2023-12-05T15:55:56.447 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2023-12-05T15:55:56.447 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2023-12-05T15:55:56.609 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:56.610 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:56.717 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2023-12-05T15:55:56.717 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2023-12-05T15:55:56.717 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2023-12-05T15:55:56.717 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2023-12-05T15:55:56.717 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2023-12-05T15:55:56.717 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2023-12-05T15:55:56.717 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2023-12-05T15:55:56.717 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2023-12-05T15:55:56.717 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2023-12-05T15:55:56.717 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2023-12-05T15:55:56.995 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2023-12-05T15:55:56.995 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2023-12-05T15:55:56.995 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2023-12-05T15:55:56.995 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2023-12-05T15:55:56.995 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2023-12-05T15:55:56.995 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2023-12-05T15:55:56.995 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2023-12-05T15:55:56.995 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2023-12-05T15:55:57.281 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[25002]: cluster 2023-12-05T15:55:55.958432+0000 mgr.y (mgr.14469) 52 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:57.281 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:56 smithi038 bash[40953]: t=2023-12-05T15:55:56+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2023-12-05T15:55:57.281 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2023-12-05T15:55:57.282 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2023-12-05T15:55:57.282 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2023-12-05T15:55:57.282 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2023-12-05T15:55:57.282 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2023-12-05T15:55:57.282 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2023-12-05T15:55:57.282 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2023-12-05T15:55:57.282 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2023-12-05T15:55:57.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:57 smithi016 bash[25024]: cluster 2023-12-05T15:55:55.958432+0000 mgr.y (mgr.14469) 52 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:57.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:57 smithi016 bash[30458]: cluster 2023-12-05T15:55:55.958432+0000 mgr.y (mgr.14469) 52 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:57.534 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2023-12-05T15:55:57.534 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2023-12-05T15:55:57.534 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2023-12-05T15:55:57.534 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2023-12-05T15:55:57.534 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2023-12-05T15:55:57.534 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2023-12-05T15:55:57.535 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2023-12-05T15:55:57.535 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2023-12-05T15:55:57.620 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:57.620 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:57.786 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2023-12-05T15:55:57.787 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2023-12-05T15:55:57.787 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2023-12-05T15:55:57.787 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2023-12-05T15:55:57.787 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2023-12-05T15:55:57.787 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2023-12-05T15:55:57.787 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_alert_rule_tag_alert_id_tag_id - Add unique index alert_rule_tag.alert_id_tag_id V2" 2023-12-05T15:55:57.787 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2023-12-05T15:55:57.787 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2023-12-05T15:55:58.040 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2023-12-05T15:55:58.040 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2023-12-05T15:55:58.040 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2023-12-05T15:55:58.040 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2023-12-05T15:55:58.040 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2023-12-05T15:55:58.040 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2023-12-05T15:55:58.040 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:57 smithi038 bash[40953]: t=2023-12-05T15:55:57+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2023-12-05T15:55:58.040 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2023-12-05T15:55:58.309 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2023-12-05T15:55:58.309 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2023-12-05T15:55:58.309 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2023-12-05T15:55:58.309 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2023-12-05T15:55:58.309 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2023-12-05T15:55:58.309 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2023-12-05T15:55:58.309 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2023-12-05T15:55:58.363 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:55:58 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:55:58] "GET /metrics HTTP/1.1" 200 191510 "" "Prometheus/2.33.4" 2023-12-05T15:55:58.561 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2023-12-05T15:55:58.561 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2023-12-05T15:55:58.561 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2023-12-05T15:55:58.561 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2023-12-05T15:55:58.562 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2023-12-05T15:55:58.562 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2023-12-05T15:55:58.562 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2023-12-05T15:55:58.634 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:58.636 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:58.636 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:58.637 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:55:58.831 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2023-12-05T15:55:58.831 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2023-12-05T15:55:58.832 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2023-12-05T15:55:58.832 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2023-12-05T15:55:58.832 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2023-12-05T15:55:58.832 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2023-12-05T15:55:58.832 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2023-12-05T15:55:58.832 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2023-12-05T15:55:58.832 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2023-12-05T15:55:59.088 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:55:58] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:55:59.089 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2023-12-05T15:55:59.089 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2023-12-05T15:55:59.089 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2023-12-05T15:55:59.089 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:58 smithi038 bash[40953]: t=2023-12-05T15:55:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2023-12-05T15:55:59.089 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2023-12-05T15:55:59.089 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2023-12-05T15:55:59.386 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2023-12-05T15:55:59.387 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_annotation_tag_annotation_id_tag_id - Add unique index annotation_tag.annotation_id_tag_id V3" 2023-12-05T15:55:59.387 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2023-12-05T15:55:59.387 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2023-12-05T15:55:59.387 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2023-12-05T15:55:59.387 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2023-12-05T15:55:59.387 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2023-12-05T15:55:59.387 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2023-12-05T15:55:59.387 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2023-12-05T15:55:59.665 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[25002]: cluster 2023-12-05T15:55:57.959086+0000 mgr.y (mgr.14469) 53 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:59.665 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[25002]: audit 2023-12-05T15:55:58.398105+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:59.665 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[25002]: audit 2023-12-05T15:55:58.686213+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:59.665 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2023-12-05T15:55:59.665 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2023-12-05T15:55:59.666 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2023-12-05T15:55:59.666 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2023-12-05T15:55:59.666 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2023-12-05T15:55:59.666 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2023-12-05T15:55:59.666 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2023-12-05T15:55:59.666 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2023-12-05T15:55:59.666 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2023-12-05T15:55:59.666 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2023-12-05T15:55:59.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:59 smithi016 bash[25024]: cluster 2023-12-05T15:55:57.959086+0000 mgr.y (mgr.14469) 53 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:59.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:59 smithi016 bash[25024]: audit 2023-12-05T15:55:58.398105+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:59.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:55:59 smithi016 bash[25024]: audit 2023-12-05T15:55:58.686213+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:59.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:59 smithi016 bash[30458]: cluster 2023-12-05T15:55:57.959086+0000 mgr.y (mgr.14469) 53 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:55:59.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:59 smithi016 bash[30458]: audit 2023-12-05T15:55:58.398105+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:59.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:55:59 smithi016 bash[30458]: audit 2023-12-05T15:55:58.686213+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:55:59.934 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2023-12-05T15:55:59.934 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2023-12-05T15:55:59.934 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2023-12-05T15:55:59.934 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2023-12-05T15:55:59.934 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2023-12-05T15:55:59.935 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2023-12-05T15:55:59.935 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2023-12-05T15:55:59.935 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2023-12-05T15:56:00.195 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:55:59 smithi038 bash[40953]: t=2023-12-05T15:55:59+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2023-12-05T15:56:00.195 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2023-12-05T15:56:00.195 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2023-12-05T15:56:00.195 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2023-12-05T15:56:00.196 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2023-12-05T15:56:00.196 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2023-12-05T15:56:00.196 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2023-12-05T15:56:00.473 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[25002]: cephadm 2023-12-05T15:55:58.693827+0000 mgr.y (mgr.14469) 54 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-05T15:56:00.473 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[25002]: cephadm 2023-12-05T15:55:58.698857+0000 mgr.y (mgr.14469) 55 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi016 2023-12-05T15:56:00.474 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2023-12-05T15:56:00.474 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2023-12-05T15:56:00.474 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2023-12-05T15:56:00.474 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2023-12-05T15:56:00.474 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2023-12-05T15:56:00.474 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2023-12-05T15:56:00.474 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2023-12-05T15:56:00.474 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2023-12-05T15:56:00.474 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2023-12-05T15:56:00.724 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:00 smithi016 bash[25024]: cephadm 2023-12-05T15:55:58.693827+0000 mgr.y (mgr.14469) 54 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-05T15:56:00.724 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:00 smithi016 bash[25024]: cephadm 2023-12-05T15:55:58.698857+0000 mgr.y (mgr.14469) 55 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi016 2023-12-05T15:56:00.725 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:00 smithi016 bash[30458]: cephadm 2023-12-05T15:55:58.693827+0000 mgr.y (mgr.14469) 54 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-05T15:56:00.725 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:00 smithi016 bash[30458]: cephadm 2023-12-05T15:55:58.698857+0000 mgr.y (mgr.14469) 55 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi016 2023-12-05T15:56:00.729 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2023-12-05T15:56:00.729 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2023-12-05T15:56:00.730 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2023-12-05T15:56:00.730 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2023-12-05T15:56:00.730 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2023-12-05T15:56:00.730 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2023-12-05T15:56:00.730 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2023-12-05T15:56:00.730 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2023-12-05T15:56:00.995 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2023-12-05T15:56:00.996 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2023-12-05T15:56:00.996 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2023-12-05T15:56:00.996 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2023-12-05T15:56:00.996 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2023-12-05T15:56:00.996 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2023-12-05T15:56:00.996 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2023-12-05T15:56:00.996 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:00 smithi038 bash[40953]: t=2023-12-05T15:56:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2023-12-05T15:56:01.248 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2023-12-05T15:56:01.248 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2023-12-05T15:56:01.248 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2023-12-05T15:56:01.248 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2023-12-05T15:56:01.249 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2023-12-05T15:56:01.249 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2023-12-05T15:56:01.249 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2023-12-05T15:56:01.518 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[25002]: cluster 2023-12-05T15:55:59.959719+0000 mgr.y (mgr.14469) 56 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:01.518 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2023-12-05T15:56:01.518 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2023-12-05T15:56:01.518 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2023-12-05T15:56:01.518 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2023-12-05T15:56:01.518 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2023-12-05T15:56:01.518 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2023-12-05T15:56:01.519 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2023-12-05T15:56:01.519 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2023-12-05T15:56:01.519 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2023-12-05T15:56:01.519 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2023-12-05T15:56:01.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:01 smithi016 bash[25024]: cluster 2023-12-05T15:55:59.959719+0000 mgr.y (mgr.14469) 56 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:01.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:01 smithi016 bash[30458]: cluster 2023-12-05T15:55:59.959719+0000 mgr.y (mgr.14469) 56 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:01.804 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2023-12-05T15:56:01.804 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2023-12-05T15:56:01.804 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2023-12-05T15:56:01.804 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2023-12-05T15:56:01.804 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2023-12-05T15:56:01.805 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2023-12-05T15:56:01.805 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2023-12-05T15:56:01.805 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2023-12-05T15:56:01.805 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2023-12-05T15:56:02.064 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2023-12-05T15:56:02.065 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2023-12-05T15:56:02.065 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2023-12-05T15:56:02.065 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2023-12-05T15:56:02.065 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_id and version columns" 2023-12-05T15:56:02.065 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:01 smithi038 bash[40953]: t=2023-12-05T15:56:01+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_uid and version columns" 2023-12-05T15:56:02.065 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2023-12-05T15:56:02.065 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2023-12-05T15:56:02.318 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2023-12-05T15:56:02.318 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2023-12-05T15:56:02.318 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2023-12-05T15:56:02.318 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2023-12-05T15:56:02.318 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2023-12-05T15:56:02.318 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2023-12-05T15:56:02.318 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2023-12-05T15:56:02.318 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2023-12-05T15:56:02.587 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2023-12-05T15:56:02.587 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2023-12-05T15:56:02.587 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2023-12-05T15:56:02.587 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2023-12-05T15:56:02.587 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2023-12-05T15:56:02.587 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2023-12-05T15:56:02.587 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2023-12-05T15:56:02.587 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2023-12-05T15:56:02.838 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2023-12-05T15:56:02.839 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2023-12-05T15:56:02.839 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2023-12-05T15:56:02.839 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2023-12-05T15:56:02.839 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2023-12-05T15:56:02.839 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2023-12-05T15:56:02.839 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2023-12-05T15:56:03.025 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2023-12-05T15:56:03.026 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2023-12-05T15:56:03.026 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_namespace_uid and rule_group columns" 2023-12-05T15:56:03.026 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2023-12-05T15:56:03.026 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2023-12-05T15:56:03.026 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:02 smithi038 bash[40953]: t=2023-12-05T15:56:02+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2023-12-05T15:56:03.026 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2023-12-05T15:56:03.093 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2023-12-05T15:56:03.093 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2023-12-05T15:56:03.345 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2023-12-05T15:56:03.345 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2023-12-05T15:56:03.345 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2023-12-05T15:56:03.345 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2023-12-05T15:56:03.345 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2023-12-05T15:56:03.345 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2023-12-05T15:56:03.345 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2023-12-05T15:56:03.346 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2023-12-05T15:56:03.597 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[25002]: cluster 2023-12-05T15:56:01.960423+0000 mgr.y (mgr.14469) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:03.598 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2023-12-05T15:56:03.598 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2023-12-05T15:56:03.598 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2023-12-05T15:56:03.598 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2023-12-05T15:56:03.598 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2023-12-05T15:56:03.598 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2023-12-05T15:56:03.598 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2023-12-05T15:56:03.868 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2023-12-05T15:56:03.868 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2023-12-05T15:56:03.868 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2023-12-05T15:56:03.868 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2023-12-05T15:56:03.868 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2023-12-05T15:56:03.868 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2023-12-05T15:56:03.868 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2023-12-05T15:56:03.868 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2023-12-05T15:56:03.868 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2023-12-05T15:56:03.868 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2023-12-05T15:56:03.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:03 smithi016 bash[25024]: cluster 2023-12-05T15:56:01.960423+0000 mgr.y (mgr.14469) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:03.884 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:03 smithi016 bash[30458]: cluster 2023-12-05T15:56:01.960423+0000 mgr.y (mgr.14469) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:04.120 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2023-12-05T15:56:04.120 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2023-12-05T15:56:04.120 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2023-12-05T15:56:04.120 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:03 smithi038 bash[40953]: t=2023-12-05T15:56:03+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2023-12-05T15:56:04.120 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2023-12-05T15:56:04.120 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2023-12-05T15:56:04.121 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2023-12-05T15:56:04.121 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2023-12-05T15:56:04.380 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2023-12-05T15:56:04.380 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2023-12-05T15:56:04.380 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2023-12-05T15:56:04.381 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2023-12-05T15:56:04.381 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2023-12-05T15:56:04.381 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2023-12-05T15:56:04.381 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2023-12-05T15:56:04.655 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2023-12-05T15:56:04.655 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2023-12-05T15:56:04.655 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2023-12-05T15:56:04.656 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2023-12-05T15:56:04.656 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=12.554015562s 2023-12-05T15:56:04.656 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-05T15:56:04.656 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-05T15:56:04.656 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-05T15:56:04.656 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-05T15:56:04.656 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-05T15:56:04.928 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-05T15:56:04.929 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2023-12-05T15:56:04.929 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-05T15:56:04.929 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-05T15:56:04.929 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-05T15:56:04.929 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 15:56:04 smithi038 bash[40953]: t=2023-12-05T15:56:04+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-05T15:56:05.506 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:05 smithi016 bash[25024]: cluster 2023-12-05T15:56:03.961190+0000 mgr.y (mgr.14469) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:05.506 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:05 smithi016 bash[30458]: cluster 2023-12-05T15:56:03.961190+0000 mgr.y (mgr.14469) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:05.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:05 smithi038 bash[25002]: cluster 2023-12-05T15:56:03.961190+0000 mgr.y (mgr.14469) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:07.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:07 smithi016 bash[25024]: cluster 2023-12-05T15:56:05.961851+0000 mgr.y (mgr.14469) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:07.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:07 smithi016 bash[30458]: cluster 2023-12-05T15:56:05.961851+0000 mgr.y (mgr.14469) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:07.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:07 smithi038 bash[25002]: cluster 2023-12-05T15:56:05.961851+0000 mgr.y (mgr.14469) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:08.346 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:56:08 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:56:08] "GET /metrics HTTP/1.1" 200 191512 "" "Prometheus/2.33.4" 2023-12-05T15:56:09.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:56:08 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:56:08] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:56:09.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:09 smithi016 bash[25024]: cluster 2023-12-05T15:56:07.962476+0000 mgr.y (mgr.14469) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:09.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:09 smithi016 bash[30458]: cluster 2023-12-05T15:56:07.962476+0000 mgr.y (mgr.14469) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:09.713 INFO:teuthology.orchestra.run.smithi016.stdout:197568495644 2023-12-05T15:56:09.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:09 smithi038 bash[25002]: cluster 2023-12-05T15:56:07.962476+0000 mgr.y (mgr.14469) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:10.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:10 smithi016 bash[25024]: audit 2023-12-05T15:56:09.710273+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.16:0/1836124393' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-05T15:56:10.604 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:10 smithi016 bash[30458]: audit 2023-12-05T15:56:09.710273+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.16:0/1836124393' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-05T15:56:10.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:10 smithi038 bash[25002]: audit 2023-12-05T15:56:09.710273+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.16:0/1836124393' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-05T15:56:10.865 INFO:teuthology.orchestra.run.smithi016.stdout:55834574913 2023-12-05T15:56:11.552 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:11 smithi016 bash[25024]: cluster 2023-12-05T15:56:09.963131+0000 mgr.y (mgr.14469) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:11.552 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:11 smithi016 bash[25024]: audit 2023-12-05T15:56:10.861317+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.16:0/301212400' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-05T15:56:11.552 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:11 smithi016 bash[30458]: cluster 2023-12-05T15:56:09.963131+0000 mgr.y (mgr.14469) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:11.553 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:11 smithi016 bash[30458]: audit 2023-12-05T15:56:10.861317+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.16:0/301212400' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-05T15:56:11.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:11 smithi038 bash[25002]: cluster 2023-12-05T15:56:09.963131+0000 mgr.y (mgr.14469) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:11.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:11 smithi038 bash[25002]: audit 2023-12-05T15:56:10.861317+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.16:0/301212400' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-05T15:56:11.896 INFO:teuthology.orchestra.run.smithi016.stdout:163208757284 2023-12-05T15:56:12.689 INFO:teuthology.orchestra.run.smithi016.stdout:77309411385 2023-12-05T15:56:12.721 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:12 smithi016 bash[30458]: audit 2023-12-05T15:56:11.892981+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.16:0/280382222' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-05T15:56:12.722 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:12 smithi016 bash[25024]: audit 2023-12-05T15:56:11.892981+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.16:0/280382222' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-05T15:56:12.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:12 smithi038 bash[25002]: audit 2023-12-05T15:56:11.892981+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.16:0/280382222' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-05T15:56:13.000 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495641 got 197568495644 for osd.6 2023-12-05T15:56:13.000 DEBUG:teuthology.parallel:result is None 2023-12-05T15:56:13.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:13 smithi016 bash[25024]: cluster 2023-12-05T15:56:11.963725+0000 mgr.y (mgr.14469) 62 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:13.785 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:13 smithi016 bash[25024]: audit 2023-12-05T15:56:12.685255+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.16:0/1491120421' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-05T15:56:13.786 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:13 smithi016 bash[30458]: cluster 2023-12-05T15:56:11.963725+0000 mgr.y (mgr.14469) 62 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:13.786 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:13 smithi016 bash[30458]: audit 2023-12-05T15:56:12.685255+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.16:0/1491120421' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-05T15:56:13.786 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574910 got 55834574913 for osd.1 2023-12-05T15:56:13.786 DEBUG:teuthology.parallel:result is None 2023-12-05T15:56:13.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:13 smithi038 bash[25002]: cluster 2023-12-05T15:56:11.963725+0000 mgr.y (mgr.14469) 62 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:13.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:13 smithi038 bash[25002]: audit 2023-12-05T15:56:12.685255+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.16:0/1491120421' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-05T15:56:14.319 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757280 got 163208757284 for osd.5 2023-12-05T15:56:14.320 DEBUG:teuthology.parallel:result is None 2023-12-05T15:56:14.543 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411381 got 77309411385 for osd.2 2023-12-05T15:56:14.543 DEBUG:teuthology.parallel:result is None 2023-12-05T15:56:14.918 INFO:teuthology.orchestra.run.smithi016.stdout:34359738441 2023-12-05T15:56:14.931 INFO:teuthology.orchestra.run.smithi016.stdout:128849018924 2023-12-05T15:56:15.437 INFO:teuthology.orchestra.run.smithi016.stdout:107374182451 2023-12-05T15:56:15.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:15 smithi016 bash[25024]: cluster 2023-12-05T15:56:13.964531+0000 mgr.y (mgr.14469) 63 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:15.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:15 smithi016 bash[25024]: audit 2023-12-05T15:56:14.914898+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.16:0/3928426245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-05T15:56:15.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:15 smithi016 bash[25024]: audit 2023-12-05T15:56:14.927944+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.16:0/1258261527' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-05T15:56:15.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:15 smithi016 bash[25024]: audit 2023-12-05T15:56:15.433911+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.16:0/366754534' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-05T15:56:15.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:15 smithi016 bash[30458]: cluster 2023-12-05T15:56:13.964531+0000 mgr.y (mgr.14469) 63 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:15.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:15 smithi016 bash[30458]: audit 2023-12-05T15:56:14.914898+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.16:0/3928426245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-05T15:56:15.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:15 smithi016 bash[30458]: audit 2023-12-05T15:56:14.927944+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.16:0/1258261527' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-05T15:56:15.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:15 smithi016 bash[30458]: audit 2023-12-05T15:56:15.433911+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.16:0/366754534' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-05T15:56:15.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:15 smithi038 bash[25002]: cluster 2023-12-05T15:56:13.964531+0000 mgr.y (mgr.14469) 63 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:15.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:15 smithi038 bash[25002]: audit 2023-12-05T15:56:14.914898+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.16:0/3928426245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-05T15:56:15.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:15 smithi038 bash[25002]: audit 2023-12-05T15:56:14.927944+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.16:0/1258261527' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-05T15:56:15.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:15 smithi038 bash[25002]: audit 2023-12-05T15:56:15.433911+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.16:0/366754534' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-05T15:56:16.629 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738437 got 34359738441 for osd.0 2023-12-05T15:56:16.630 DEBUG:teuthology.parallel:result is None 2023-12-05T15:56:16.785 INFO:teuthology.orchestra.run.smithi016.stdout:231928234007 2023-12-05T15:56:17.239 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018920 got 128849018924 for osd.4 2023-12-05T15:56:17.239 DEBUG:teuthology.parallel:result is None 2023-12-05T15:56:17.615 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:17 smithi016 bash[25024]: cluster 2023-12-05T15:56:15.965163+0000 mgr.y (mgr.14469) 64 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:17.615 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:17 smithi016 bash[25024]: audit 2023-12-05T15:56:16.781617+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.16:0/858694798' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-05T15:56:17.615 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:17 smithi016 bash[30458]: cluster 2023-12-05T15:56:15.965163+0000 mgr.y (mgr.14469) 64 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:17.615 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:17 smithi016 bash[30458]: audit 2023-12-05T15:56:16.781617+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.16:0/858694798' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-05T15:56:17.695 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182447 got 107374182451 for osd.3 2023-12-05T15:56:17.695 DEBUG:teuthology.parallel:result is None 2023-12-05T15:56:17.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:17 smithi038 bash[25002]: cluster 2023-12-05T15:56:15.965163+0000 mgr.y (mgr.14469) 64 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:17.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:17 smithi038 bash[25002]: audit 2023-12-05T15:56:16.781617+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.16:0/858694798' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-05T15:56:18.243 INFO:tasks.cephadm.ceph_manager.ceph:need seq 231928234002 got 231928234007 for osd.7 2023-12-05T15:56:18.243 DEBUG:teuthology.parallel:result is None 2023-12-05T15:56:18.243 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-05T15:56:18.244 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-05T15:56:18.368 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:56:18 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:56:18] "GET /metrics HTTP/1.1" 200 191512 "" "Prometheus/2.33.4" 2023-12-05T15:56:18.369 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:56:18 smithi016 systemd[1]: Stopping Ceph alertmanager.a for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T15:56:18.369 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:56:18 smithi016 bash[50206]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-alertmanager.a 2023-12-05T15:56:18.369 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:56:18 smithi016 bash[45800]: level=info ts=2023-12-05T15:56:18.188Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-05T15:56:18.931 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:56:18 smithi016 bash[50215]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-alertmanager-a 2023-12-05T15:56:18.931 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:56:18 smithi016 bash[50272]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-alertmanager.a 2023-12-05T15:56:18.932 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:56:18 smithi016 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-05T15:56:18.932 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:56:18 smithi016 systemd[1]: Stopped Ceph alertmanager.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T15:56:18.932 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:56:18 smithi016 systemd[1]: Started Ceph alertmanager.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T15:56:19.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:56:18 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:56:18] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:56:19.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:19 smithi016 bash[25024]: cluster 2023-12-05T15:56:17.965857+0000 mgr.y (mgr.14469) 65 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:19.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:19 smithi016 bash[25024]: audit 2023-12-05T15:56:18.919538+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:19.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:19 smithi016 bash[30458]: cluster 2023-12-05T15:56:17.965857+0000 mgr.y (mgr.14469) 65 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:19.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:19 smithi016 bash[30458]: audit 2023-12-05T15:56:18.919538+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:19.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:19 smithi038 bash[25002]: cluster 2023-12-05T15:56:17.965857+0000 mgr.y (mgr.14469) 65 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:19.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:19 smithi038 bash[25002]: audit 2023-12-05T15:56:18.919538+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:20.119 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:56:19 smithi016 bash[50303]: level=info ts=2023-12-05T15:56:19.813Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-05T15:56:20.119 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:56:19 smithi016 bash[50303]: level=info ts=2023-12-05T15:56:19.813Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-05T15:56:20.119 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:56:19 smithi016 bash[50303]: level=info ts=2023-12-05T15:56:19.818Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.16 port=9094 2023-12-05T15:56:20.119 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:56:19 smithi016 bash[50303]: level=info ts=2023-12-05T15:56:19.820Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-05T15:56:20.119 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:56:19 smithi016 bash[50303]: level=info ts=2023-12-05T15:56:19.886Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-05T15:56:20.119 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:56:19 smithi016 bash[50303]: level=info ts=2023-12-05T15:56:19.887Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-05T15:56:20.119 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:56:19 smithi016 bash[50303]: level=info ts=2023-12-05T15:56:19.890Z caller=main.go:518 msg=Listening address=:9093 2023-12-05T15:56:20.119 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:56:19 smithi016 bash[50303]: level=info ts=2023-12-05T15:56:19.890Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-05T15:56:20.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:20 smithi038 bash[25002]: cephadm 2023-12-05T15:56:18.922660+0000 mgr.y (mgr.14469) 66 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T15:56:20.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:20 smithi038 bash[25002]: cephadm 2023-12-05T15:56:18.929392+0000 mgr.y (mgr.14469) 67 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi038 2023-12-05T15:56:20.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:20 smithi016 bash[25024]: cephadm 2023-12-05T15:56:18.922660+0000 mgr.y (mgr.14469) 66 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T15:56:20.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:20 smithi016 bash[25024]: cephadm 2023-12-05T15:56:18.929392+0000 mgr.y (mgr.14469) 67 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi038 2023-12-05T15:56:20.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:20 smithi016 bash[30458]: cephadm 2023-12-05T15:56:18.922660+0000 mgr.y (mgr.14469) 66 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T15:56:20.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:20 smithi016 bash[30458]: cephadm 2023-12-05T15:56:18.929392+0000 mgr.y (mgr.14469) 67 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi038 2023-12-05T15:56:21.825 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:21 smithi016 bash[25024]: cluster 2023-12-05T15:56:19.966607+0000 mgr.y (mgr.14469) 68 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:21.825 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:21 smithi016 bash[30458]: cluster 2023-12-05T15:56:19.966607+0000 mgr.y (mgr.14469) 68 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:21.826 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:56:21 smithi016 bash[50303]: level=info ts=2023-12-05T15:56:21.821Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000803958s 2023-12-05T15:56:21.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:21 smithi038 bash[25002]: cluster 2023-12-05T15:56:19.966607+0000 mgr.y (mgr.14469) 68 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:21.982 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:56:23.036 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:22 smithi038 systemd[1]: Stopping Ceph prometheus.a for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T15:56:23.036 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:22 smithi038 bash[41519]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-prometheus.a 2023-12-05T15:56:23.036 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:22 smithi038 bash[40129]: ts=2023-12-05T15:56:22.816Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-05T15:56:23.036 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:22 smithi038 bash[40129]: ts=2023-12-05T15:56:22.816Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-05T15:56:23.036 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:22 smithi038 bash[40129]: ts=2023-12-05T15:56:22.816Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-05T15:56:23.036 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:22 smithi038 bash[40129]: ts=2023-12-05T15:56:22.816Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-05T15:56:23.036 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:22 smithi038 bash[40129]: ts=2023-12-05T15:56:22.816Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-05T15:56:23.036 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:22 smithi038 bash[40129]: ts=2023-12-05T15:56:22.816Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-05T15:56:23.037 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:22 smithi038 bash[40129]: ts=2023-12-05T15:56:22.817Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-05T15:56:23.037 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:22 smithi038 bash[40129]: ts=2023-12-05T15:56:22.817Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-05T15:56:23.037 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:22 smithi038 bash[40129]: ts=2023-12-05T15:56:22.817Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-05T15:56:23.037 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:22 smithi038 bash[40129]: ts=2023-12-05T15:56:22.817Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-05T15:56:23.037 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:22 smithi038 bash[40129]: ts=2023-12-05T15:56:22.818Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-05T15:56:23.037 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:22 smithi038 bash[40129]: ts=2023-12-05T15:56:22.818Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-05T15:56:23.616 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:23 smithi038 bash[25002]: cluster 2023-12-05T15:56:21.967267+0000 mgr.y (mgr.14469) 69 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:23.617 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:23 smithi038 bash[41529]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-prometheus-a 2023-12-05T15:56:23.617 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:23 smithi038 bash[41567]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-prometheus.a 2023-12-05T15:56:23.617 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:23 smithi038 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-05T15:56:23.617 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:23 smithi038 systemd[1]: Stopped Ceph prometheus.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T15:56:23.617 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:23 smithi038 systemd[1]: Started Ceph prometheus.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T15:56:23.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:23 smithi016 bash[25024]: cluster 2023-12-05T15:56:21.967267+0000 mgr.y (mgr.14469) 69 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:23.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:23 smithi016 bash[30458]: cluster 2023-12-05T15:56:21.967267+0000 mgr.y (mgr.14469) 69 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:24.834 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.671Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-05T15:56:24.835 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.671Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-05T15:56:24.835 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.671Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-05T15:56:24.835 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.671Z caller=main.go:518 level=info host_details="(Linux 5.4.0-167-generic #184-Ubuntu SMP Tue Oct 31 09:21:49 UTC 2023 x86_64 smithi038 (none))" 2023-12-05T15:56:24.835 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.671Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-05T15:56:24.835 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.671Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-05T15:56:24.835 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.674Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-05T15:56:24.835 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.674Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-05T15:56:24.835 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.675Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-05T15:56:24.835 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.679Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-05T15:56:24.835 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.679Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=4.153µs 2023-12-05T15:56:24.835 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.680Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-05T15:56:24.835 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.830Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2023-12-05T15:56:24.835 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.592780+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:24.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.604259+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T15:56:24.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.605349+0000 mgr.y (mgr.14469) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T15:56:24.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.607198+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.16:9093"}]: dispatch 2023-12-05T15:56:24.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.607894+0000 mgr.y (mgr.14469) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.16:9093"}]: dispatch 2023-12-05T15:56:24.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.614281+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:24.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.626173+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T15:56:24.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.627059+0000 mgr.y (mgr.14469) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T15:56:24.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.636398+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.38:9095"}]: dispatch 2023-12-05T15:56:24.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.637430+0000 mgr.y (mgr.14469) 73 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.38:9095"}]: dispatch 2023-12-05T15:56:24.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.647554+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:24.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.654552+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T15:56:24.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.655702+0000 mgr.y (mgr.14469) 74 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T15:56:24.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.669656+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.38:3000"}]: dispatch 2023-12-05T15:56:24.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.670849+0000 mgr.y (mgr.14469) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.38:3000"}]: dispatch 2023-12-05T15:56:24.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.681332+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:24.836 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.686130+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:56:24.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.688518+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:56:24.837 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[25002]: audit 2023-12-05T15:56:23.690246+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:56:24.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.592780+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:24.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.604259+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T15:56:24.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.605349+0000 mgr.y (mgr.14469) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T15:56:24.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.607198+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.16:9093"}]: dispatch 2023-12-05T15:56:24.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.607894+0000 mgr.y (mgr.14469) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.16:9093"}]: dispatch 2023-12-05T15:56:24.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.614281+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:24.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.626173+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T15:56:24.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.627059+0000 mgr.y (mgr.14469) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T15:56:24.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.636398+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.38:9095"}]: dispatch 2023-12-05T15:56:24.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.637430+0000 mgr.y (mgr.14469) 73 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.38:9095"}]: dispatch 2023-12-05T15:56:24.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.647554+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:24.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.654552+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T15:56:24.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.655702+0000 mgr.y (mgr.14469) 74 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T15:56:24.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.669656+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.38:3000"}]: dispatch 2023-12-05T15:56:24.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.670849+0000 mgr.y (mgr.14469) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.38:3000"}]: dispatch 2023-12-05T15:56:24.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.681332+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.686130+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:56:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.688518+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:56:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[25024]: audit 2023-12-05T15:56:23.690246+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:56:24.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.592780+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:24.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.604259+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T15:56:24.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.605349+0000 mgr.y (mgr.14469) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T15:56:24.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.607198+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.16:9093"}]: dispatch 2023-12-05T15:56:24.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.607894+0000 mgr.y (mgr.14469) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.16:9093"}]: dispatch 2023-12-05T15:56:24.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.614281+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:24.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.626173+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T15:56:24.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.627059+0000 mgr.y (mgr.14469) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T15:56:24.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.636398+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.38:9095"}]: dispatch 2023-12-05T15:56:24.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.637430+0000 mgr.y (mgr.14469) 73 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.38:9095"}]: dispatch 2023-12-05T15:56:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.647554+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.654552+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T15:56:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.655702+0000 mgr.y (mgr.14469) 74 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T15:56:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.669656+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.38:3000"}]: dispatch 2023-12-05T15:56:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.670849+0000 mgr.y (mgr.14469) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.38:3000"}]: dispatch 2023-12-05T15:56:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.681332+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.686130+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:56:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.688518+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:56:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:24 smithi016 bash[30458]: audit 2023-12-05T15:56:23.690246+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:56:25.088 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.831Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2023-12-05T15:56:25.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.831Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=74.44µs wal_replay_duration=151.006571ms total_replay_duration=151.125634ms 2023-12-05T15:56:25.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.834Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-05T15:56:25.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.835Z caller=main.go:947 level=info msg="TSDB started" 2023-12-05T15:56:25.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.835Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-05T15:56:25.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.861Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=26.60702ms db_storage=1.366µs remote_storage=2.734µs web_handler=673ns query_engine=1.196µs scrape=537.872µs scrape_sd=47.319µs notify=37.306µs notify_sd=15.6µs rules=25.403053ms 2023-12-05T15:56:25.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 15:56:24 smithi038 bash[41598]: ts=2023-12-05T15:56:24.861Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-05T15:56:25.115 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-12-05T15:56:25.118 INFO:teuthology.orchestra.run.smithi016.stderr:dumped all 2023-12-05T15:56:25.828 INFO:teuthology.orchestra.run.smithi016.stdout:{"pg_ready":true,"pg_map":{"version":49,"stamp":"2023-12-05T15:56:23.967579+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":48916,"kb_used_data":6100,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912300,"statfs":{"total":767960285184,"available":767910195200,"internally_reserved":0,"allocated":6246400,"data_stored":3489247,"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.004118"},"pg_stats":[{"pgid":"1.0","version":"59'128","reported_seq":266,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-12-05T15:54:52.341744+0000","last_change":"2023-12-05T15:54:30.047692+0000","last_active":"2023-12-05T15:54:52.341744+0000","last_peered":"2023-12-05T15:54:52.341744+0000","last_clean":"2023-12-05T15:54:52.341744+0000","last_became_active":"2023-12-05T15:54:30.046804+0000","last_became_peered":"2023-12-05T15:54:30.046804+0000","last_unstale":"2023-12-05T15:54:52.341744+0000","last_undegraded":"2023-12-05T15:54:52.341744+0000","last_fullsized":"2023-12-05T15:54:52.341744+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-05T15:51:32.161485+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-05T15:51:32.161485+0000","last_clean_scrub_stamp":"2023-12-05T15:51:32.161485+0000","objects_scrubbed":0,"log_size":128,"ondisk_log_size":128,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-06T23:14:39.957980+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234009,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6088,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739064,"statfs":{"total":95995035648,"available":95988801536,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Dec 5 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.012,"15min":1.012},"min":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.3600000000000001,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":1.2829999999999999},{"interface":"front","average":{"1min":0.87,"5min":0.87,"15min":0.87},"min":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":1.4239999999999999}]},{"osd":1,"last update":"Tue Dec 5 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":0.97999999999999998,"15min":0.97999999999999998},"min":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.3620000000000001,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":1.46},{"interface":"front","average":{"1min":0.98299999999999998,"5min":0.98299999999999998,"15min":0.98299999999999998},"min":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.51,"5min":1.51,"15min":1.51},"last":1.141}]},{"osd":2,"last update":"Tue Dec 5 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"min":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":1.089},{"interface":"front","average":{"1min":0.998,"5min":0.998,"15min":0.998},"min":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.5129999999999999,"5min":1.5129999999999999,"15min":1.5129999999999999},"last":1.391}]},{"osd":3,"last update":"Tue Dec 5 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.98599999999999999,"15min":0.98599999999999999},"min":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":1.254,"5min":1.254,"15min":1.254},"last":0.872},{"interface":"front","average":{"1min":1.109,"5min":1.109,"15min":1.109},"min":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.994,"5min":1.994,"15min":1.994},"last":1.516}]},{"osd":4,"last update":"Tue Dec 5 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.4079999999999999,"5min":1.4079999999999999,"15min":1.4079999999999999},"last":1.2490000000000001},{"interface":"front","average":{"1min":0.98799999999999999,"5min":0.98799999999999999,"15min":0.98799999999999999},"min":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.2809999999999999,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":1.216}]},{"osd":5,"last update":"Tue Dec 5 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":1.1279999999999999,"5min":1.1279999999999999,"15min":1.1279999999999999},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":2.3359999999999999,"5min":2.3359999999999999,"15min":2.3359999999999999},"last":1.5609999999999999},{"interface":"front","average":{"1min":1.161,"5min":1.161,"15min":1.161},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.496,"5min":1.496,"15min":1.496},"last":1.4890000000000001}]},{"osd":6,"last update":"Tue Dec 5 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.117,"15min":1.117},"min":{"1min":0.626,"5min":0.626,"15min":0.626},"max":{"1min":1.7350000000000001,"5min":1.7350000000000001,"15min":1.7350000000000001},"last":1.3280000000000001},{"interface":"front","average":{"1min":1.141,"5min":1.141,"15min":1.141},"min":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":1.341}]}]},{"osd":6,"up_from":46,"seq":197568495648,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6152,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739000,"statfs":{"total":95995035648,"available":95988736000,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Dec 5 15:55:56 2023","interfaces":[{"interface":"back","average":{"1min":0.89300000000000002,"5min":0.90000000000000002,"15min":0.90100000000000002},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.3280000000000001,"5min":1.3280000000000001,"15min":1.3280000000000001},"last":1.3720000000000001},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.92300000000000004,"15min":0.93200000000000005},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":0.88800000000000001}]},{"osd":1,"last update":"Tue Dec 5 15:55:56 2023","interfaces":[{"interface":"back","average":{"1min":0.90300000000000002,"5min":1.0069999999999999,"15min":1.0249999999999999},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.4359999999999999,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":1.0640000000000001},{"interface":"front","average":{"1min":1.0109999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"min":{"1min":0.80000000000000004,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.351,"5min":1.351,"15min":1.351},"last":1.145}]},{"osd":2,"last update":"Tue Dec 5 15:55:56 2023","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":1.042,"15min":1.0509999999999999},"min":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.3520000000000001,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":1.276},{"interface":"front","average":{"1min":0.96699999999999997,"5min":1.0269999999999999,"15min":1.0369999999999999},"min":{"1min":0.72199999999999998,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.329,"5min":1.71,"15min":1.71},"last":1.23}]},{"osd":3,"last update":"Tue Dec 5 15:55:56 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":1.0209999999999999,"15min":1.0309999999999999},"min":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"max":{"1min":1.3260000000000001,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":0.93999999999999995},{"interface":"front","average":{"1min":1.131,"5min":1.175,"15min":1.1830000000000001},"min":{"1min":0.878,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.333,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":1.429}]},{"osd":4,"last update":"Tue Dec 5 15:55:56 2023","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.044,"15min":1.048},"min":{"1min":0.70399999999999996,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.827,"5min":1.827,"15min":1.827},"last":1.0900000000000001},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.141,"15min":1.1539999999999999},"min":{"1min":0.66700000000000004,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.583,"5min":1.583,"15min":1.583},"last":1.196}]},{"osd":5,"last update":"Tue Dec 5 15:55:56 2023","interfaces":[{"interface":"back","average":{"1min":1.1020000000000001,"5min":1.119,"15min":1.1220000000000001},"min":{"1min":0.85199999999999998,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.5469999999999999,"5min":1.6120000000000001,"15min":1.6120000000000001},"last":1.302},{"interface":"front","average":{"1min":1.129,"5min":1.23,"15min":1.2470000000000001},"min":{"1min":0.88600000000000001,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.476,"5min":1.6970000000000001,"15min":1.6970000000000001},"last":1.266}]},{"osd":7,"last update":"Tue Dec 5 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":1.244,"5min":1.244,"15min":1.244},"min":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"max":{"1min":1.4970000000000001,"5min":1.4970000000000001,"15min":1.4970000000000001},"last":1.756},{"interface":"front","average":{"1min":1.232,"5min":1.232,"15min":1.232},"min":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"max":{"1min":1.6990000000000001,"5min":1.6990000000000001,"15min":1.6990000000000001},"last":1.3979999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574917,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6332,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738820,"statfs":{"total":95995035648,"available":95988551680,"internally_reserved":0,"allocated":577536,"data_stored":237576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Dec 5 15:56:01 2023","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.72299999999999998,"15min":0.60399999999999998},"min":{"1min":0.56899999999999995,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":1.0600000000000001,"5min":1.4850000000000001,"15min":1.4850000000000001},"last":0.76000000000000001},{"interface":"front","average":{"1min":0.92400000000000004,"5min":0.80700000000000005,"15min":0.67800000000000005},"min":{"1min":0.59799999999999998,"5min":0.436,"15min":0.436},"max":{"1min":1.27,"5min":2.4980000000000002,"15min":2.4980000000000002},"last":0.97699999999999998}]},{"osd":2,"last update":"Tue Dec 5 15:55:36 2023","interfaces":[{"interface":"back","average":{"1min":0.89100000000000001,"5min":0.83299999999999996,"15min":0.81699999999999995},"min":{"1min":0.54500000000000004,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.2190000000000001,"5min":2.0209999999999999,"15min":2.0209999999999999},"last":0.80900000000000005},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.84199999999999997,"15min":0.80600000000000005},"min":{"1min":0.58199999999999996,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":1.333,"5min":1.397,"15min":1.397},"last":1.052}]},{"osd":3,"last update":"Tue Dec 5 15:56:19 2023","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.90600000000000003,"15min":0.88400000000000001},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.3109999999999999,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":0.873},{"interface":"front","average":{"1min":0.95299999999999996,"5min":0.91100000000000003,"15min":0.85899999999999999},"min":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.3899999999999999,"5min":1.6419999999999999,"15min":1.6419999999999999},"last":1.0900000000000001}]},{"osd":4,"last update":"Tue Dec 5 15:55:47 2023","interfaces":[{"interface":"back","average":{"1min":1.147,"5min":1.0900000000000001,"15min":1.0840000000000001},"min":{"1min":0.748,"5min":0.748,"15min":0.748},"max":{"1min":1.893,"5min":1.893,"15min":1.893},"last":1.0369999999999999},{"interface":"front","average":{"1min":1.167,"5min":1.141,"15min":1.1299999999999999},"min":{"1min":0.872,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.823,"5min":1.823,"15min":1.823},"last":1.3500000000000001}]},{"osd":5,"last update":"Tue Dec 5 15:56:19 2023","interfaces":[{"interface":"back","average":{"1min":1.179,"5min":1.159,"15min":1.1459999999999999},"min":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.6930000000000001,"5min":1.6930000000000001,"15min":1.6930000000000001},"last":1.375},{"interface":"front","average":{"1min":1.2709999999999999,"5min":1.25,"15min":1.2549999999999999},"min":{"1min":0.98999999999999999,"5min":0.878,"15min":0.878},"max":{"1min":1.593,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":1.1659999999999999}]},{"osd":6,"last update":"Tue Dec 5 15:55:52 2023","interfaces":[{"interface":"back","average":{"1min":1.3049999999999999,"5min":1.2749999999999999,"15min":1.27},"min":{"1min":0.873,"5min":0.873,"15min":0.873},"max":{"1min":1.657,"5min":1.7070000000000001,"15min":1.7070000000000001},"last":1.131},{"interface":"front","average":{"1min":1.302,"5min":1.333,"15min":1.3380000000000001},"min":{"1min":1.0429999999999999,"5min":1.0429999999999999,"15min":1.0429999999999999},"max":{"1min":1.528,"5min":1.601,"15min":1.601},"last":1.224}]},{"osd":7,"last update":"Tue Dec 5 15:55:26 2023","interfaces":[{"interface":"back","average":{"1min":1.413,"5min":1.413,"15min":1.413},"min":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"max":{"1min":1.744,"5min":1.744,"15min":1.744},"last":1.446},{"interface":"front","average":{"1min":1.351,"5min":1.351,"15min":1.351},"min":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"max":{"1min":1.9359999999999999,"5min":1.9359999999999999,"15min":1.9359999999999999},"last":1.427}]}]},{"osd":0,"up_from":8,"seq":34359738443,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6920,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738232,"statfs":{"total":95995035648,"available":95987949568,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5963776},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Dec 5 15:55:59 2023","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.69799999999999995,"15min":0.60199999999999998},"min":{"1min":0.46000000000000002,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":1.7769999999999999,"5min":1.7769999999999999,"15min":1.7769999999999999},"last":0.67400000000000004},{"interface":"front","average":{"1min":0.88900000000000001,"5min":0.77300000000000002,"15min":0.65300000000000002},"min":{"1min":0.40200000000000002,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":1.415,"5min":1.415,"15min":1.415},"last":0.871}]},{"osd":2,"last update":"Tue Dec 5 15:55:37 2023","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.77500000000000002,"15min":0.72899999999999998},"min":{"1min":0.59299999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.1679999999999999,"5min":1.3420000000000001,"15min":1.3420000000000001},"last":0.94199999999999995},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.82199999999999995,"15min":0.76300000000000001},"min":{"1min":0.64600000000000002,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.2330000000000001,"5min":1.5449999999999999,"15min":1.5449999999999999},"last":1.032}]},{"osd":3,"last update":"Tue Dec 5 15:56:19 2023","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":0.92500000000000004,"15min":0.88600000000000001},"min":{"1min":0.66300000000000003,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.351,"5min":1.351,"15min":1.351},"last":1.0940000000000001},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.96999999999999997,"15min":0.92700000000000005},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.603,"5min":1.746,"15min":1.746},"last":0.97799999999999998}]},{"osd":4,"last update":"Tue Dec 5 15:55:49 2023","interfaces":[{"interface":"back","average":{"1min":1.1459999999999999,"5min":1.117,"15min":1.093},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.8069999999999999,"5min":1.8069999999999999,"15min":1.8069999999999999},"last":1.212},{"interface":"front","average":{"1min":1.095,"5min":1.1830000000000001,"15min":1.21},"min":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"max":{"1min":1.4219999999999999,"5min":1.875,"15min":1.875},"last":1.141}]},{"osd":5,"last update":"Tue Dec 5 15:55:22 2023","interfaces":[{"interface":"back","average":{"1min":1.2549999999999999,"5min":1.3009999999999999,"15min":1.3089999999999999},"min":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"max":{"1min":1.623,"5min":1.823,"15min":1.823},"last":1.23},{"interface":"front","average":{"1min":1.232,"5min":1.117,"15min":1.0980000000000001},"min":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"max":{"1min":2.4550000000000001,"5min":2.4550000000000001,"15min":2.4550000000000001},"last":1.171}]},{"osd":6,"last update":"Tue Dec 5 15:55:59 2023","interfaces":[{"interface":"back","average":{"1min":1.1819999999999999,"5min":1.149,"15min":1.143},"min":{"1min":0.876,"5min":0.876,"15min":0.876},"max":{"1min":2.2770000000000001,"5min":2.2770000000000001,"15min":2.2770000000000001},"last":1.3029999999999999},{"interface":"front","average":{"1min":1.2210000000000001,"5min":1.2609999999999999,"15min":1.2669999999999999},"min":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.51,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":1.264}]},{"osd":7,"last update":"Tue Dec 5 15:55:26 2023","interfaces":[{"interface":"back","average":{"1min":1.3,"5min":1.3,"15min":1.3},"min":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"max":{"1min":2.3780000000000001,"5min":2.3780000000000001,"15min":2.3780000000000001},"last":1.5009999999999999},{"interface":"front","average":{"1min":1.329,"5min":1.329,"15min":1.329},"min":{"1min":1.069,"5min":1.069,"15min":1.069},"max":{"1min":1.6659999999999999,"5min":1.6659999999999999,"15min":1.6659999999999999},"last":1.528}]}]},{"osd":2,"up_from":18,"seq":77309411388,"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":237841,"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":"Tue Dec 5 15:55:37 2023","interfaces":[{"interface":"back","average":{"1min":0.80600000000000005,"5min":0.72199999999999998,"15min":0.68200000000000005},"min":{"1min":0.54300000000000004,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.2210000000000001,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.83299999999999996,"5min":0.75600000000000001,"15min":0.69199999999999995},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":2.3010000000000002,"5min":2.3010000000000002,"15min":2.3010000000000002},"last":0.90400000000000003}]},{"osd":1,"last update":"Tue Dec 5 15:55:37 2023","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.82099999999999995,"15min":0.79800000000000004},"min":{"1min":0.58799999999999997,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":2.234,"5min":2.234,"15min":2.234},"last":1.0780000000000001},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.83499999999999996,"15min":0.77900000000000003},"min":{"1min":0.65200000000000002,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.76300000000000001}]},{"osd":3,"last update":"Tue Dec 5 15:56:20 2023","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":0.93700000000000006,"15min":0.89700000000000002},"min":{"1min":0.68200000000000005,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":2.1600000000000001,"5min":2.1600000000000001,"15min":2.1600000000000001},"last":0.97299999999999998},{"interface":"front","average":{"1min":1.0349999999999999,"5min":0.95799999999999996,"15min":0.92800000000000005},"min":{"1min":0.65300000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.776,"5min":1.776,"15min":1.776},"last":1.018}]},{"osd":4,"last update":"Tue Dec 5 15:55:47 2023","interfaces":[{"interface":"back","average":{"1min":1.1599999999999999,"5min":1.0860000000000001,"15min":1.052},"min":{"1min":0.82099999999999995,"5min":0.75,"15min":0.75},"max":{"1min":1.6990000000000001,"5min":1.7270000000000001,"15min":1.7270000000000001},"last":0.94099999999999995},{"interface":"front","average":{"1min":1.1870000000000001,"5min":1.131,"15min":1.107},"min":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.917,"5min":1.917,"15min":1.917},"last":1.669}]},{"osd":5,"last update":"Tue Dec 5 15:55:21 2023","interfaces":[{"interface":"back","average":{"1min":1.1859999999999999,"5min":1.2110000000000001,"15min":1.2150000000000001},"min":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.597,"5min":1.6910000000000001,"15min":1.6910000000000001},"last":1.7210000000000001},{"interface":"front","average":{"1min":1.1020000000000001,"5min":1.135,"15min":1.141},"min":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"max":{"1min":1.5269999999999999,"5min":1.5269999999999999,"15min":1.5269999999999999},"last":1.1759999999999999}]},{"osd":6,"last update":"Tue Dec 5 15:55:56 2023","interfaces":[{"interface":"back","average":{"1min":1.3799999999999999,"5min":1.306,"15min":1.294},"min":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"max":{"1min":2.0259999999999998,"5min":2.0259999999999998,"15min":2.0259999999999998},"last":1.7669999999999999},{"interface":"front","average":{"1min":1.3520000000000001,"5min":1.304,"15min":1.296},"min":{"1min":1.0109999999999999,"5min":0.89300000000000002,"15min":0.89300000000000002},"max":{"1min":1.875,"5min":1.875,"15min":1.875},"last":1.1559999999999999}]},{"osd":7,"last update":"Tue Dec 5 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":1.28,"5min":1.28,"15min":1.28},"min":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"max":{"1min":2.9089999999999998,"5min":2.9089999999999998,"15min":2.9089999999999998},"last":1.3140000000000001},{"interface":"front","average":{"1min":1.4510000000000001,"5min":1.4510000000000001,"15min":1.4510000000000001},"min":{"1min":1.099,"5min":1.099,"15min":1.099},"max":{"1min":2.0979999999999999,"5min":2.0979999999999999,"15min":2.0979999999999999},"last":1.6100000000000001}]}]},{"osd":3,"up_from":25,"seq":107374182453,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Dec 5 15:56:15 2023","interfaces":[{"interface":"back","average":{"1min":0.80900000000000005,"5min":0.76500000000000001,"15min":0.70999999999999996},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.99099999999999999,"5min":1.254,"15min":1.254},"last":1.026},{"interface":"front","average":{"1min":0.82799999999999996,"5min":0.83299999999999996,"15min":0.82199999999999995},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.1739999999999999,"5min":1.256,"15min":1.256},"last":1.093}]},{"osd":1,"last update":"Tue Dec 5 15:56:15 2023","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.85799999999999998,"15min":0.83999999999999997},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.2929999999999999,"5min":1.343,"15min":1.343},"last":0.90800000000000003},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.84299999999999997,"15min":0.82499999999999996},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.272,"5min":1.272,"15min":1.272},"last":0.81999999999999995}]},{"osd":2,"last update":"Tue Dec 5 15:56:15 2023","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":0.91700000000000004,"15min":0.872},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.264,"5min":1.28,"15min":1.28},"last":1.1180000000000001},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.876,"15min":0.84699999999999998},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.2170000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.88}]},{"osd":4,"last update":"Tue Dec 5 15:55:45 2023","interfaces":[{"interface":"back","average":{"1min":1.0529999999999999,"5min":1.008,"15min":0.97999999999999998},"min":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.5289999999999999,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":0.95699999999999996},{"interface":"front","average":{"1min":1.1519999999999999,"5min":1.0720000000000001,"15min":1.044},"min":{"1min":0.73399999999999999,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.677,"5min":1.677,"15min":1.677},"last":1.1539999999999999}]},{"osd":5,"last update":"Tue Dec 5 15:55:21 2023","interfaces":[{"interface":"back","average":{"1min":1.1990000000000001,"5min":1.161,"15min":1.155},"min":{"1min":0.92900000000000005,"5min":0.85799999999999998,"15min":0.85799999999999998},"max":{"1min":1.5800000000000001,"5min":1.5800000000000001,"15min":1.5800000000000001},"last":1.2649999999999999},{"interface":"front","average":{"1min":1.1859999999999999,"5min":1.109,"15min":1.0960000000000001},"min":{"1min":0.95199999999999996,"5min":0.85299999999999998,"15min":0.85299999999999998},"max":{"1min":1.427,"5min":1.4910000000000001,"15min":1.4910000000000001},"last":1.2450000000000001}]},{"osd":6,"last update":"Tue Dec 5 15:55:57 2023","interfaces":[{"interface":"back","average":{"1min":1.236,"5min":1.2290000000000001,"15min":1.228},"min":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"max":{"1min":1.778,"5min":1.778,"15min":1.778},"last":1.2889999999999999},{"interface":"front","average":{"1min":1.403,"5min":1.294,"15min":1.276},"min":{"1min":1.095,"5min":1.0900000000000001,"15min":1.0900000000000001},"max":{"1min":1.798,"5min":1.798,"15min":1.798},"last":1.3320000000000001}]},{"osd":7,"last update":"Tue Dec 5 15:55:30 2023","interfaces":[{"interface":"back","average":{"1min":1.252,"5min":1.252,"15min":1.252},"min":{"1min":0.874,"5min":0.874,"15min":0.874},"max":{"1min":1.8600000000000001,"5min":1.8600000000000001,"15min":1.8600000000000001},"last":1.1799999999999999},{"interface":"front","average":{"1min":1.3520000000000001,"5min":1.3520000000000001,"15min":1.3520000000000001},"min":{"1min":1.0780000000000001,"5min":1.0780000000000001,"15min":1.0780000000000001},"max":{"1min":1.736,"5min":1.736,"15min":1.736},"last":1.413}]}]},{"osd":4,"up_from":30,"seq":128849018926,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5760,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739392,"statfs":{"total":95995035648,"available":95989137408,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Dec 5 15:55:43 2023","interfaces":[{"interface":"back","average":{"1min":0.81899999999999995,"5min":0.86499999999999999,"15min":0.86099999999999999},"min":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.1599999999999999,"5min":1.7450000000000001,"15min":1.7450000000000001},"last":0.626},{"interface":"front","average":{"1min":0.92900000000000005,"5min":0.91700000000000004,"15min":0.89500000000000002},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.3839999999999999,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":0.70299999999999996}]},{"osd":1,"last update":"Tue Dec 5 15:55:43 2023","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.86499999999999999,"15min":0.85499999999999998},"min":{"1min":0.624,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.1339999999999999,"5min":1.413,"15min":1.413},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.98799999999999999,"5min":0.92800000000000005,"15min":0.91600000000000004},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.214,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.85799999999999998}]},{"osd":2,"last update":"Tue Dec 5 15:55:43 2023","interfaces":[{"interface":"back","average":{"1min":0.91500000000000004,"5min":0.89500000000000002,"15min":0.87},"min":{"1min":0.72599999999999998,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.1479999999999999,"5min":1.5089999999999999,"15min":1.5089999999999999},"last":1.0129999999999999},{"interface":"front","average":{"1min":1.038,"5min":1.018,"15min":1.002},"min":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.5680000000000001,"5min":1.5680000000000001,"15min":1.5680000000000001},"last":1.175}]},{"osd":3,"last update":"Tue Dec 5 15:55:43 2023","interfaces":[{"interface":"back","average":{"1min":1.0209999999999999,"5min":0.97099999999999997,"15min":0.94299999999999995},"min":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.3839999999999999,"5min":1.504,"15min":1.504},"last":0.92200000000000004},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.98999999999999999,"15min":0.98799999999999999},"min":{"1min":0.68700000000000006,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.329,"5min":1.6160000000000001,"15min":1.6160000000000001},"last":0.96699999999999997}]},{"osd":5,"last update":"Tue Dec 5 15:55:22 2023","interfaces":[{"interface":"back","average":{"1min":1.0189999999999999,"5min":0.83099999999999996,"15min":0.79900000000000004},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.524,"5min":1.524,"15min":1.524},"last":0.83199999999999996},{"interface":"front","average":{"1min":1.2629999999999999,"5min":1.103,"15min":1.0760000000000001},"min":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.7949999999999999,"5min":1.7949999999999999,"15min":1.7949999999999999},"last":1.089}]},{"osd":6,"last update":"Tue Dec 5 15:55:57 2023","interfaces":[{"interface":"back","average":{"1min":1.018,"5min":1.03,"15min":1.032},"min":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.4159999999999999,"5min":1.8600000000000001,"15min":1.8600000000000001},"last":1.0649999999999999},{"interface":"front","average":{"1min":1.0229999999999999,"5min":1.083,"15min":1.093},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.47,"5min":1.9490000000000001,"15min":1.9490000000000001},"last":1.133}]},{"osd":7,"last update":"Tue Dec 5 15:55:26 2023","interfaces":[{"interface":"back","average":{"1min":1.224,"5min":1.224,"15min":1.224},"min":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.976,"5min":1.976,"15min":1.976},"last":1.2549999999999999},{"interface":"front","average":{"1min":1.286,"5min":1.286,"15min":1.286},"min":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"max":{"1min":2.052,"5min":2.052,"15min":2.052},"last":1.3109999999999999}]}]},{"osd":5,"up_from":38,"seq":163208757287,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,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":"Tue Dec 5 15:56:20 2023","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.89700000000000002},"min":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.1579999999999999,"5min":1.417,"15min":1.417},"last":1.0920000000000001},{"interface":"front","average":{"1min":0.96299999999999997,"5min":0.95899999999999996,"15min":0.94699999999999995},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.238,"5min":1.341,"15min":1.341},"last":0.88500000000000001}]},{"osd":1,"last update":"Tue Dec 5 15:56:20 2023","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.90300000000000002,"15min":0.86699999999999999},"min":{"1min":0.67900000000000005,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.236,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":0.82399999999999995},{"interface":"front","average":{"1min":1.0009999999999999,"5min":0.95599999999999996,"15min":0.93999999999999995},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.319,"5min":1.319,"15min":1.319},"last":0.95199999999999996}]},{"osd":2,"last update":"Tue Dec 5 15:56:20 2023","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.90800000000000003,"15min":0.89800000000000002},"min":{"1min":0.67800000000000005,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.1990000000000001,"5min":1.228,"15min":1.228},"last":0.84699999999999998},{"interface":"front","average":{"1min":1.0549999999999999,"5min":0.996,"15min":0.96599999999999997},"min":{"1min":0.75,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.429,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.90900000000000003}]},{"osd":3,"last update":"Tue Dec 5 15:56:20 2023","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":0.98299999999999998,"15min":0.96399999999999997},"min":{"1min":0.69999999999999996,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.5129999999999999,"5min":1.5129999999999999,"15min":1.5129999999999999},"last":0.76900000000000002},{"interface":"front","average":{"1min":1.028,"5min":1.0189999999999999,"15min":0.999},"min":{"1min":0.74299999999999999,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.554,"5min":1.554,"15min":1.554},"last":0.98299999999999998}]},{"osd":4,"last update":"Tue Dec 5 15:56:20 2023","interfaces":[{"interface":"back","average":{"1min":0.96899999999999997,"5min":0.89700000000000002,"15min":0.86699999999999999},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.3839999999999999,"5min":1.4930000000000001,"15min":1.4930000000000001},"last":1.196},{"interface":"front","average":{"1min":1.0980000000000001,"5min":0.996,"15min":0.95999999999999996},"min":{"1min":0.76700000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.6100000000000001,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":1.0209999999999999}]},{"osd":6,"last update":"Tue Dec 5 15:55:53 2023","interfaces":[{"interface":"back","average":{"1min":1.0620000000000001,"5min":1.044,"15min":1.0409999999999999},"min":{"1min":0.67000000000000004,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.4770000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":1.0449999999999999},{"interface":"front","average":{"1min":1.1279999999999999,"5min":1.071,"15min":1.0609999999999999},"min":{"1min":0.81299999999999994,"5min":0.63,"15min":0.63},"max":{"1min":1.512,"5min":1.512,"15min":1.512},"last":0.93500000000000005}]},{"osd":7,"last update":"Tue Dec 5 15:55:31 2023","interfaces":[{"interface":"back","average":{"1min":1.165,"5min":1.165,"15min":1.165},"min":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"max":{"1min":1.6140000000000001,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":1.173},{"interface":"front","average":{"1min":1.268,"5min":1.268,"15min":1.268},"min":{"1min":0.877,"5min":0.877,"15min":0.877},"max":{"1min":1.5940000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":1.2250000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-05T15:56:25.830 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-05T15:56:26.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:25 smithi038 bash[25002]: cluster 2023-12-05T15:56:23.967904+0000 mgr.y (mgr.14469) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:26.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:25 smithi016 bash[25024]: cluster 2023-12-05T15:56:23.967904+0000 mgr.y (mgr.14469) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:26.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:25 smithi016 bash[30458]: cluster 2023-12-05T15:56:23.967904+0000 mgr.y (mgr.14469) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:27.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:26 smithi038 bash[25002]: audit 2023-12-05T15:56:25.104710+0000 mgr.y (mgr.14469) 77 : audit [DBG] from='client.24535 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T15:56:27.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:26 smithi016 bash[25024]: audit 2023-12-05T15:56:25.104710+0000 mgr.y (mgr.14469) 77 : audit [DBG] from='client.24535 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T15:56:27.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:26 smithi016 bash[30458]: audit 2023-12-05T15:56:25.104710+0000 mgr.y (mgr.14469) 77 : audit [DBG] from='client.24535 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T15:56:27.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:27 smithi038 bash[25002]: cluster 2023-12-05T15:56:25.968388+0000 mgr.y (mgr.14469) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:27.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:27 smithi038 bash[25002]: audit 2023-12-05T15:56:27.346931+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:27.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:27 smithi038 bash[25002]: audit 2023-12-05T15:56:27.567031+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:28.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:27 smithi016 bash[25024]: cluster 2023-12-05T15:56:25.968388+0000 mgr.y (mgr.14469) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:28.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:27 smithi016 bash[25024]: audit 2023-12-05T15:56:27.346931+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:28.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:27 smithi016 bash[25024]: audit 2023-12-05T15:56:27.567031+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:28.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:27 smithi016 bash[30458]: cluster 2023-12-05T15:56:25.968388+0000 mgr.y (mgr.14469) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:28.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:27 smithi016 bash[30458]: audit 2023-12-05T15:56:27.346931+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:28.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:27 smithi016 bash[30458]: audit 2023-12-05T15:56:27.567031+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:28.481 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:56:28.866 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:28 smithi016 bash[25024]: audit 2023-12-05T15:56:27.857042+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:28.867 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:28 smithi016 bash[25024]: audit 2023-12-05T15:56:27.866143+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:56:28.867 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:28 smithi016 bash[25024]: audit 2023-12-05T15:56:27.869000+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:56:28.867 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:28 smithi016 bash[25024]: audit 2023-12-05T15:56:27.871010+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:56:28.867 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:28 smithi016 bash[25024]: cluster 2023-12-05T15:56:27.969240+0000 mgr.y (mgr.14469) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:29.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:28 smithi016 bash[30458]: audit 2023-12-05T15:56:27.857042+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:29.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:28 smithi016 bash[30458]: audit 2023-12-05T15:56:27.866143+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:56:29.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:28 smithi016 bash[30458]: audit 2023-12-05T15:56:27.869000+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:56:29.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:28 smithi016 bash[30458]: audit 2023-12-05T15:56:27.871010+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:56:29.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:28 smithi016 bash[30458]: cluster 2023-12-05T15:56:27.969240+0000 mgr.y (mgr.14469) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:29.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:28 smithi038 bash[25002]: audit 2023-12-05T15:56:27.857042+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:29.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:28 smithi038 bash[25002]: audit 2023-12-05T15:56:27.866143+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T15:56:29.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:28 smithi038 bash[25002]: audit 2023-12-05T15:56:27.869000+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:56:29.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:28 smithi038 bash[25002]: audit 2023-12-05T15:56:27.871010+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:56:29.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:28 smithi038 bash[25002]: cluster 2023-12-05T15:56:27.969240+0000 mgr.y (mgr.14469) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:30.118 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:56:29 smithi016 bash[50303]: level=info ts=2023-12-05T15:56:29.824Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003678657s 2023-12-05T15:56:31.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:30 smithi038 bash[25002]: cluster 2023-12-05T15:56:29.969824+0000 mgr.y (mgr.14469) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:31.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:30 smithi016 bash[25024]: cluster 2023-12-05T15:56:29.969824+0000 mgr.y (mgr.14469) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:31.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:30 smithi016 bash[30458]: cluster 2023-12-05T15:56:29.969824+0000 mgr.y (mgr.14469) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:31.497 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-12-05T15:56:31.499 INFO:teuthology.orchestra.run.smithi016.stderr:dumped all 2023-12-05T15:56:32.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:31 smithi038 bash[25002]: audit 2023-12-05T15:56:31.489750+0000 mgr.y (mgr.14469) 81 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T15:56:32.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:31 smithi038 bash[25002]: audit 2023-12-05T15:56:31.709381+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:32.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:31 smithi038 bash[25002]: audit 2023-12-05T15:56:31.719917+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:32.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:31 smithi016 bash[25024]: audit 2023-12-05T15:56:31.489750+0000 mgr.y (mgr.14469) 81 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T15:56:32.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:31 smithi016 bash[25024]: audit 2023-12-05T15:56:31.709381+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:32.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:31 smithi016 bash[25024]: audit 2023-12-05T15:56:31.719917+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:32.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:31 smithi016 bash[30458]: audit 2023-12-05T15:56:31.489750+0000 mgr.y (mgr.14469) 81 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T15:56:32.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:31 smithi016 bash[30458]: audit 2023-12-05T15:56:31.709381+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:32.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:31 smithi016 bash[30458]: audit 2023-12-05T15:56:31.719917+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:32.213 INFO:teuthology.orchestra.run.smithi016.stdout:{"pg_ready":true,"pg_map":{"version":52,"stamp":"2023-12-05T15:56:29.969513+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":48916,"kb_used_data":6100,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912300,"statfs":{"total":767960285184,"available":767910195200,"internally_reserved":0,"allocated":6246400,"data_stored":3489247,"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.003973"},"pg_stats":[{"pgid":"1.0","version":"59'128","reported_seq":266,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-12-05T15:54:52.341744+0000","last_change":"2023-12-05T15:54:30.047692+0000","last_active":"2023-12-05T15:54:52.341744+0000","last_peered":"2023-12-05T15:54:52.341744+0000","last_clean":"2023-12-05T15:54:52.341744+0000","last_became_active":"2023-12-05T15:54:30.046804+0000","last_became_peered":"2023-12-05T15:54:30.046804+0000","last_unstale":"2023-12-05T15:54:52.341744+0000","last_undegraded":"2023-12-05T15:54:52.341744+0000","last_fullsized":"2023-12-05T15:54:52.341744+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-05T15:51:32.161485+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-05T15:51:32.161485+0000","last_clean_scrub_stamp":"2023-12-05T15:51:32.161485+0000","objects_scrubbed":0,"log_size":128,"ondisk_log_size":128,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-06T23:14:39.957980+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234010,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6088,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739064,"statfs":{"total":95995035648,"available":95988801536,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Dec 5 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.012,"15min":1.012},"min":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.3600000000000001,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":1.0680000000000001},{"interface":"front","average":{"1min":0.87,"5min":0.87,"15min":0.87},"min":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":1.1619999999999999}]},{"osd":1,"last update":"Tue Dec 5 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":0.97999999999999998,"15min":0.97999999999999998},"min":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.3620000000000001,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":1.1779999999999999},{"interface":"front","average":{"1min":0.98299999999999998,"5min":0.98299999999999998,"15min":0.98299999999999998},"min":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.51,"5min":1.51,"15min":1.51},"last":0.92100000000000004}]},{"osd":2,"last update":"Tue Dec 5 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"min":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":1.131},{"interface":"front","average":{"1min":0.998,"5min":0.998,"15min":0.998},"min":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.5129999999999999,"5min":1.5129999999999999,"15min":1.5129999999999999},"last":0.93899999999999995}]},{"osd":3,"last update":"Tue Dec 5 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.98599999999999999,"15min":0.98599999999999999},"min":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":1.254,"5min":1.254,"15min":1.254},"last":1.018},{"interface":"front","average":{"1min":1.109,"5min":1.109,"15min":1.109},"min":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.994,"5min":1.994,"15min":1.994},"last":0.85299999999999998}]},{"osd":4,"last update":"Tue Dec 5 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.4079999999999999,"5min":1.4079999999999999,"15min":1.4079999999999999},"last":1.107},{"interface":"front","average":{"1min":0.98799999999999999,"5min":0.98799999999999999,"15min":0.98799999999999999},"min":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.2809999999999999,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.87}]},{"osd":5,"last update":"Tue Dec 5 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":1.1279999999999999,"5min":1.1279999999999999,"15min":1.1279999999999999},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":2.3359999999999999,"5min":2.3359999999999999,"15min":2.3359999999999999},"last":0.75600000000000001},{"interface":"front","average":{"1min":1.161,"5min":1.161,"15min":1.161},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.496,"5min":1.496,"15min":1.496},"last":1.042}]},{"osd":6,"last update":"Tue Dec 5 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.117,"15min":1.117},"min":{"1min":0.626,"5min":0.626,"15min":0.626},"max":{"1min":1.7350000000000001,"5min":1.7350000000000001,"15min":1.7350000000000001},"last":0.98499999999999999},{"interface":"front","average":{"1min":1.141,"5min":1.141,"15min":1.141},"min":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.96499999999999997}]}]},{"osd":6,"up_from":46,"seq":197568495649,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6152,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739000,"statfs":{"total":95995035648,"available":95988736000,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Dec 5 15:55:56 2023","interfaces":[{"interface":"back","average":{"1min":0.89300000000000002,"5min":0.90000000000000002,"15min":0.90100000000000002},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.3280000000000001,"5min":1.3280000000000001,"15min":1.3280000000000001},"last":0.83599999999999997},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.92300000000000004,"15min":0.93200000000000005},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":0.95499999999999996}]},{"osd":1,"last update":"Tue Dec 5 15:55:56 2023","interfaces":[{"interface":"back","average":{"1min":0.90300000000000002,"5min":1.0069999999999999,"15min":1.0249999999999999},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.4359999999999999,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":0.90600000000000003},{"interface":"front","average":{"1min":1.0109999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"min":{"1min":0.80000000000000004,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.351,"5min":1.351,"15min":1.351},"last":1.073}]},{"osd":2,"last update":"Tue Dec 5 15:55:56 2023","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":1.042,"15min":1.0509999999999999},"min":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.3520000000000001,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":1.2609999999999999},{"interface":"front","average":{"1min":0.96699999999999997,"5min":1.0269999999999999,"15min":1.0369999999999999},"min":{"1min":0.72199999999999998,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.329,"5min":1.71,"15min":1.71},"last":1.1220000000000001}]},{"osd":3,"last update":"Tue Dec 5 15:55:56 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":1.0209999999999999,"15min":1.0309999999999999},"min":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"max":{"1min":1.3260000000000001,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":1.0329999999999999},{"interface":"front","average":{"1min":1.131,"5min":1.175,"15min":1.1830000000000001},"min":{"1min":0.878,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.333,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":1.157}]},{"osd":4,"last update":"Tue Dec 5 15:55:56 2023","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.044,"15min":1.048},"min":{"1min":0.70399999999999996,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.827,"5min":1.827,"15min":1.827},"last":1.202},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.141,"15min":1.1539999999999999},"min":{"1min":0.66700000000000004,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.583,"5min":1.583,"15min":1.583},"last":1.1040000000000001}]},{"osd":5,"last update":"Tue Dec 5 15:55:56 2023","interfaces":[{"interface":"back","average":{"1min":1.1020000000000001,"5min":1.119,"15min":1.1220000000000001},"min":{"1min":0.85199999999999998,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.5469999999999999,"5min":1.6120000000000001,"15min":1.6120000000000001},"last":1.286},{"interface":"front","average":{"1min":1.129,"5min":1.23,"15min":1.2470000000000001},"min":{"1min":0.88600000000000001,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.476,"5min":1.6970000000000001,"15min":1.6970000000000001},"last":1.1799999999999999}]},{"osd":7,"last update":"Tue Dec 5 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":1.244,"5min":1.244,"15min":1.244},"min":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"max":{"1min":1.4970000000000001,"5min":1.4970000000000001,"15min":1.4970000000000001},"last":1.337},{"interface":"front","average":{"1min":1.232,"5min":1.232,"15min":1.232},"min":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"max":{"1min":1.6990000000000001,"5min":1.6990000000000001,"15min":1.6990000000000001},"last":1.347}]}]},{"osd":1,"up_from":13,"seq":55834574918,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6332,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738820,"statfs":{"total":95995035648,"available":95988551680,"internally_reserved":0,"allocated":577536,"data_stored":237576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Dec 5 15:56:01 2023","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.72299999999999998,"15min":0.60399999999999998},"min":{"1min":0.56899999999999995,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":1.0600000000000001,"5min":1.4850000000000001,"15min":1.4850000000000001},"last":1.1240000000000001},{"interface":"front","average":{"1min":0.92400000000000004,"5min":0.80700000000000005,"15min":0.67800000000000005},"min":{"1min":0.59799999999999998,"5min":0.436,"15min":0.436},"max":{"1min":1.27,"5min":2.4980000000000002,"15min":2.4980000000000002},"last":0.72899999999999998}]},{"osd":2,"last update":"Tue Dec 5 15:55:36 2023","interfaces":[{"interface":"back","average":{"1min":0.89100000000000001,"5min":0.83299999999999996,"15min":0.81699999999999995},"min":{"1min":0.54500000000000004,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.2190000000000001,"5min":2.0209999999999999,"15min":2.0209999999999999},"last":1.0569999999999999},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.84199999999999997,"15min":0.80600000000000005},"min":{"1min":0.58199999999999996,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":1.333,"5min":1.397,"15min":1.397},"last":0.90300000000000002}]},{"osd":3,"last update":"Tue Dec 5 15:56:19 2023","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.90600000000000003,"15min":0.88400000000000001},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.3109999999999999,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":1.333},{"interface":"front","average":{"1min":0.95299999999999996,"5min":0.91100000000000003,"15min":0.85899999999999999},"min":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.3899999999999999,"5min":1.6419999999999999,"15min":1.6419999999999999},"last":0.84799999999999998}]},{"osd":4,"last update":"Tue Dec 5 15:55:47 2023","interfaces":[{"interface":"back","average":{"1min":1.147,"5min":1.0900000000000001,"15min":1.0840000000000001},"min":{"1min":0.748,"5min":0.748,"15min":0.748},"max":{"1min":1.893,"5min":1.893,"15min":1.893},"last":1.228},{"interface":"front","average":{"1min":1.167,"5min":1.141,"15min":1.1299999999999999},"min":{"1min":0.872,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.823,"5min":1.823,"15min":1.823},"last":1.462}]},{"osd":5,"last update":"Tue Dec 5 15:56:19 2023","interfaces":[{"interface":"back","average":{"1min":1.179,"5min":1.159,"15min":1.1459999999999999},"min":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.6930000000000001,"5min":1.6930000000000001,"15min":1.6930000000000001},"last":1.393},{"interface":"front","average":{"1min":1.2709999999999999,"5min":1.25,"15min":1.2549999999999999},"min":{"1min":0.98999999999999999,"5min":0.878,"15min":0.878},"max":{"1min":1.593,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":1.012}]},{"osd":6,"last update":"Tue Dec 5 15:55:52 2023","interfaces":[{"interface":"back","average":{"1min":1.3049999999999999,"5min":1.2749999999999999,"15min":1.27},"min":{"1min":0.873,"5min":0.873,"15min":0.873},"max":{"1min":1.657,"5min":1.7070000000000001,"15min":1.7070000000000001},"last":1.3089999999999999},{"interface":"front","average":{"1min":1.302,"5min":1.333,"15min":1.3380000000000001},"min":{"1min":1.0429999999999999,"5min":1.0429999999999999,"15min":1.0429999999999999},"max":{"1min":1.528,"5min":1.601,"15min":1.601},"last":1.103}]},{"osd":7,"last update":"Tue Dec 5 15:56:27 2023","interfaces":[{"interface":"back","average":{"1min":1.341,"5min":1.3979999999999999,"15min":1.4079999999999999},"min":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"max":{"1min":1.7589999999999999,"5min":1.7589999999999999,"15min":1.7589999999999999},"last":1.502},{"interface":"front","average":{"1min":1.345,"5min":1.349,"15min":1.3500000000000001},"min":{"1min":1.0029999999999999,"5min":0.91300000000000003,"15min":0.91300000000000003},"max":{"1min":1.7410000000000001,"5min":1.9359999999999999,"15min":1.9359999999999999},"last":1.5660000000000001}]}]},{"osd":0,"up_from":8,"seq":34359738444,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6920,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738232,"statfs":{"total":95995035648,"available":95987949568,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5963776},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Dec 5 15:55:59 2023","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.69799999999999995,"15min":0.60199999999999998},"min":{"1min":0.46000000000000002,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":1.7769999999999999,"5min":1.7769999999999999,"15min":1.7769999999999999},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.88900000000000001,"5min":0.77300000000000002,"15min":0.65300000000000002},"min":{"1min":0.40200000000000002,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":1.415,"5min":1.415,"15min":1.415},"last":0.82599999999999996}]},{"osd":2,"last update":"Tue Dec 5 15:55:37 2023","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.77500000000000002,"15min":0.72899999999999998},"min":{"1min":0.59299999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.1679999999999999,"5min":1.3420000000000001,"15min":1.3420000000000001},"last":0.80400000000000005},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.82199999999999995,"15min":0.76300000000000001},"min":{"1min":0.64600000000000002,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.2330000000000001,"5min":1.5449999999999999,"15min":1.5449999999999999},"last":1.0429999999999999}]},{"osd":3,"last update":"Tue Dec 5 15:56:19 2023","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":0.92500000000000004,"15min":0.88600000000000001},"min":{"1min":0.66300000000000003,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.351,"5min":1.351,"15min":1.351},"last":0.93200000000000005},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.96999999999999997,"15min":0.92700000000000005},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.603,"5min":1.746,"15min":1.746},"last":0.73999999999999999}]},{"osd":4,"last update":"Tue Dec 5 15:55:49 2023","interfaces":[{"interface":"back","average":{"1min":1.1459999999999999,"5min":1.117,"15min":1.093},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.8069999999999999,"5min":1.8069999999999999,"15min":1.8069999999999999},"last":1.1040000000000001},{"interface":"front","average":{"1min":1.095,"5min":1.1830000000000001,"15min":1.21},"min":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"max":{"1min":1.4219999999999999,"5min":1.875,"15min":1.875},"last":1.196}]},{"osd":5,"last update":"Tue Dec 5 15:56:23 2023","interfaces":[{"interface":"back","average":{"1min":1.129,"5min":1.264,"15min":1.296},"min":{"1min":0.754,"5min":0.754,"15min":0.754},"max":{"1min":1.395,"5min":1.823,"15min":1.823},"last":0.97199999999999998},{"interface":"front","average":{"1min":1.0309999999999999,"5min":1.1060000000000001,"15min":1.0940000000000001},"min":{"1min":0.626,"5min":0.626,"15min":0.626},"max":{"1min":1.3500000000000001,"5min":2.4550000000000001,"15min":2.4550000000000001},"last":1.0720000000000001}]},{"osd":6,"last update":"Tue Dec 5 15:55:59 2023","interfaces":[{"interface":"back","average":{"1min":1.1819999999999999,"5min":1.149,"15min":1.143},"min":{"1min":0.876,"5min":0.876,"15min":0.876},"max":{"1min":2.2770000000000001,"5min":2.2770000000000001,"15min":2.2770000000000001},"last":0.90200000000000002},{"interface":"front","average":{"1min":1.2210000000000001,"5min":1.2609999999999999,"15min":1.2669999999999999},"min":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.51,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":1.25}]},{"osd":7,"last update":"Tue Dec 5 15:55:26 2023","interfaces":[{"interface":"back","average":{"1min":1.3,"5min":1.3,"15min":1.3},"min":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"max":{"1min":2.3780000000000001,"5min":2.3780000000000001,"15min":2.3780000000000001},"last":1.1779999999999999},{"interface":"front","average":{"1min":1.329,"5min":1.329,"15min":1.329},"min":{"1min":1.069,"5min":1.069,"15min":1.069},"max":{"1min":1.6659999999999999,"5min":1.6659999999999999,"15min":1.6659999999999999},"last":1.365}]}]},{"osd":2,"up_from":18,"seq":77309411389,"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":237841,"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":"Tue Dec 5 15:55:37 2023","interfaces":[{"interface":"back","average":{"1min":0.80600000000000005,"5min":0.72199999999999998,"15min":0.68200000000000005},"min":{"1min":0.54300000000000004,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.2210000000000001,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.85099999999999998},{"interface":"front","average":{"1min":0.83299999999999996,"5min":0.75600000000000001,"15min":0.69199999999999995},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":2.3010000000000002,"5min":2.3010000000000002,"15min":2.3010000000000002},"last":0.77100000000000002}]},{"osd":1,"last update":"Tue Dec 5 15:55:37 2023","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.82099999999999995,"15min":0.79800000000000004},"min":{"1min":0.58799999999999997,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":2.234,"5min":2.234,"15min":2.234},"last":1.1639999999999999},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.83499999999999996,"15min":0.77900000000000003},"min":{"1min":0.65200000000000002,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.97099999999999997}]},{"osd":3,"last update":"Tue Dec 5 15:56:20 2023","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":0.93700000000000006,"15min":0.89700000000000002},"min":{"1min":0.68200000000000005,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":2.1600000000000001,"5min":2.1600000000000001,"15min":2.1600000000000001},"last":1.403},{"interface":"front","average":{"1min":1.0349999999999999,"5min":0.95799999999999996,"15min":0.92800000000000005},"min":{"1min":0.65300000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.776,"5min":1.776,"15min":1.776},"last":1.5620000000000001}]},{"osd":4,"last update":"Tue Dec 5 15:55:47 2023","interfaces":[{"interface":"back","average":{"1min":1.1599999999999999,"5min":1.0860000000000001,"15min":1.052},"min":{"1min":0.82099999999999995,"5min":0.75,"15min":0.75},"max":{"1min":1.6990000000000001,"5min":1.7270000000000001,"15min":1.7270000000000001},"last":1.7190000000000001},{"interface":"front","average":{"1min":1.1870000000000001,"5min":1.131,"15min":1.107},"min":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.917,"5min":1.917,"15min":1.917},"last":1.4610000000000001}]},{"osd":5,"last update":"Tue Dec 5 15:56:24 2023","interfaces":[{"interface":"back","average":{"1min":1.2929999999999999,"5min":1.226,"15min":1.22},"min":{"1min":1.006,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.8160000000000001,"5min":1.8160000000000001,"15min":1.8160000000000001},"last":1.599},{"interface":"front","average":{"1min":1.222,"5min":1.151,"15min":1.1459999999999999},"min":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":2.8250000000000002,"5min":2.8250000000000002,"15min":2.8250000000000002},"last":1.014}]},{"osd":6,"last update":"Tue Dec 5 15:55:56 2023","interfaces":[{"interface":"back","average":{"1min":1.3799999999999999,"5min":1.306,"15min":1.294},"min":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"max":{"1min":2.0259999999999998,"5min":2.0259999999999998,"15min":2.0259999999999998},"last":1.7509999999999999},{"interface":"front","average":{"1min":1.3520000000000001,"5min":1.304,"15min":1.296},"min":{"1min":1.0109999999999999,"5min":0.89300000000000002,"15min":0.89300000000000002},"max":{"1min":1.875,"5min":1.875,"15min":1.875},"last":1.665}]},{"osd":7,"last update":"Tue Dec 5 15:55:28 2023","interfaces":[{"interface":"back","average":{"1min":1.28,"5min":1.28,"15min":1.28},"min":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"max":{"1min":2.9089999999999998,"5min":2.9089999999999998,"15min":2.9089999999999998},"last":1.258},{"interface":"front","average":{"1min":1.4510000000000001,"5min":1.4510000000000001,"15min":1.4510000000000001},"min":{"1min":1.099,"5min":1.099,"15min":1.099},"max":{"1min":2.0979999999999999,"5min":2.0979999999999999,"15min":2.0979999999999999},"last":1.6879999999999999}]}]},{"osd":3,"up_from":25,"seq":107374182454,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Dec 5 15:56:15 2023","interfaces":[{"interface":"back","average":{"1min":0.80900000000000005,"5min":0.76500000000000001,"15min":0.70999999999999996},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.99099999999999999,"5min":1.254,"15min":1.254},"last":0.80800000000000005},{"interface":"front","average":{"1min":0.82799999999999996,"5min":0.83299999999999996,"15min":0.82199999999999995},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.1739999999999999,"5min":1.256,"15min":1.256},"last":1.3580000000000001}]},{"osd":1,"last update":"Tue Dec 5 15:56:15 2023","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.85799999999999998,"15min":0.83999999999999997},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.2929999999999999,"5min":1.343,"15min":1.343},"last":0.90500000000000003},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.84299999999999997,"15min":0.82499999999999996},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.272,"5min":1.272,"15min":1.272},"last":1.0029999999999999}]},{"osd":2,"last update":"Tue Dec 5 15:56:15 2023","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":0.91700000000000004,"15min":0.872},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.264,"5min":1.28,"15min":1.28},"last":1.125},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.876,"15min":0.84699999999999998},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.2170000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.873}]},{"osd":4,"last update":"Tue Dec 5 15:55:45 2023","interfaces":[{"interface":"back","average":{"1min":1.0529999999999999,"5min":1.008,"15min":0.97999999999999998},"min":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.5289999999999999,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":0.97499999999999998},{"interface":"front","average":{"1min":1.1519999999999999,"5min":1.0720000000000001,"15min":1.044},"min":{"1min":0.73399999999999999,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.677,"5min":1.677,"15min":1.677},"last":1.161}]},{"osd":5,"last update":"Tue Dec 5 15:56:25 2023","interfaces":[{"interface":"back","average":{"1min":1.171,"5min":1.165,"15min":1.1559999999999999},"min":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.361,"5min":1.5800000000000001,"15min":1.5800000000000001},"last":1.2},{"interface":"front","average":{"1min":1.123,"5min":1.115,"15min":1.0980000000000001},"min":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"max":{"1min":1.3839999999999999,"5min":1.4910000000000001,"15min":1.4910000000000001},"last":1.04}]},{"osd":6,"last update":"Tue Dec 5 15:55:57 2023","interfaces":[{"interface":"back","average":{"1min":1.236,"5min":1.2290000000000001,"15min":1.228},"min":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"max":{"1min":1.778,"5min":1.778,"15min":1.778},"last":1.28},{"interface":"front","average":{"1min":1.403,"5min":1.294,"15min":1.276},"min":{"1min":1.095,"5min":1.0900000000000001,"15min":1.0900000000000001},"max":{"1min":1.798,"5min":1.798,"15min":1.798},"last":1.335}]},{"osd":7,"last update":"Tue Dec 5 15:55:30 2023","interfaces":[{"interface":"back","average":{"1min":1.252,"5min":1.252,"15min":1.252},"min":{"1min":0.874,"5min":0.874,"15min":0.874},"max":{"1min":1.8600000000000001,"5min":1.8600000000000001,"15min":1.8600000000000001},"last":1.2310000000000001},{"interface":"front","average":{"1min":1.3520000000000001,"5min":1.3520000000000001,"15min":1.3520000000000001},"min":{"1min":1.0780000000000001,"5min":1.0780000000000001,"15min":1.0780000000000001},"max":{"1min":1.736,"5min":1.736,"15min":1.736},"last":1.429}]}]},{"osd":4,"up_from":30,"seq":128849018927,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5760,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739392,"statfs":{"total":95995035648,"available":95989137408,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Dec 5 15:55:43 2023","interfaces":[{"interface":"back","average":{"1min":0.81899999999999995,"5min":0.86499999999999999,"15min":0.86099999999999999},"min":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.1599999999999999,"5min":1.7450000000000001,"15min":1.7450000000000001},"last":0.97799999999999998},{"interface":"front","average":{"1min":0.92900000000000005,"5min":0.91700000000000004,"15min":0.89500000000000002},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.3839999999999999,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":1.125}]},{"osd":1,"last update":"Tue Dec 5 15:55:43 2023","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.86499999999999999,"15min":0.85499999999999998},"min":{"1min":0.624,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.1339999999999999,"5min":1.413,"15min":1.413},"last":1.0269999999999999},{"interface":"front","average":{"1min":0.98799999999999999,"5min":0.92800000000000005,"15min":0.91600000000000004},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.214,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":1.0600000000000001}]},{"osd":2,"last update":"Tue Dec 5 15:55:43 2023","interfaces":[{"interface":"back","average":{"1min":0.91500000000000004,"5min":0.89500000000000002,"15min":0.87},"min":{"1min":0.72599999999999998,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.1479999999999999,"5min":1.5089999999999999,"15min":1.5089999999999999},"last":0.80700000000000005},{"interface":"front","average":{"1min":1.038,"5min":1.018,"15min":1.002},"min":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.5680000000000001,"5min":1.5680000000000001,"15min":1.5680000000000001},"last":1.2509999999999999}]},{"osd":3,"last update":"Tue Dec 5 15:55:43 2023","interfaces":[{"interface":"back","average":{"1min":1.0209999999999999,"5min":0.97099999999999997,"15min":0.94299999999999995},"min":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.3839999999999999,"5min":1.504,"15min":1.504},"last":1.0129999999999999},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.98999999999999999,"15min":0.98799999999999999},"min":{"1min":0.68700000000000006,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.329,"5min":1.6160000000000001,"15min":1.6160000000000001},"last":1.1799999999999999}]},{"osd":5,"last update":"Tue Dec 5 15:56:23 2023","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.85799999999999998,"15min":0.80800000000000005},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.3720000000000001,"5min":1.524,"15min":1.524},"last":0.90700000000000003},{"interface":"front","average":{"1min":1.1899999999999999,"5min":1.1279999999999999,"15min":1.0840000000000001},"min":{"1min":0.71099999999999997,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.514,"5min":1.7949999999999999,"15min":1.7949999999999999},"last":1.3129999999999999}]},{"osd":6,"last update":"Tue Dec 5 15:55:57 2023","interfaces":[{"interface":"back","average":{"1min":1.018,"5min":1.03,"15min":1.032},"min":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.4159999999999999,"5min":1.8600000000000001,"15min":1.8600000000000001},"last":1.3819999999999999},{"interface":"front","average":{"1min":1.0229999999999999,"5min":1.083,"15min":1.093},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.47,"5min":1.9490000000000001,"15min":1.9490000000000001},"last":1.2170000000000001}]},{"osd":7,"last update":"Tue Dec 5 15:55:26 2023","interfaces":[{"interface":"back","average":{"1min":1.224,"5min":1.224,"15min":1.224},"min":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.976,"5min":1.976,"15min":1.976},"last":1.2789999999999999},{"interface":"front","average":{"1min":1.286,"5min":1.286,"15min":1.286},"min":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"max":{"1min":2.052,"5min":2.052,"15min":2.052},"last":1.3400000000000001}]}]},{"osd":5,"up_from":38,"seq":163208757288,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,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":"Tue Dec 5 15:56:20 2023","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.89700000000000002},"min":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.1579999999999999,"5min":1.417,"15min":1.417},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.96299999999999997,"5min":0.95899999999999996,"15min":0.94699999999999995},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.238,"5min":1.341,"15min":1.341},"last":0.93100000000000005}]},{"osd":1,"last update":"Tue Dec 5 15:56:20 2023","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.90300000000000002,"15min":0.86699999999999999},"min":{"1min":0.67900000000000005,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.236,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":0.83199999999999996},{"interface":"front","average":{"1min":1.0009999999999999,"5min":0.95599999999999996,"15min":0.93999999999999995},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.319,"5min":1.319,"15min":1.319},"last":0.78600000000000003}]},{"osd":2,"last update":"Tue Dec 5 15:56:20 2023","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.90800000000000003,"15min":0.89800000000000002},"min":{"1min":0.67800000000000005,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.1990000000000001,"5min":1.228,"15min":1.228},"last":0.70599999999999996},{"interface":"front","average":{"1min":1.0549999999999999,"5min":0.996,"15min":0.96599999999999997},"min":{"1min":0.75,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.429,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.73699999999999999}]},{"osd":3,"last update":"Tue Dec 5 15:56:20 2023","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":0.98299999999999998,"15min":0.96399999999999997},"min":{"1min":0.69999999999999996,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.5129999999999999,"5min":1.5129999999999999,"15min":1.5129999999999999},"last":0.80200000000000005},{"interface":"front","average":{"1min":1.028,"5min":1.0189999999999999,"15min":0.999},"min":{"1min":0.74299999999999999,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.554,"5min":1.554,"15min":1.554},"last":0.96799999999999997}]},{"osd":4,"last update":"Tue Dec 5 15:56:20 2023","interfaces":[{"interface":"back","average":{"1min":0.96899999999999997,"5min":0.89700000000000002,"15min":0.86699999999999999},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.3839999999999999,"5min":1.4930000000000001,"15min":1.4930000000000001},"last":0.85299999999999998},{"interface":"front","average":{"1min":1.0980000000000001,"5min":0.996,"15min":0.95999999999999996},"min":{"1min":0.76700000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.6100000000000001,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":1.012}]},{"osd":6,"last update":"Tue Dec 5 15:55:53 2023","interfaces":[{"interface":"back","average":{"1min":1.0620000000000001,"5min":1.044,"15min":1.0409999999999999},"min":{"1min":0.67000000000000004,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.4770000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":0.99299999999999999},{"interface":"front","average":{"1min":1.1279999999999999,"5min":1.071,"15min":1.0609999999999999},"min":{"1min":0.81299999999999994,"5min":0.63,"15min":0.63},"max":{"1min":1.512,"5min":1.512,"15min":1.512},"last":0.95899999999999996}]},{"osd":7,"last update":"Tue Dec 5 15:55:31 2023","interfaces":[{"interface":"back","average":{"1min":1.165,"5min":1.165,"15min":1.165},"min":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"max":{"1min":1.6140000000000001,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":0.88300000000000001},{"interface":"front","average":{"1min":1.268,"5min":1.268,"15min":1.268},"min":{"1min":0.877,"5min":0.877,"15min":0.877},"max":{"1min":1.5940000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":0.90400000000000003}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-05T15:56:32.214 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-05T15:56:32.215 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-05T15:56:32.215 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-05T15:56:32.215 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-05T15:56:33.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:32 smithi038 bash[25002]: cluster 2023-12-05T15:56:31.970400+0000 mgr.y (mgr.14469) 82 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:33.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:32 smithi016 bash[30458]: cluster 2023-12-05T15:56:31.970400+0000 mgr.y (mgr.14469) 82 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:33.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:32 smithi016 bash[25024]: cluster 2023-12-05T15:56:31.970400+0000 mgr.y (mgr.14469) 82 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:34.955 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/mon.a/config 2023-12-05T15:56:35.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:35 smithi038 bash[25002]: cluster 2023-12-05T15:56:33.971053+0000 mgr.y (mgr.14469) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:35.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:35 smithi016 bash[25024]: cluster 2023-12-05T15:56:33.971053+0000 mgr.y (mgr.14469) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:35.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:35 smithi016 bash[30458]: cluster 2023-12-05T15:56:33.971053+0000 mgr.y (mgr.14469) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:37.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:37 smithi038 bash[25002]: cluster 2023-12-05T15:56:35.971523+0000 mgr.y (mgr.14469) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:37.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:37 smithi016 bash[25024]: cluster 2023-12-05T15:56:35.971523+0000 mgr.y (mgr.14469) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:37.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:37 smithi016 bash[30458]: cluster 2023-12-05T15:56:35.971523+0000 mgr.y (mgr.14469) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:37.913 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-12-05T15:56:37.913 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-05T15:56:38.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:38 smithi038 bash[25002]: audit 2023-12-05T15:56:37.909613+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.16:0/1434144758' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-05T15:56:38.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:38 smithi016 bash[25024]: audit 2023-12-05T15:56:37.909613+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.16:0/1434144758' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-05T15:56:38.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:38 smithi016 bash[30458]: audit 2023-12-05T15:56:37.909613+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.16:0/1434144758' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-05T15:56:38.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:56:38 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:56:38] "GET /metrics HTTP/1.1" 200 191507 "" "Prometheus/2.33.4" 2023-12-05T15:56:38.628 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-05T15:56:38.629 INFO:tasks.cephadm:Setup complete, yielding 2023-12-05T15:56:38.629 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-05T15:56:38.639 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi016.front.sepia.ceph.com 2023-12-05T15:56:38.639 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2023-12-05T15:56:39.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:39 smithi016 bash[25024]: cluster 2023-12-05T15:56:37.972100+0000 mgr.y (mgr.14469) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:39.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:39 smithi016 bash[30458]: cluster 2023-12-05T15:56:37.972100+0000 mgr.y (mgr.14469) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:39.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:39 smithi038 bash[25002]: cluster 2023-12-05T15:56:37.972100+0000 mgr.y (mgr.14469) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:39.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:56:38 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:56:38] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:56:41.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:40 smithi038 bash[25002]: cluster 2023-12-05T15:56:39.972690+0000 mgr.y (mgr.14469) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:41.368 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:40 smithi016 bash[30458]: cluster 2023-12-05T15:56:39.972690+0000 mgr.y (mgr.14469) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:41.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:40 smithi016 bash[25024]: cluster 2023-12-05T15:56:39.972690+0000 mgr.y (mgr.14469) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:42.240 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-05T15:56:42.249 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi016.front.sepia.ceph.com 2023-12-05T15:56:42.250 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2023-12-05T15:56:42.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:42 smithi038 bash[25002]: audit 2023-12-05T15:56:41.510339+0000 mon.a (mon.0) 655 : audit [INF] from='client.? ' entity='client.admin' 2023-12-05T15:56:42.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:42 smithi038 bash[25002]: audit 2023-12-05T15:56:41.566325+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:56:42.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:42 smithi038 bash[25002]: audit 2023-12-05T15:56:41.568428+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:56:42.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:42 smithi038 bash[25002]: audit 2023-12-05T15:56:41.579844+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:42.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:42 smithi016 bash[25024]: audit 2023-12-05T15:56:41.510339+0000 mon.a (mon.0) 655 : audit [INF] from='client.? ' entity='client.admin' 2023-12-05T15:56:42.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:42 smithi016 bash[25024]: audit 2023-12-05T15:56:41.566325+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:56:42.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:42 smithi016 bash[25024]: audit 2023-12-05T15:56:41.568428+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:56:42.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:42 smithi016 bash[25024]: audit 2023-12-05T15:56:41.579844+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:42.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:42 smithi016 bash[30458]: audit 2023-12-05T15:56:41.510339+0000 mon.a (mon.0) 655 : audit [INF] from='client.? ' entity='client.admin' 2023-12-05T15:56:42.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:42 smithi016 bash[30458]: audit 2023-12-05T15:56:41.566325+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:56:42.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:42 smithi016 bash[30458]: audit 2023-12-05T15:56:41.568428+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:56:42.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:42 smithi016 bash[30458]: audit 2023-12-05T15:56:41.579844+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:56:43.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:43 smithi016 bash[25024]: cluster 2023-12-05T15:56:41.973319+0000 mgr.y (mgr.14469) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:43.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:43 smithi016 bash[30458]: cluster 2023-12-05T15:56:41.973319+0000 mgr.y (mgr.14469) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:43.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:43 smithi038 bash[25002]: cluster 2023-12-05T15:56:41.973319+0000 mgr.y (mgr.14469) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:45.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:45 smithi016 bash[25024]: cluster 2023-12-05T15:56:43.973946+0000 mgr.y (mgr.14469) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:45.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:45 smithi016 bash[30458]: cluster 2023-12-05T15:56:43.973946+0000 mgr.y (mgr.14469) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:46.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:45 smithi038 bash[25002]: cluster 2023-12-05T15:56:43.973946+0000 mgr.y (mgr.14469) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:46.977 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T15:56:46.978 INFO:teuthology.orchestra.run.smithi016.stdout: "id": "a2b3835d-bd9f-4541-9cff-a08a58667e83", 2023-12-05T15:56:46.978 INFO:teuthology.orchestra.run.smithi016.stdout: "name": "r", 2023-12-05T15:56:46.978 INFO:teuthology.orchestra.run.smithi016.stdout: "current_period": "bf8b8a6b-8be1-4ee5-9e18-1e019fee1d84", 2023-12-05T15:56:46.978 INFO:teuthology.orchestra.run.smithi016.stdout: "epoch": 1 2023-12-05T15:56:46.978 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T15:56:47.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:46 smithi038 bash[25002]: cluster 2023-12-05T15:56:45.924904+0000 mon.a (mon.0) 657 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-05T15:56:47.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:46 smithi038 bash[25002]: audit 2023-12-05T15:56:45.929447+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.16:0/2141059009' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-05T15:56:47.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:46 smithi038 bash[25002]: audit 2023-12-05T15:56:45.930140+0000 mon.a (mon.0) 658 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-05T15:56:47.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:46 smithi038 bash[25002]: cluster 2023-12-05T15:56:45.974584+0000 mgr.y (mgr.14469) 89 : cluster [DBG] pgmap v61: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:47.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:46 smithi016 bash[30458]: cluster 2023-12-05T15:56:45.924904+0000 mon.a (mon.0) 657 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-05T15:56:47.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:46 smithi016 bash[30458]: audit 2023-12-05T15:56:45.929447+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.16:0/2141059009' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-05T15:56:47.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:46 smithi016 bash[30458]: audit 2023-12-05T15:56:45.930140+0000 mon.a (mon.0) 658 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-05T15:56:47.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:46 smithi016 bash[30458]: cluster 2023-12-05T15:56:45.974584+0000 mgr.y (mgr.14469) 89 : cluster [DBG] pgmap v61: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:47.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:46 smithi016 bash[25024]: cluster 2023-12-05T15:56:45.924904+0000 mon.a (mon.0) 657 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-05T15:56:47.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:46 smithi016 bash[25024]: audit 2023-12-05T15:56:45.929447+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.16:0/2141059009' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-05T15:56:47.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:46 smithi016 bash[25024]: audit 2023-12-05T15:56:45.930140+0000 mon.a (mon.0) 658 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-05T15:56:47.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:46 smithi016 bash[25024]: cluster 2023-12-05T15:56:45.974584+0000 mgr.y (mgr.14469) 89 : cluster [DBG] pgmap v61: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:56:47.669 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2023-12-05T15:56:48.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:47 smithi016 bash[25024]: audit 2023-12-05T15:56:46.928067+0000 mon.a (mon.0) 659 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-05T15:56:48.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:47 smithi016 bash[25024]: cluster 2023-12-05T15:56:46.928508+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-05T15:56:48.110 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:47 smithi016 bash[30458]: audit 2023-12-05T15:56:46.928067+0000 mon.a (mon.0) 659 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-05T15:56:48.110 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:47 smithi016 bash[30458]: cluster 2023-12-05T15:56:46.928508+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-05T15:56:48.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:47 smithi038 bash[25002]: audit 2023-12-05T15:56:46.928067+0000 mon.a (mon.0) 659 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-05T15:56:48.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:47 smithi038 bash[25002]: cluster 2023-12-05T15:56:46.928508+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-05T15:56:48.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:56:48 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:56:48] "GET /metrics HTTP/1.1" 200 191507 "" "Prometheus/2.33.4" 2023-12-05T15:56:49.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:48 smithi016 bash[25024]: cluster 2023-12-05T15:56:47.949903+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-05T15:56:49.075 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:48 smithi016 bash[25024]: cluster 2023-12-05T15:56:47.975255+0000 mgr.y (mgr.14469) 90 : cluster [DBG] pgmap v64: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-05T15:56:49.075 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:48 smithi016 bash[30458]: cluster 2023-12-05T15:56:47.949903+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-05T15:56:49.075 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:48 smithi016 bash[30458]: cluster 2023-12-05T15:56:47.975255+0000 mgr.y (mgr.14469) 90 : cluster [DBG] pgmap v64: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-05T15:56:49.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:56:48 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:56:48] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:56:49.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:48 smithi038 bash[25002]: cluster 2023-12-05T15:56:47.949903+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-05T15:56:49.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:48 smithi038 bash[25002]: cluster 2023-12-05T15:56:47.975255+0000 mgr.y (mgr.14469) 90 : cluster [DBG] pgmap v64: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-05T15:56:50.400 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T15:56:50.401 INFO:teuthology.orchestra.run.smithi016.stdout: "id": "7f89d001-f619-4b31-b2ef-ffde681a6a64", 2023-12-05T15:56:50.401 INFO:teuthology.orchestra.run.smithi016.stdout: "name": "default", 2023-12-05T15:56:50.401 INFO:teuthology.orchestra.run.smithi016.stdout: "api_name": "default", 2023-12-05T15:56:50.401 INFO:teuthology.orchestra.run.smithi016.stdout: "is_master": "true", 2023-12-05T15:56:50.401 INFO:teuthology.orchestra.run.smithi016.stdout: "endpoints": [], 2023-12-05T15:56:50.401 INFO:teuthology.orchestra.run.smithi016.stdout: "hostnames": [], 2023-12-05T15:56:50.401 INFO:teuthology.orchestra.run.smithi016.stdout: "hostnames_s3website": [], 2023-12-05T15:56:50.401 INFO:teuthology.orchestra.run.smithi016.stdout: "master_zone": "", 2023-12-05T15:56:50.401 INFO:teuthology.orchestra.run.smithi016.stdout: "zones": [], 2023-12-05T15:56:50.401 INFO:teuthology.orchestra.run.smithi016.stdout: "placement_targets": [], 2023-12-05T15:56:50.401 INFO:teuthology.orchestra.run.smithi016.stdout: "default_placement": "", 2023-12-05T15:56:50.401 INFO:teuthology.orchestra.run.smithi016.stdout: "realm_id": "a2b3835d-bd9f-4541-9cff-a08a58667e83", 2023-12-05T15:56:50.402 INFO:teuthology.orchestra.run.smithi016.stdout: "sync_policy": { 2023-12-05T15:56:50.402 INFO:teuthology.orchestra.run.smithi016.stdout: "groups": [] 2023-12-05T15:56:50.402 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T15:56:50.402 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T15:56:51.110 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2023-12-05T15:56:51.293 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:50 smithi016 bash[30458]: cluster 2023-12-05T15:56:49.975840+0000 mgr.y (mgr.14469) 91 : cluster [DBG] pgmap v65: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-05T15:56:51.294 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:50 smithi016 bash[25024]: cluster 2023-12-05T15:56:49.975840+0000 mgr.y (mgr.14469) 91 : cluster [DBG] pgmap v65: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-05T15:56:51.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:50 smithi038 bash[25002]: cluster 2023-12-05T15:56:49.975840+0000 mgr.y (mgr.14469) 91 : cluster [DBG] pgmap v65: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-05T15:56:52.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:52 smithi038 bash[25002]: audit 2023-12-05T15:56:51.961677+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2023-12-05T15:56:52.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:52 smithi038 bash[25002]: audit 2023-12-05T15:56:51.962826+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2023-12-05T15:56:52.365 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:52 smithi016 bash[30458]: audit 2023-12-05T15:56:51.961677+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2023-12-05T15:56:52.366 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:52 smithi016 bash[30458]: audit 2023-12-05T15:56:51.962826+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2023-12-05T15:56:52.366 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:52 smithi016 bash[25024]: audit 2023-12-05T15:56:51.961677+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2023-12-05T15:56:52.366 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:52 smithi016 bash[25024]: audit 2023-12-05T15:56:51.962826+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2023-12-05T15:56:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:53 smithi038 bash[25002]: cluster 2023-12-05T15:56:51.976498+0000 mgr.y (mgr.14469) 92 : cluster [DBG] pgmap v66: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-05T15:56:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:53 smithi038 bash[25002]: audit 2023-12-05T15:56:52.021691+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]': finished 2023-12-05T15:56:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:53 smithi038 bash[25002]: cluster 2023-12-05T15:56:52.021918+0000 mon.a (mon.0) 664 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-05T15:56:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:53 smithi038 bash[25002]: audit 2023-12-05T15:56:52.296152+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:56:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:53 smithi038 bash[25002]: audit 2023-12-05T15:56:52.297179+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:56:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:53 smithi038 bash[25002]: audit 2023-12-05T15:56:52.310875+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:56:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:53 smithi038 bash[25002]: audit 2023-12-05T15:56:52.311811+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:56:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:53 smithi016 bash[25024]: cluster 2023-12-05T15:56:51.976498+0000 mgr.y (mgr.14469) 92 : cluster [DBG] pgmap v66: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-05T15:56:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:53 smithi016 bash[25024]: audit 2023-12-05T15:56:52.021691+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]': finished 2023-12-05T15:56:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:53 smithi016 bash[25024]: cluster 2023-12-05T15:56:52.021918+0000 mon.a (mon.0) 664 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-05T15:56:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:53 smithi016 bash[25024]: audit 2023-12-05T15:56:52.296152+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:56:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:53 smithi016 bash[25024]: audit 2023-12-05T15:56:52.297179+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:56:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:53 smithi016 bash[25024]: audit 2023-12-05T15:56:52.310875+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:56:53.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:53 smithi016 bash[25024]: audit 2023-12-05T15:56:52.311811+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:56:53.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:53 smithi016 bash[30458]: cluster 2023-12-05T15:56:51.976498+0000 mgr.y (mgr.14469) 92 : cluster [DBG] pgmap v66: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2023-12-05T15:56:53.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:53 smithi016 bash[30458]: audit 2023-12-05T15:56:52.021691+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]': finished 2023-12-05T15:56:53.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:53 smithi016 bash[30458]: cluster 2023-12-05T15:56:52.021918+0000 mon.a (mon.0) 664 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-05T15:56:53.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:53 smithi016 bash[30458]: audit 2023-12-05T15:56:52.296152+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:56:53.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:53 smithi016 bash[30458]: audit 2023-12-05T15:56:52.297179+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:56:53.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:53 smithi016 bash[30458]: audit 2023-12-05T15:56:52.310875+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:56:53.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:53 smithi016 bash[30458]: audit 2023-12-05T15:56:52.311811+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:56:53.827 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T15:56:53.827 INFO:teuthology.orchestra.run.smithi016.stdout: "id": "b2d70be6-891a-46c8-8258-74406918d128", 2023-12-05T15:56:53.827 INFO:teuthology.orchestra.run.smithi016.stdout: "name": "z", 2023-12-05T15:56:53.827 INFO:teuthology.orchestra.run.smithi016.stdout: "domain_root": "z.rgw.meta:root", 2023-12-05T15:56:53.827 INFO:teuthology.orchestra.run.smithi016.stdout: "control_pool": "z.rgw.control", 2023-12-05T15:56:53.827 INFO:teuthology.orchestra.run.smithi016.stdout: "gc_pool": "z.rgw.log:gc", 2023-12-05T15:56:53.827 INFO:teuthology.orchestra.run.smithi016.stdout: "lc_pool": "z.rgw.log:lc", 2023-12-05T15:56:53.828 INFO:teuthology.orchestra.run.smithi016.stdout: "log_pool": "z.rgw.log", 2023-12-05T15:56:53.828 INFO:teuthology.orchestra.run.smithi016.stdout: "intent_log_pool": "z.rgw.log:intent", 2023-12-05T15:56:53.828 INFO:teuthology.orchestra.run.smithi016.stdout: "usage_log_pool": "z.rgw.log:usage", 2023-12-05T15:56:53.828 INFO:teuthology.orchestra.run.smithi016.stdout: "roles_pool": "z.rgw.meta:roles", 2023-12-05T15:56:53.828 INFO:teuthology.orchestra.run.smithi016.stdout: "reshard_pool": "z.rgw.log:reshard", 2023-12-05T15:56:53.828 INFO:teuthology.orchestra.run.smithi016.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2023-12-05T15:56:53.828 INFO:teuthology.orchestra.run.smithi016.stdout: "user_email_pool": "z.rgw.meta:users.email", 2023-12-05T15:56:53.828 INFO:teuthology.orchestra.run.smithi016.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2023-12-05T15:56:53.828 INFO:teuthology.orchestra.run.smithi016.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2023-12-05T15:56:53.828 INFO:teuthology.orchestra.run.smithi016.stdout: "otp_pool": "z.rgw.otp", 2023-12-05T15:56:53.828 INFO:teuthology.orchestra.run.smithi016.stdout: "system_key": { 2023-12-05T15:56:53.828 INFO:teuthology.orchestra.run.smithi016.stdout: "access_key": "", 2023-12-05T15:56:53.828 INFO:teuthology.orchestra.run.smithi016.stdout: "secret_key": "" 2023-12-05T15:56:53.828 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T15:56:53.828 INFO:teuthology.orchestra.run.smithi016.stdout: "placement_pools": [ 2023-12-05T15:56:53.828 INFO:teuthology.orchestra.run.smithi016.stdout: { 2023-12-05T15:56:53.829 INFO:teuthology.orchestra.run.smithi016.stdout: "key": "default-placement", 2023-12-05T15:56:53.829 INFO:teuthology.orchestra.run.smithi016.stdout: "val": { 2023-12-05T15:56:53.829 INFO:teuthology.orchestra.run.smithi016.stdout: "index_pool": "z.rgw.buckets.index", 2023-12-05T15:56:53.829 INFO:teuthology.orchestra.run.smithi016.stdout: "storage_classes": { 2023-12-05T15:56:53.829 INFO:teuthology.orchestra.run.smithi016.stdout: "STANDARD": { 2023-12-05T15:56:53.829 INFO:teuthology.orchestra.run.smithi016.stdout: "data_pool": "z.rgw.buckets.data" 2023-12-05T15:56:53.829 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T15:56:53.829 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T15:56:53.829 INFO:teuthology.orchestra.run.smithi016.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2023-12-05T15:56:53.829 INFO:teuthology.orchestra.run.smithi016.stdout: "index_type": 0 2023-12-05T15:56:53.829 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T15:56:53.829 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T15:56:53.829 INFO:teuthology.orchestra.run.smithi016.stdout: ], 2023-12-05T15:56:53.829 INFO:teuthology.orchestra.run.smithi016.stdout: "realm_id": "a2b3835d-bd9f-4541-9cff-a08a58667e83", 2023-12-05T15:56:53.829 INFO:teuthology.orchestra.run.smithi016.stdout: "notif_pool": "z.rgw.log:notif" 2023-12-05T15:56:53.829 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T15:56:54.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:54 smithi038 bash[25002]: cluster 2023-12-05T15:56:53.048755+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-05T15:56:54.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:54 smithi016 bash[25024]: cluster 2023-12-05T15:56:53.048755+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-05T15:56:54.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:54 smithi016 bash[30458]: cluster 2023-12-05T15:56:53.048755+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-05T15:56:54.558 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2023-12-05T15:56:55.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:55 smithi038 bash[25002]: cluster 2023-12-05T15:56:53.977230+0000 mgr.y (mgr.14469) 93 : cluster [DBG] pgmap v69: 33 pgs: 1 peering, 32 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 679 B/s rd, 1.8 KiB/s wr, 2 op/s 2023-12-05T15:56:55.368 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:55 smithi016 bash[25024]: cluster 2023-12-05T15:56:53.977230+0000 mgr.y (mgr.14469) 93 : cluster [DBG] pgmap v69: 33 pgs: 1 peering, 32 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 679 B/s rd, 1.8 KiB/s wr, 2 op/s 2023-12-05T15:56:55.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:55 smithi016 bash[30458]: cluster 2023-12-05T15:56:53.977230+0000 mgr.y (mgr.14469) 93 : cluster [DBG] pgmap v69: 33 pgs: 1 peering, 32 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 679 B/s rd, 1.8 KiB/s wr, 2 op/s 2023-12-05T15:56:57.323 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:57 smithi016 bash[25024]: cluster 2023-12-05T15:56:55.978077+0000 mgr.y (mgr.14469) 94 : cluster [DBG] pgmap v70: 33 pgs: 1 peering, 32 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 383 B/s wr, 0 op/s 2023-12-05T15:56:57.323 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:57 smithi016 bash[30458]: cluster 2023-12-05T15:56:55.978077+0000 mgr.y (mgr.14469) 94 : cluster [DBG] pgmap v70: 33 pgs: 1 peering, 32 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 383 B/s wr, 0 op/s 2023-12-05T15:56:57.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:57 smithi038 bash[25002]: cluster 2023-12-05T15:56:55.978077+0000 mgr.y (mgr.14469) 94 : cluster [DBG] pgmap v70: 33 pgs: 1 peering, 32 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 383 B/s wr, 0 op/s 2023-12-05T15:56:58.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:56:58 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:56:58] "GET /metrics HTTP/1.1" 200 192890 "" "Prometheus/2.33.4" 2023-12-05T15:56:59.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:56:58 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:56:58] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:56:59.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:59 smithi038 bash[25002]: cluster 2023-12-05T15:56:57.978943+0000 mgr.y (mgr.14469) 95 : cluster [DBG] pgmap v71: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 1023 B/s wr, 4 op/s 2023-12-05T15:56:59.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:59 smithi038 bash[25002]: cluster 2023-12-05T15:56:58.080241+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-05T15:56:59.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:56:59 smithi038 bash[25002]: audit 2023-12-05T15:56:58.081490+0000 mon.a (mon.0) 669 : audit [INF] from='client.? 172.21.15.16:0/1135173585' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-05T15:56:59.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:59 smithi016 bash[25024]: cluster 2023-12-05T15:56:57.978943+0000 mgr.y (mgr.14469) 95 : cluster [DBG] pgmap v71: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 1023 B/s wr, 4 op/s 2023-12-05T15:56:59.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:59 smithi016 bash[25024]: cluster 2023-12-05T15:56:58.080241+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-05T15:56:59.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:56:59 smithi016 bash[25024]: audit 2023-12-05T15:56:58.081490+0000 mon.a (mon.0) 669 : audit [INF] from='client.? 172.21.15.16:0/1135173585' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-05T15:56:59.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:59 smithi016 bash[30458]: cluster 2023-12-05T15:56:57.978943+0000 mgr.y (mgr.14469) 95 : cluster [DBG] pgmap v71: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 1023 B/s wr, 4 op/s 2023-12-05T15:56:59.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:59 smithi016 bash[30458]: cluster 2023-12-05T15:56:58.080241+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-05T15:56:59.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:56:59 smithi016 bash[30458]: audit 2023-12-05T15:56:58.081490+0000 mon.a (mon.0) 669 : audit [INF] from='client.? 172.21.15.16:0/1135173585' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-05T15:57:00.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:00 smithi016 bash[25024]: audit 2023-12-05T15:56:59.085918+0000 mon.a (mon.0) 670 : audit [INF] from='client.? 172.21.15.16:0/1135173585' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-05T15:57:00.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:00 smithi016 bash[25024]: cluster 2023-12-05T15:56:59.086447+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-05T15:57:00.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:00 smithi016 bash[30458]: audit 2023-12-05T15:56:59.085918+0000 mon.a (mon.0) 670 : audit [INF] from='client.? 172.21.15.16:0/1135173585' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-05T15:57:00.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:00 smithi016 bash[30458]: cluster 2023-12-05T15:56:59.086447+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-05T15:57:00.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:00 smithi038 bash[25002]: audit 2023-12-05T15:56:59.085918+0000 mon.a (mon.0) 670 : audit [INF] from='client.? 172.21.15.16:0/1135173585' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-05T15:57:00.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:00 smithi038 bash[25002]: cluster 2023-12-05T15:56:59.086447+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-05T15:57:01.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:01 smithi038 bash[25002]: cluster 2023-12-05T15:56:59.979641+0000 mgr.y (mgr.14469) 96 : cluster [DBG] pgmap v74: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 738 B/s wr, 4 op/s 2023-12-05T15:57:01.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:01 smithi038 bash[25002]: cluster 2023-12-05T15:57:00.113675+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-05T15:57:01.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:01 smithi038 bash[25002]: audit 2023-12-05T15:57:00.117016+0000 mon.a (mon.0) 673 : audit [INF] from='client.? 172.21.15.16:0/1135173585' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-05T15:57:01.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:01 smithi016 bash[25024]: cluster 2023-12-05T15:56:59.979641+0000 mgr.y (mgr.14469) 96 : cluster [DBG] pgmap v74: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 738 B/s wr, 4 op/s 2023-12-05T15:57:01.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:01 smithi016 bash[25024]: cluster 2023-12-05T15:57:00.113675+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-05T15:57:01.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:01 smithi016 bash[25024]: audit 2023-12-05T15:57:00.117016+0000 mon.a (mon.0) 673 : audit [INF] from='client.? 172.21.15.16:0/1135173585' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-05T15:57:01.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:01 smithi016 bash[30458]: cluster 2023-12-05T15:56:59.979641+0000 mgr.y (mgr.14469) 96 : cluster [DBG] pgmap v74: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 738 B/s wr, 4 op/s 2023-12-05T15:57:01.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:01 smithi016 bash[30458]: cluster 2023-12-05T15:57:00.113675+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-05T15:57:01.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:01 smithi016 bash[30458]: audit 2023-12-05T15:57:00.117016+0000 mon.a (mon.0) 673 : audit [INF] from='client.? 172.21.15.16:0/1135173585' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-05T15:57:02.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:02 smithi038 bash[25002]: audit 2023-12-05T15:57:01.121627+0000 mon.a (mon.0) 674 : audit [INF] from='client.? 172.21.15.16:0/1135173585' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-05T15:57:02.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:02 smithi038 bash[25002]: cluster 2023-12-05T15:57:01.122174+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-05T15:57:02.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:02 smithi016 bash[25024]: audit 2023-12-05T15:57:01.121627+0000 mon.a (mon.0) 674 : audit [INF] from='client.? 172.21.15.16:0/1135173585' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-05T15:57:02.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:02 smithi016 bash[25024]: cluster 2023-12-05T15:57:01.122174+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-05T15:57:02.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:02 smithi016 bash[30458]: audit 2023-12-05T15:57:01.121627+0000 mon.a (mon.0) 674 : audit [INF] from='client.? 172.21.15.16:0/1135173585' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-05T15:57:02.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:02 smithi016 bash[30458]: cluster 2023-12-05T15:57:01.122174+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-05T15:57:03.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:03 smithi038 bash[25002]: cluster 2023-12-05T15:57:01.980284+0000 mgr.y (mgr.14469) 97 : cluster [DBG] pgmap v77: 97 pgs: 64 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:57:03.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:03 smithi038 bash[25002]: cluster 2023-12-05T15:57:02.135217+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-05T15:57:03.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:03 smithi016 bash[25024]: cluster 2023-12-05T15:57:01.980284+0000 mgr.y (mgr.14469) 97 : cluster [DBG] pgmap v77: 97 pgs: 64 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:57:03.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:03 smithi016 bash[25024]: cluster 2023-12-05T15:57:02.135217+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-05T15:57:03.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:03 smithi016 bash[30458]: cluster 2023-12-05T15:57:01.980284+0000 mgr.y (mgr.14469) 97 : cluster [DBG] pgmap v77: 97 pgs: 64 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:57:03.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:03 smithi016 bash[30458]: cluster 2023-12-05T15:57:02.135217+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-05T15:57:04.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:04 smithi038 bash[25002]: cluster 2023-12-05T15:57:03.155834+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-05T15:57:04.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:04 smithi038 bash[25002]: audit 2023-12-05T15:57:03.163779+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.16:0/160681031' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-05T15:57:04.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:04 smithi038 bash[25002]: audit 2023-12-05T15:57:03.164609+0000 mon.a (mon.0) 678 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-05T15:57:04.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:04 smithi016 bash[25024]: cluster 2023-12-05T15:57:03.155834+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-05T15:57:04.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:04 smithi016 bash[25024]: audit 2023-12-05T15:57:03.163779+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.16:0/160681031' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-05T15:57:04.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:04 smithi016 bash[25024]: audit 2023-12-05T15:57:03.164609+0000 mon.a (mon.0) 678 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-05T15:57:04.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:04 smithi016 bash[30458]: cluster 2023-12-05T15:57:03.155834+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-05T15:57:04.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:04 smithi016 bash[30458]: audit 2023-12-05T15:57:03.163779+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.16:0/160681031' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-05T15:57:04.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:04 smithi016 bash[30458]: audit 2023-12-05T15:57:03.164609+0000 mon.a (mon.0) 678 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-05T15:57:05.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:05 smithi038 bash[25002]: cluster 2023-12-05T15:57:03.981029+0000 mgr.y (mgr.14469) 98 : cluster [DBG] pgmap v80: 129 pgs: 32 unknown, 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 2023-12-05T15:57:05.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:05 smithi038 bash[25002]: audit 2023-12-05T15:57:04.167829+0000 mon.a (mon.0) 679 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-05T15:57:05.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:05 smithi038 bash[25002]: cluster 2023-12-05T15:57:04.168125+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-05T15:57:05.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:05 smithi038 bash[25002]: audit 2023-12-05T15:57:04.172733+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.16:0/160681031' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-05T15:57:05.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:05 smithi038 bash[25002]: audit 2023-12-05T15:57:04.173292+0000 mon.a (mon.0) 681 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-05T15:57:05.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:05 smithi016 bash[25024]: cluster 2023-12-05T15:57:03.981029+0000 mgr.y (mgr.14469) 98 : cluster [DBG] pgmap v80: 129 pgs: 32 unknown, 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 2023-12-05T15:57:05.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:05 smithi016 bash[25024]: audit 2023-12-05T15:57:04.167829+0000 mon.a (mon.0) 679 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-05T15:57:05.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:05 smithi016 bash[25024]: cluster 2023-12-05T15:57:04.168125+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-05T15:57:05.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:05 smithi016 bash[25024]: audit 2023-12-05T15:57:04.172733+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.16:0/160681031' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-05T15:57:05.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:05 smithi016 bash[25024]: audit 2023-12-05T15:57:04.173292+0000 mon.a (mon.0) 681 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-05T15:57:05.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:05 smithi016 bash[30458]: cluster 2023-12-05T15:57:03.981029+0000 mgr.y (mgr.14469) 98 : cluster [DBG] pgmap v80: 129 pgs: 32 unknown, 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 2023-12-05T15:57:05.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:05 smithi016 bash[30458]: audit 2023-12-05T15:57:04.167829+0000 mon.a (mon.0) 679 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-05T15:57:05.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:05 smithi016 bash[30458]: cluster 2023-12-05T15:57:04.168125+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-05T15:57:05.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:05 smithi016 bash[30458]: audit 2023-12-05T15:57:04.172733+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.16:0/160681031' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-05T15:57:05.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:05 smithi016 bash[30458]: audit 2023-12-05T15:57:04.173292+0000 mon.a (mon.0) 681 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-05T15:57:06.301 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T15:57:06.302 INFO:teuthology.orchestra.run.smithi016.stdout: "id": "2aded687-0377-4b3e-afb9-44cb73494fe4", 2023-12-05T15:57:06.302 INFO:teuthology.orchestra.run.smithi016.stdout: "epoch": 1, 2023-12-05T15:57:06.302 INFO:teuthology.orchestra.run.smithi016.stdout: "predecessor_uuid": "bf8b8a6b-8be1-4ee5-9e18-1e019fee1d84", 2023-12-05T15:57:06.302 INFO:teuthology.orchestra.run.smithi016.stdout: "sync_status": [], 2023-12-05T15:57:06.302 INFO:teuthology.orchestra.run.smithi016.stdout: "period_map": { 2023-12-05T15:57:06.302 INFO:teuthology.orchestra.run.smithi016.stdout: "id": "2aded687-0377-4b3e-afb9-44cb73494fe4", 2023-12-05T15:57:06.302 INFO:teuthology.orchestra.run.smithi016.stdout: "zonegroups": [ 2023-12-05T15:57:06.302 INFO:teuthology.orchestra.run.smithi016.stdout: { 2023-12-05T15:57:06.302 INFO:teuthology.orchestra.run.smithi016.stdout: "id": "7f89d001-f619-4b31-b2ef-ffde681a6a64", 2023-12-05T15:57:06.302 INFO:teuthology.orchestra.run.smithi016.stdout: "name": "default", 2023-12-05T15:57:06.302 INFO:teuthology.orchestra.run.smithi016.stdout: "api_name": "default", 2023-12-05T15:57:06.302 INFO:teuthology.orchestra.run.smithi016.stdout: "is_master": "true", 2023-12-05T15:57:06.303 INFO:teuthology.orchestra.run.smithi016.stdout: "endpoints": [], 2023-12-05T15:57:06.303 INFO:teuthology.orchestra.run.smithi016.stdout: "hostnames": [], 2023-12-05T15:57:06.303 INFO:teuthology.orchestra.run.smithi016.stdout: "hostnames_s3website": [], 2023-12-05T15:57:06.303 INFO:teuthology.orchestra.run.smithi016.stdout: "master_zone": "b2d70be6-891a-46c8-8258-74406918d128", 2023-12-05T15:57:06.303 INFO:teuthology.orchestra.run.smithi016.stdout: "zones": [ 2023-12-05T15:57:06.303 INFO:teuthology.orchestra.run.smithi016.stdout: { 2023-12-05T15:57:06.303 INFO:teuthology.orchestra.run.smithi016.stdout: "id": "b2d70be6-891a-46c8-8258-74406918d128", 2023-12-05T15:57:06.303 INFO:teuthology.orchestra.run.smithi016.stdout: "name": "z", 2023-12-05T15:57:06.303 INFO:teuthology.orchestra.run.smithi016.stdout: "endpoints": [], 2023-12-05T15:57:06.303 INFO:teuthology.orchestra.run.smithi016.stdout: "log_meta": "false", 2023-12-05T15:57:06.303 INFO:teuthology.orchestra.run.smithi016.stdout: "log_data": "false", 2023-12-05T15:57:06.303 INFO:teuthology.orchestra.run.smithi016.stdout: "bucket_index_max_shards": 11, 2023-12-05T15:57:06.303 INFO:teuthology.orchestra.run.smithi016.stdout: "read_only": "false", 2023-12-05T15:57:06.303 INFO:teuthology.orchestra.run.smithi016.stdout: "tier_type": "", 2023-12-05T15:57:06.303 INFO:teuthology.orchestra.run.smithi016.stdout: "sync_from_all": "true", 2023-12-05T15:57:06.303 INFO:teuthology.orchestra.run.smithi016.stdout: "sync_from": [], 2023-12-05T15:57:06.303 INFO:teuthology.orchestra.run.smithi016.stdout: "redirect_zone": "" 2023-12-05T15:57:06.304 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T15:57:06.304 INFO:teuthology.orchestra.run.smithi016.stdout: ], 2023-12-05T15:57:06.304 INFO:teuthology.orchestra.run.smithi016.stdout: "placement_targets": [ 2023-12-05T15:57:06.304 INFO:teuthology.orchestra.run.smithi016.stdout: { 2023-12-05T15:57:06.304 INFO:teuthology.orchestra.run.smithi016.stdout: "name": "default-placement", 2023-12-05T15:57:06.304 INFO:teuthology.orchestra.run.smithi016.stdout: "tags": [], 2023-12-05T15:57:06.304 INFO:teuthology.orchestra.run.smithi016.stdout: "storage_classes": [ 2023-12-05T15:57:06.304 INFO:teuthology.orchestra.run.smithi016.stdout: "STANDARD" 2023-12-05T15:57:06.304 INFO:teuthology.orchestra.run.smithi016.stdout: ] 2023-12-05T15:57:06.304 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T15:57:06.304 INFO:teuthology.orchestra.run.smithi016.stdout: ], 2023-12-05T15:57:06.304 INFO:teuthology.orchestra.run.smithi016.stdout: "default_placement": "default-placement", 2023-12-05T15:57:06.304 INFO:teuthology.orchestra.run.smithi016.stdout: "realm_id": "a2b3835d-bd9f-4541-9cff-a08a58667e83", 2023-12-05T15:57:06.304 INFO:teuthology.orchestra.run.smithi016.stdout: "sync_policy": { 2023-12-05T15:57:06.304 INFO:teuthology.orchestra.run.smithi016.stdout: "groups": [] 2023-12-05T15:57:06.304 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T15:57:06.305 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T15:57:06.305 INFO:teuthology.orchestra.run.smithi016.stdout: ], 2023-12-05T15:57:06.305 INFO:teuthology.orchestra.run.smithi016.stdout: "short_zone_ids": [ 2023-12-05T15:57:06.305 INFO:teuthology.orchestra.run.smithi016.stdout: { 2023-12-05T15:57:06.305 INFO:teuthology.orchestra.run.smithi016.stdout: "key": "b2d70be6-891a-46c8-8258-74406918d128", 2023-12-05T15:57:06.305 INFO:teuthology.orchestra.run.smithi016.stdout: "val": 3685005971 2023-12-05T15:57:06.305 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T15:57:06.305 INFO:teuthology.orchestra.run.smithi016.stdout: ] 2023-12-05T15:57:06.305 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T15:57:06.305 INFO:teuthology.orchestra.run.smithi016.stdout: "master_zonegroup": "7f89d001-f619-4b31-b2ef-ffde681a6a64", 2023-12-05T15:57:06.305 INFO:teuthology.orchestra.run.smithi016.stdout: "master_zone": "b2d70be6-891a-46c8-8258-74406918d128", 2023-12-05T15:57:06.305 INFO:teuthology.orchestra.run.smithi016.stdout: "period_config": { 2023-12-05T15:57:06.305 INFO:teuthology.orchestra.run.smithi016.stdout: "bucket_quota": { 2023-12-05T15:57:06.305 INFO:teuthology.orchestra.run.smithi016.stdout: "enabled": false, 2023-12-05T15:57:06.305 INFO:teuthology.orchestra.run.smithi016.stdout: "check_on_raw": false, 2023-12-05T15:57:06.305 INFO:teuthology.orchestra.run.smithi016.stdout: "max_size": -1, 2023-12-05T15:57:06.305 INFO:teuthology.orchestra.run.smithi016.stdout: "max_size_kb": 0, 2023-12-05T15:57:06.306 INFO:teuthology.orchestra.run.smithi016.stdout: "max_objects": -1 2023-12-05T15:57:06.306 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T15:57:06.306 INFO:teuthology.orchestra.run.smithi016.stdout: "user_quota": { 2023-12-05T15:57:06.306 INFO:teuthology.orchestra.run.smithi016.stdout: "enabled": false, 2023-12-05T15:57:06.306 INFO:teuthology.orchestra.run.smithi016.stdout: "check_on_raw": false, 2023-12-05T15:57:06.306 INFO:teuthology.orchestra.run.smithi016.stdout: "max_size": -1, 2023-12-05T15:57:06.306 INFO:teuthology.orchestra.run.smithi016.stdout: "max_size_kb": 0, 2023-12-05T15:57:06.306 INFO:teuthology.orchestra.run.smithi016.stdout: "max_objects": -1 2023-12-05T15:57:06.306 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T15:57:06.306 INFO:teuthology.orchestra.run.smithi016.stdout: "user_ratelimit": { 2023-12-05T15:57:06.306 INFO:teuthology.orchestra.run.smithi016.stdout: "max_read_ops": 0, 2023-12-05T15:57:06.306 INFO:teuthology.orchestra.run.smithi016.stdout: "max_write_ops": 0, 2023-12-05T15:57:06.306 INFO:teuthology.orchestra.run.smithi016.stdout: "max_read_bytes": 0, 2023-12-05T15:57:06.306 INFO:teuthology.orchestra.run.smithi016.stdout: "max_write_bytes": 0, 2023-12-05T15:57:06.306 INFO:teuthology.orchestra.run.smithi016.stdout: "enabled": false 2023-12-05T15:57:06.306 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T15:57:06.307 INFO:teuthology.orchestra.run.smithi016.stdout: "bucket_ratelimit": { 2023-12-05T15:57:06.307 INFO:teuthology.orchestra.run.smithi016.stdout: "max_read_ops": 0, 2023-12-05T15:57:06.307 INFO:teuthology.orchestra.run.smithi016.stdout: "max_write_ops": 0, 2023-12-05T15:57:06.307 INFO:teuthology.orchestra.run.smithi016.stdout: "max_read_bytes": 0, 2023-12-05T15:57:06.307 INFO:teuthology.orchestra.run.smithi016.stdout: "max_write_bytes": 0, 2023-12-05T15:57:06.307 INFO:teuthology.orchestra.run.smithi016.stdout: "enabled": false 2023-12-05T15:57:06.307 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T15:57:06.307 INFO:teuthology.orchestra.run.smithi016.stdout: "anonymous_ratelimit": { 2023-12-05T15:57:06.307 INFO:teuthology.orchestra.run.smithi016.stdout: "max_read_ops": 0, 2023-12-05T15:57:06.307 INFO:teuthology.orchestra.run.smithi016.stdout: "max_write_ops": 0, 2023-12-05T15:57:06.307 INFO:teuthology.orchestra.run.smithi016.stdout: "max_read_bytes": 0, 2023-12-05T15:57:06.307 INFO:teuthology.orchestra.run.smithi016.stdout: "max_write_bytes": 0, 2023-12-05T15:57:06.307 INFO:teuthology.orchestra.run.smithi016.stdout: "enabled": false 2023-12-05T15:57:06.307 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T15:57:06.307 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T15:57:06.308 INFO:teuthology.orchestra.run.smithi016.stdout: "realm_id": "a2b3835d-bd9f-4541-9cff-a08a58667e83", 2023-12-05T15:57:06.308 INFO:teuthology.orchestra.run.smithi016.stdout: "realm_name": "r", 2023-12-05T15:57:06.308 INFO:teuthology.orchestra.run.smithi016.stdout: "realm_epoch": 2 2023-12-05T15:57:06.308 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T15:57:06.539 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:06 smithi016 bash[30458]: audit 2023-12-05T15:57:05.170257+0000 mon.a (mon.0) 682 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-05T15:57:06.539 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:06 smithi016 bash[30458]: cluster 2023-12-05T15:57:05.170437+0000 mon.a (mon.0) 683 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-05T15:57:06.539 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:06 smithi016 bash[30458]: audit 2023-12-05T15:57:05.172212+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.16:0/160681031' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-05T15:57:06.539 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:06 smithi016 bash[30458]: audit 2023-12-05T15:57:05.181843+0000 mon.a (mon.0) 684 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-05T15:57:06.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:06 smithi016 bash[25024]: audit 2023-12-05T15:57:05.170257+0000 mon.a (mon.0) 682 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-05T15:57:06.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:06 smithi016 bash[25024]: cluster 2023-12-05T15:57:05.170437+0000 mon.a (mon.0) 683 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-05T15:57:06.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:06 smithi016 bash[25024]: audit 2023-12-05T15:57:05.172212+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.16:0/160681031' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-05T15:57:06.539 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:06 smithi016 bash[25024]: audit 2023-12-05T15:57:05.181843+0000 mon.a (mon.0) 684 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-05T15:57:06.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:06 smithi038 bash[25002]: audit 2023-12-05T15:57:05.170257+0000 mon.a (mon.0) 682 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-05T15:57:06.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:06 smithi038 bash[25002]: cluster 2023-12-05T15:57:05.170437+0000 mon.a (mon.0) 683 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-05T15:57:06.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:06 smithi038 bash[25002]: audit 2023-12-05T15:57:05.172212+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.16:0/160681031' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-05T15:57:06.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:06 smithi038 bash[25002]: audit 2023-12-05T15:57:05.181843+0000 mon.a (mon.0) 684 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-05T15:57:07.152 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2023-12-05T15:57:07.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:07 smithi038 bash[25002]: cluster 2023-12-05T15:57:05.981728+0000 mgr.y (mgr.14469) 99 : cluster [DBG] pgmap v83: 129 pgs: 32 unknown, 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 2023-12-05T15:57:07.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:07 smithi038 bash[25002]: audit 2023-12-05T15:57:06.184814+0000 mon.a (mon.0) 685 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-05T15:57:07.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:07 smithi038 bash[25002]: cluster 2023-12-05T15:57:06.184921+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-05T15:57:07.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:07 smithi016 bash[25024]: cluster 2023-12-05T15:57:05.981728+0000 mgr.y (mgr.14469) 99 : cluster [DBG] pgmap v83: 129 pgs: 32 unknown, 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 2023-12-05T15:57:07.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:07 smithi016 bash[25024]: audit 2023-12-05T15:57:06.184814+0000 mon.a (mon.0) 685 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-05T15:57:07.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:07 smithi016 bash[25024]: cluster 2023-12-05T15:57:06.184921+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-05T15:57:07.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:07 smithi016 bash[30458]: cluster 2023-12-05T15:57:05.981728+0000 mgr.y (mgr.14469) 99 : cluster [DBG] pgmap v83: 129 pgs: 32 unknown, 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 2023-12-05T15:57:07.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:07 smithi016 bash[30458]: audit 2023-12-05T15:57:06.184814+0000 mon.a (mon.0) 685 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-05T15:57:07.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:07 smithi016 bash[30458]: cluster 2023-12-05T15:57:06.184921+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-05T15:57:08.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:57:08 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:57:08] "GET /metrics HTTP/1.1" 200 196773 "" "Prometheus/2.33.4" 2023-12-05T15:57:09.204 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:57:08 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:57:08] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:57:09.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:09 smithi016 bash[25024]: cluster 2023-12-05T15:57:07.983073+0000 mgr.y (mgr.14469) 100 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-05T15:57:09.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:09 smithi016 bash[30458]: cluster 2023-12-05T15:57:07.983073+0000 mgr.y (mgr.14469) 100 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-05T15:57:09.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:09 smithi038 bash[25002]: cluster 2023-12-05T15:57:07.983073+0000 mgr.y (mgr.14469) 100 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-05T15:57:10.221 INFO:teuthology.orchestra.run.smithi016.stdout:Scheduled rgw.foo update... 2023-12-05T15:57:10.893 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch apply rgw smpl' 2023-12-05T15:57:11.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[30458]: cluster 2023-12-05T15:57:09.983762+0000 mgr.y (mgr.14469) 101 : cluster [DBG] pgmap v86: 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 2023-12-05T15:57:11.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[30458]: audit 2023-12-05T15:57:10.203225+0000 mgr.y (mgr.14469) 102 : audit [DBG] from='client.24619 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:57:11.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[30458]: cephadm 2023-12-05T15:57:10.207762+0000 mgr.y (mgr.14469) 103 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-05T15:57:11.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[30458]: audit 2023-12-05T15:57:10.214363+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:11.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[30458]: audit 2023-12-05T15:57:10.231173+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:11.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[30458]: audit 2023-12-05T15:57:10.233320+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:57:11.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[30458]: audit 2023-12-05T15:57:10.525407+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:11.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[30458]: audit 2023-12-05T15:57:10.538492+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:11.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[30458]: audit 2023-12-05T15:57:10.548253+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:11.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[30458]: cephadm 2023-12-05T15:57:10.549855+0000 mgr.y (mgr.14469) 104 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-05T15:57:11.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[30458]: audit 2023-12-05T15:57:10.555073+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:11.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[30458]: audit 2023-12-05T15:57:10.562381+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi016.fosflz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:11.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[30458]: audit 2023-12-05T15:57:10.563305+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi016.fosflz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:11.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[30458]: audit 2023-12-05T15:57:10.570017+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi016.fosflz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T15:57:11.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[30458]: audit 2023-12-05T15:57:10.579900+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:11.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[30458]: audit 2023-12-05T15:57:10.585806+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:11.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[30458]: cephadm 2023-12-05T15:57:10.587962+0000 mgr.y (mgr.14469) 105 : cephadm [INF] Deploying daemon rgw.foo.smithi016.fosflz on smithi016 2023-12-05T15:57:11.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[25024]: cluster 2023-12-05T15:57:09.983762+0000 mgr.y (mgr.14469) 101 : cluster [DBG] pgmap v86: 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 2023-12-05T15:57:11.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[25024]: audit 2023-12-05T15:57:10.203225+0000 mgr.y (mgr.14469) 102 : audit [DBG] from='client.24619 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:57:11.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[25024]: cephadm 2023-12-05T15:57:10.207762+0000 mgr.y (mgr.14469) 103 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-05T15:57:11.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[25024]: audit 2023-12-05T15:57:10.214363+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:11.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[25024]: audit 2023-12-05T15:57:10.231173+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:11.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[25024]: audit 2023-12-05T15:57:10.233320+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:57:11.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[25024]: audit 2023-12-05T15:57:10.525407+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:11.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[25024]: audit 2023-12-05T15:57:10.538492+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:11.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[25024]: audit 2023-12-05T15:57:10.548253+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:11.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[25024]: cephadm 2023-12-05T15:57:10.549855+0000 mgr.y (mgr.14469) 104 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-05T15:57:11.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[25024]: audit 2023-12-05T15:57:10.555073+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:11.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[25024]: audit 2023-12-05T15:57:10.562381+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi016.fosflz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:11.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[25024]: audit 2023-12-05T15:57:10.563305+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi016.fosflz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:11.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[25024]: audit 2023-12-05T15:57:10.570017+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi016.fosflz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T15:57:11.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[25024]: audit 2023-12-05T15:57:10.579900+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:11.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[25024]: audit 2023-12-05T15:57:10.585806+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:11.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:11 smithi016 bash[25024]: cephadm 2023-12-05T15:57:10.587962+0000 mgr.y (mgr.14469) 105 : cephadm [INF] Deploying daemon rgw.foo.smithi016.fosflz on smithi016 2023-12-05T15:57:11.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:11 smithi038 bash[25002]: cluster 2023-12-05T15:57:09.983762+0000 mgr.y (mgr.14469) 101 : cluster [DBG] pgmap v86: 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 2023-12-05T15:57:11.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:11 smithi038 bash[25002]: audit 2023-12-05T15:57:10.203225+0000 mgr.y (mgr.14469) 102 : audit [DBG] from='client.24619 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:57:11.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:11 smithi038 bash[25002]: cephadm 2023-12-05T15:57:10.207762+0000 mgr.y (mgr.14469) 103 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-05T15:57:11.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:11 smithi038 bash[25002]: audit 2023-12-05T15:57:10.214363+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:11.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:11 smithi038 bash[25002]: audit 2023-12-05T15:57:10.231173+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:11.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:11 smithi038 bash[25002]: audit 2023-12-05T15:57:10.233320+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:57:11.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:11 smithi038 bash[25002]: audit 2023-12-05T15:57:10.525407+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:11.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:11 smithi038 bash[25002]: audit 2023-12-05T15:57:10.538492+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:11.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:11 smithi038 bash[25002]: audit 2023-12-05T15:57:10.548253+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:11.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:11 smithi038 bash[25002]: cephadm 2023-12-05T15:57:10.549855+0000 mgr.y (mgr.14469) 104 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-05T15:57:11.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:11 smithi038 bash[25002]: audit 2023-12-05T15:57:10.555073+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:11.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:11 smithi038 bash[25002]: audit 2023-12-05T15:57:10.562381+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi016.fosflz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:11.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:11 smithi038 bash[25002]: audit 2023-12-05T15:57:10.563305+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi016.fosflz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:11.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:11 smithi038 bash[25002]: audit 2023-12-05T15:57:10.570017+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi016.fosflz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T15:57:11.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:11 smithi038 bash[25002]: audit 2023-12-05T15:57:10.579900+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:11.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:11 smithi038 bash[25002]: audit 2023-12-05T15:57:10.585806+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:11.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:11 smithi038 bash[25002]: cephadm 2023-12-05T15:57:10.587962+0000 mgr.y (mgr.14469) 105 : cephadm [INF] Deploying daemon rgw.foo.smithi016.fosflz on smithi016 2023-12-05T15:57:13.509 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:13 smithi016 bash[25024]: cluster 2023-12-05T15:57:11.984519+0000 mgr.y (mgr.14469) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 917 B/s rd, 917 B/s wr, 2 op/s 2023-12-05T15:57:13.509 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:13 smithi016 bash[30458]: cluster 2023-12-05T15:57:11.984519+0000 mgr.y (mgr.14469) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 917 B/s rd, 917 B/s wr, 2 op/s 2023-12-05T15:57:13.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:13 smithi038 bash[25002]: cluster 2023-12-05T15:57:11.984519+0000 mgr.y (mgr.14469) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 917 B/s rd, 917 B/s wr, 2 op/s 2023-12-05T15:57:15.283 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:15 smithi038 bash[25002]: cluster 2023-12-05T15:57:13.985903+0000 mgr.y (mgr.14469) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 813 B/s rd, 813 B/s wr, 2 op/s 2023-12-05T15:57:15.283 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:15 smithi038 bash[25002]: audit 2023-12-05T15:57:14.009726+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:15.283 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:15 smithi038 bash[25002]: audit 2023-12-05T15:57:14.014091+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.qycvlk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:15.283 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:15 smithi038 bash[25002]: audit 2023-12-05T15:57:14.014727+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.qycvlk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:15.283 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:15 smithi038 bash[25002]: audit 2023-12-05T15:57:14.019882+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.qycvlk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T15:57:15.283 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:15 smithi038 bash[25002]: audit 2023-12-05T15:57:14.029419+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:15.283 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:15 smithi038 bash[25002]: audit 2023-12-05T15:57:14.032427+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:15.283 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:15 smithi038 bash[25002]: cephadm 2023-12-05T15:57:14.033840+0000 mgr.y (mgr.14469) 108 : cephadm [INF] Deploying daemon rgw.foo.smithi038.qycvlk on smithi038 2023-12-05T15:57:15.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:15 smithi016 bash[25024]: cluster 2023-12-05T15:57:13.985903+0000 mgr.y (mgr.14469) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 813 B/s rd, 813 B/s wr, 2 op/s 2023-12-05T15:57:15.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:15 smithi016 bash[25024]: audit 2023-12-05T15:57:14.009726+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:15.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:15 smithi016 bash[25024]: audit 2023-12-05T15:57:14.014091+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.qycvlk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:15.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:15 smithi016 bash[25024]: audit 2023-12-05T15:57:14.014727+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.qycvlk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:15.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:15 smithi016 bash[25024]: audit 2023-12-05T15:57:14.019882+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.qycvlk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T15:57:15.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:15 smithi016 bash[25024]: audit 2023-12-05T15:57:14.029419+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:15.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:15 smithi016 bash[25024]: audit 2023-12-05T15:57:14.032427+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:15.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:15 smithi016 bash[25024]: cephadm 2023-12-05T15:57:14.033840+0000 mgr.y (mgr.14469) 108 : cephadm [INF] Deploying daemon rgw.foo.smithi038.qycvlk on smithi038 2023-12-05T15:57:15.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:15 smithi016 bash[30458]: cluster 2023-12-05T15:57:13.985903+0000 mgr.y (mgr.14469) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 813 B/s rd, 813 B/s wr, 2 op/s 2023-12-05T15:57:15.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:15 smithi016 bash[30458]: audit 2023-12-05T15:57:14.009726+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:15.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:15 smithi016 bash[30458]: audit 2023-12-05T15:57:14.014091+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.qycvlk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:15.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:15 smithi016 bash[30458]: audit 2023-12-05T15:57:14.014727+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.qycvlk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:15.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:15 smithi016 bash[30458]: audit 2023-12-05T15:57:14.019882+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.qycvlk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T15:57:15.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:15 smithi016 bash[30458]: audit 2023-12-05T15:57:14.029419+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:15.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:15 smithi016 bash[30458]: audit 2023-12-05T15:57:14.032427+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:15.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:15 smithi016 bash[30458]: cephadm 2023-12-05T15:57:14.033840+0000 mgr.y (mgr.14469) 108 : cephadm [INF] Deploying daemon rgw.foo.smithi038.qycvlk on smithi038 2023-12-05T15:57:15.456 INFO:teuthology.orchestra.run.smithi016.stdout:Scheduled rgw.smpl update... 2023-12-05T15:57:16.206 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph osd pool create foo' 2023-12-05T15:57:16.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:16 smithi016 bash[25024]: audit 2023-12-05T15:57:15.441577+0000 mgr.y (mgr.14469) 109 : audit [DBG] from='client.24625 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:57:16.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:16 smithi016 bash[25024]: cephadm 2023-12-05T15:57:15.444335+0000 mgr.y (mgr.14469) 110 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-05T15:57:16.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:16 smithi016 bash[25024]: audit 2023-12-05T15:57:15.451094+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:16.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:16 smithi016 bash[30458]: audit 2023-12-05T15:57:15.441577+0000 mgr.y (mgr.14469) 109 : audit [DBG] from='client.24625 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:57:16.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:16 smithi016 bash[30458]: cephadm 2023-12-05T15:57:15.444335+0000 mgr.y (mgr.14469) 110 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-05T15:57:16.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:16 smithi016 bash[30458]: audit 2023-12-05T15:57:15.451094+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:16.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:16 smithi038 bash[25002]: audit 2023-12-05T15:57:15.441577+0000 mgr.y (mgr.14469) 109 : audit [DBG] from='client.24625 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:57:16.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:16 smithi038 bash[25002]: cephadm 2023-12-05T15:57:15.444335+0000 mgr.y (mgr.14469) 110 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-05T15:57:16.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:16 smithi038 bash[25002]: audit 2023-12-05T15:57:15.451094+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:17.958 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:17 smithi038 bash[25002]: cluster 2023-12-05T15:57:15.986570+0000 mgr.y (mgr.14469) 111 : cluster [DBG] pgmap v89: 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 2023-12-05T15:57:17.958 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:17 smithi038 bash[25002]: audit 2023-12-05T15:57:16.656941+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:17.958 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:17 smithi038 bash[25002]: audit 2023-12-05T15:57:16.659843+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:17.958 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:17 smithi038 bash[25002]: audit 2023-12-05T15:57:16.661179+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:57:17.958 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:17 smithi038 bash[25002]: audit 2023-12-05T15:57:17.091862+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:18.109 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:17 smithi016 bash[25024]: cluster 2023-12-05T15:57:15.986570+0000 mgr.y (mgr.14469) 111 : cluster [DBG] pgmap v89: 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 2023-12-05T15:57:18.109 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:17 smithi016 bash[25024]: audit 2023-12-05T15:57:16.656941+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:18.109 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:17 smithi016 bash[25024]: audit 2023-12-05T15:57:16.659843+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:18.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:17 smithi016 bash[25024]: audit 2023-12-05T15:57:16.661179+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:57:18.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:17 smithi016 bash[25024]: audit 2023-12-05T15:57:17.091862+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:18.110 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:17 smithi016 bash[30458]: cluster 2023-12-05T15:57:15.986570+0000 mgr.y (mgr.14469) 111 : cluster [DBG] pgmap v89: 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 2023-12-05T15:57:18.110 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:17 smithi016 bash[30458]: audit 2023-12-05T15:57:16.656941+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:18.110 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:17 smithi016 bash[30458]: audit 2023-12-05T15:57:16.659843+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:18.110 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:17 smithi016 bash[30458]: audit 2023-12-05T15:57:16.661179+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:57:18.110 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:17 smithi016 bash[30458]: audit 2023-12-05T15:57:17.091862+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:18.111 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:57:18 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:57:18] "GET /metrics HTTP/1.1" 200 196773 "" "Prometheus/2.33.4" 2023-12-05T15:57:19.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:57:18 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:57:18] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:57:20.037 INFO:teuthology.orchestra.run.smithi016.stderr:pool 'foo' created 2023-12-05T15:57:20.244 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:19 smithi016 bash[30458]: cluster 2023-12-05T15:57:17.987747+0000 mgr.y (mgr.14469) 112 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s rd, 3.5 KiB/s wr, 103 op/s 2023-12-05T15:57:20.244 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:19 smithi016 bash[25024]: cluster 2023-12-05T15:57:17.987747+0000 mgr.y (mgr.14469) 112 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s rd, 3.5 KiB/s wr, 103 op/s 2023-12-05T15:57:20.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:19 smithi038 bash[25002]: cluster 2023-12-05T15:57:17.987747+0000 mgr.y (mgr.14469) 112 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s rd, 3.5 KiB/s wr, 103 op/s 2023-12-05T15:57:20.756 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'rbd pool init foo' 2023-12-05T15:57:21.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:20 smithi016 bash[25024]: audit 2023-12-05T15:57:19.508436+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.16:0/301971893' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-05T15:57:21.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:20 smithi016 bash[25024]: audit 2023-12-05T15:57:19.509211+0000 mon.a (mon.0) 702 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-05T15:57:21.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:20 smithi016 bash[25024]: cluster 2023-12-05T15:57:19.988191+0000 mgr.y (mgr.14469) 113 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 2.8 KiB/s wr, 99 op/s 2023-12-05T15:57:21.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:20 smithi016 bash[25024]: audit 2023-12-05T15:57:20.017943+0000 mon.a (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-05T15:57:21.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:20 smithi016 bash[25024]: cluster 2023-12-05T15:57:20.019067+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-05T15:57:21.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:20 smithi016 bash[25024]: audit 2023-12-05T15:57:20.313293+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:21.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:20 smithi016 bash[25024]: audit 2023-12-05T15:57:20.514960+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:21.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:20 smithi016 bash[25024]: cephadm 2023-12-05T15:57:20.524972+0000 mgr.y (mgr.14469) 114 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T15:57:21.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:20 smithi016 bash[30458]: audit 2023-12-05T15:57:19.508436+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.16:0/301971893' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-05T15:57:21.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:20 smithi016 bash[30458]: audit 2023-12-05T15:57:19.509211+0000 mon.a (mon.0) 702 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-05T15:57:21.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:20 smithi016 bash[30458]: cluster 2023-12-05T15:57:19.988191+0000 mgr.y (mgr.14469) 113 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 2.8 KiB/s wr, 99 op/s 2023-12-05T15:57:21.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:20 smithi016 bash[30458]: audit 2023-12-05T15:57:20.017943+0000 mon.a (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-05T15:57:21.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:20 smithi016 bash[30458]: cluster 2023-12-05T15:57:20.019067+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-05T15:57:21.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:20 smithi016 bash[30458]: audit 2023-12-05T15:57:20.313293+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:21.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:20 smithi016 bash[30458]: audit 2023-12-05T15:57:20.514960+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:21.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:20 smithi016 bash[30458]: cephadm 2023-12-05T15:57:20.524972+0000 mgr.y (mgr.14469) 114 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T15:57:21.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:20 smithi038 bash[25002]: audit 2023-12-05T15:57:19.508436+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.16:0/301971893' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-05T15:57:21.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:20 smithi038 bash[25002]: audit 2023-12-05T15:57:19.509211+0000 mon.a (mon.0) 702 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-05T15:57:21.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:20 smithi038 bash[25002]: cluster 2023-12-05T15:57:19.988191+0000 mgr.y (mgr.14469) 113 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 2.8 KiB/s wr, 99 op/s 2023-12-05T15:57:21.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:20 smithi038 bash[25002]: audit 2023-12-05T15:57:20.017943+0000 mon.a (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-05T15:57:21.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:20 smithi038 bash[25002]: cluster 2023-12-05T15:57:20.019067+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-05T15:57:21.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:20 smithi038 bash[25002]: audit 2023-12-05T15:57:20.313293+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:21.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:20 smithi038 bash[25002]: audit 2023-12-05T15:57:20.514960+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:21.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:20 smithi038 bash[25002]: cephadm 2023-12-05T15:57:20.524972+0000 mgr.y (mgr.14469) 114 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T15:57:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:22 smithi038 bash[25002]: cluster 2023-12-05T15:57:21.019209+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-05T15:57:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:22 smithi038 bash[25002]: audit 2023-12-05T15:57:21.079023+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:22 smithi038 bash[25002]: audit 2023-12-05T15:57:21.093626+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:22 smithi038 bash[25002]: audit 2023-12-05T15:57:21.107098+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:22 smithi038 bash[25002]: cephadm 2023-12-05T15:57:21.115133+0000 mgr.y (mgr.14469) 115 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-05T15:57:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:22 smithi038 bash[25002]: audit 2023-12-05T15:57:21.121594+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:22 smithi038 bash[25002]: audit 2023-12-05T15:57:21.123518+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi016.nwjdsb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:22 smithi038 bash[25002]: audit 2023-12-05T15:57:21.124047+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi016.nwjdsb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:22 smithi038 bash[25002]: audit 2023-12-05T15:57:21.128346+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi016.nwjdsb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T15:57:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:22 smithi038 bash[25002]: audit 2023-12-05T15:57:21.138935+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:22.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:22 smithi038 bash[25002]: audit 2023-12-05T15:57:21.141746+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:22.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:22 smithi038 bash[25002]: cephadm 2023-12-05T15:57:21.143729+0000 mgr.y (mgr.14469) 116 : cephadm [INF] Deploying daemon rgw.smpl.smithi016.nwjdsb on smithi016 2023-12-05T15:57:22.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[25024]: cluster 2023-12-05T15:57:21.019209+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-05T15:57:22.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[25024]: audit 2023-12-05T15:57:21.079023+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:22.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[25024]: audit 2023-12-05T15:57:21.093626+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:22.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[25024]: audit 2023-12-05T15:57:21.107098+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:22.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[25024]: cephadm 2023-12-05T15:57:21.115133+0000 mgr.y (mgr.14469) 115 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-05T15:57:22.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[25024]: audit 2023-12-05T15:57:21.121594+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:22.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[25024]: audit 2023-12-05T15:57:21.123518+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi016.nwjdsb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:22.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[25024]: audit 2023-12-05T15:57:21.124047+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi016.nwjdsb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:22.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[25024]: audit 2023-12-05T15:57:21.128346+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi016.nwjdsb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T15:57:22.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[25024]: audit 2023-12-05T15:57:21.138935+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:22.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[25024]: audit 2023-12-05T15:57:21.141746+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:22.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[25024]: cephadm 2023-12-05T15:57:21.143729+0000 mgr.y (mgr.14469) 116 : cephadm [INF] Deploying daemon rgw.smpl.smithi016.nwjdsb on smithi016 2023-12-05T15:57:22.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[30458]: cluster 2023-12-05T15:57:21.019209+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-05T15:57:22.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[30458]: audit 2023-12-05T15:57:21.079023+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:22.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[30458]: audit 2023-12-05T15:57:21.093626+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:22.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[30458]: audit 2023-12-05T15:57:21.107098+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:22.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[30458]: cephadm 2023-12-05T15:57:21.115133+0000 mgr.y (mgr.14469) 115 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-05T15:57:22.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[30458]: audit 2023-12-05T15:57:21.121594+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:22.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[30458]: audit 2023-12-05T15:57:21.123518+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi016.nwjdsb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:22.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[30458]: audit 2023-12-05T15:57:21.124047+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi016.nwjdsb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:22.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[30458]: audit 2023-12-05T15:57:21.128346+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi016.nwjdsb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T15:57:22.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[30458]: audit 2023-12-05T15:57:21.138935+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:22.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[30458]: audit 2023-12-05T15:57:21.141746+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:22.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:22 smithi016 bash[30458]: cephadm 2023-12-05T15:57:21.143729+0000 mgr.y (mgr.14469) 116 : cephadm [INF] Deploying daemon rgw.smpl.smithi016.nwjdsb on smithi016 2023-12-05T15:57:23.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:23 smithi016 bash[30458]: cluster 2023-12-05T15:57:21.989022+0000 mgr.y (mgr.14469) 117 : cluster [DBG] pgmap v94: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s rd, 4.2 KiB/s wr, 149 op/s 2023-12-05T15:57:23.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:23 smithi016 bash[30458]: cluster 2023-12-05T15:57:22.022700+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-05T15:57:23.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:23 smithi016 bash[25024]: cluster 2023-12-05T15:57:21.989022+0000 mgr.y (mgr.14469) 117 : cluster [DBG] pgmap v94: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s rd, 4.2 KiB/s wr, 149 op/s 2023-12-05T15:57:23.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:23 smithi016 bash[25024]: cluster 2023-12-05T15:57:22.022700+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-05T15:57:23.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:23 smithi038 bash[25002]: cluster 2023-12-05T15:57:21.989022+0000 mgr.y (mgr.14469) 117 : cluster [DBG] pgmap v94: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s rd, 4.2 KiB/s wr, 149 op/s 2023-12-05T15:57:23.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:23 smithi038 bash[25002]: cluster 2023-12-05T15:57:22.022700+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-05T15:57:25.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:25 smithi038 bash[25002]: cluster 2023-12-05T15:57:23.990964+0000 mgr.y (mgr.14469) 118 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 105 KiB/s rd, 341 B/s wr, 161 op/s 2023-12-05T15:57:25.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:25 smithi038 bash[25002]: audit 2023-12-05T15:57:24.535640+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:25.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:25 smithi038 bash[25002]: audit 2023-12-05T15:57:24.540265+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nutdkh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:25.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:25 smithi038 bash[25002]: audit 2023-12-05T15:57:24.540897+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nutdkh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:25.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:25 smithi038 bash[25002]: audit 2023-12-05T15:57:24.546152+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nutdkh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T15:57:25.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:25 smithi038 bash[25002]: audit 2023-12-05T15:57:24.555308+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:25.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:25 smithi038 bash[25002]: audit 2023-12-05T15:57:24.559288+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:25.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:25 smithi038 bash[25002]: cephadm 2023-12-05T15:57:24.560623+0000 mgr.y (mgr.14469) 119 : cephadm [INF] Deploying daemon rgw.smpl.smithi038.nutdkh on smithi038 2023-12-05T15:57:25.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:25 smithi038 bash[25002]: audit 2023-12-05T15:57:25.344331+0000 mon.a (mon.0) 720 : audit [INF] from='client.? 172.21.15.16:0/1625307755' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-05T15:57:25.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:25 smithi016 bash[25024]: cluster 2023-12-05T15:57:23.990964+0000 mgr.y (mgr.14469) 118 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 105 KiB/s rd, 341 B/s wr, 161 op/s 2023-12-05T15:57:25.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:25 smithi016 bash[25024]: audit 2023-12-05T15:57:24.535640+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:25.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:25 smithi016 bash[25024]: audit 2023-12-05T15:57:24.540265+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nutdkh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:25.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:25 smithi016 bash[25024]: audit 2023-12-05T15:57:24.540897+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nutdkh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:25.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:25 smithi016 bash[25024]: audit 2023-12-05T15:57:24.546152+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nutdkh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T15:57:25.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:25 smithi016 bash[25024]: audit 2023-12-05T15:57:24.555308+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:25.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:25 smithi016 bash[25024]: audit 2023-12-05T15:57:24.559288+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:25.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:25 smithi016 bash[25024]: cephadm 2023-12-05T15:57:24.560623+0000 mgr.y (mgr.14469) 119 : cephadm [INF] Deploying daemon rgw.smpl.smithi038.nutdkh on smithi038 2023-12-05T15:57:25.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:25 smithi016 bash[25024]: audit 2023-12-05T15:57:25.344331+0000 mon.a (mon.0) 720 : audit [INF] from='client.? 172.21.15.16:0/1625307755' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-05T15:57:25.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:25 smithi016 bash[30458]: cluster 2023-12-05T15:57:23.990964+0000 mgr.y (mgr.14469) 118 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 105 KiB/s rd, 341 B/s wr, 161 op/s 2023-12-05T15:57:25.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:25 smithi016 bash[30458]: audit 2023-12-05T15:57:24.535640+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:25.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:25 smithi016 bash[30458]: audit 2023-12-05T15:57:24.540265+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nutdkh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:25.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:25 smithi016 bash[30458]: audit 2023-12-05T15:57:24.540897+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nutdkh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T15:57:25.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:25 smithi016 bash[30458]: audit 2023-12-05T15:57:24.546152+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nutdkh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T15:57:25.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:25 smithi016 bash[30458]: audit 2023-12-05T15:57:24.555308+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:25.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:25 smithi016 bash[30458]: audit 2023-12-05T15:57:24.559288+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:25.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:25 smithi016 bash[30458]: cephadm 2023-12-05T15:57:24.560623+0000 mgr.y (mgr.14469) 119 : cephadm [INF] Deploying daemon rgw.smpl.smithi038.nutdkh on smithi038 2023-12-05T15:57:25.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:25 smithi016 bash[30458]: audit 2023-12-05T15:57:25.344331+0000 mon.a (mon.0) 720 : audit [INF] from='client.? 172.21.15.16:0/1625307755' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-05T15:57:26.989 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:26 smithi038 bash[25002]: audit 2023-12-05T15:57:25.968223+0000 mon.a (mon.0) 721 : audit [INF] from='client.? 172.21.15.16:0/1625307755' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-05T15:57:26.989 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:26 smithi038 bash[25002]: cluster 2023-12-05T15:57:25.968347+0000 mon.a (mon.0) 722 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-05T15:57:26.989 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:26 smithi038 bash[25002]: cluster 2023-12-05T15:57:25.991615+0000 mgr.y (mgr.14469) 120 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 106 KiB/s rd, 342 B/s wr, 161 op/s 2023-12-05T15:57:27.305 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:26 smithi016 bash[25024]: audit 2023-12-05T15:57:25.968223+0000 mon.a (mon.0) 721 : audit [INF] from='client.? 172.21.15.16:0/1625307755' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-05T15:57:27.305 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:26 smithi016 bash[25024]: cluster 2023-12-05T15:57:25.968347+0000 mon.a (mon.0) 722 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-05T15:57:27.306 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:26 smithi016 bash[25024]: cluster 2023-12-05T15:57:25.991615+0000 mgr.y (mgr.14469) 120 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 106 KiB/s rd, 342 B/s wr, 161 op/s 2023-12-05T15:57:27.306 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:26 smithi016 bash[30458]: audit 2023-12-05T15:57:25.968223+0000 mon.a (mon.0) 721 : audit [INF] from='client.? 172.21.15.16:0/1625307755' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-05T15:57:27.306 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:26 smithi016 bash[30458]: cluster 2023-12-05T15:57:25.968347+0000 mon.a (mon.0) 722 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-05T15:57:27.306 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:26 smithi016 bash[30458]: cluster 2023-12-05T15:57:25.991615+0000 mgr.y (mgr.14469) 120 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 106 KiB/s rd, 342 B/s wr, 161 op/s 2023-12-05T15:57:28.236 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:57:28 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:57:28] "GET /metrics HTTP/1.1" 200 207080 "" "Prometheus/2.33.4" 2023-12-05T15:57:28.236 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:27 smithi016 bash[25024]: cluster 2023-12-05T15:57:26.976998+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-05T15:57:28.236 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:27 smithi016 bash[25024]: audit 2023-12-05T15:57:27.276316+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:28.236 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:27 smithi016 bash[25024]: audit 2023-12-05T15:57:27.279862+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:28.236 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:27 smithi016 bash[25024]: audit 2023-12-05T15:57:27.281506+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:57:28.237 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:27 smithi016 bash[30458]: cluster 2023-12-05T15:57:26.976998+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-05T15:57:28.237 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:27 smithi016 bash[30458]: audit 2023-12-05T15:57:27.276316+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:28.237 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:27 smithi016 bash[30458]: audit 2023-12-05T15:57:27.279862+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:28.237 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:27 smithi016 bash[30458]: audit 2023-12-05T15:57:27.281506+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:57:28.279 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:27 smithi038 bash[25002]: cluster 2023-12-05T15:57:26.976998+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-05T15:57:28.279 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:27 smithi038 bash[25002]: audit 2023-12-05T15:57:27.276316+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:28.279 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:27 smithi038 bash[25002]: audit 2023-12-05T15:57:27.279862+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:28.279 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:27 smithi038 bash[25002]: audit 2023-12-05T15:57:27.281506+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:57:28.847 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch apply iscsi foo u p' 2023-12-05T15:57:29.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:28 smithi016 bash[25024]: cluster 2023-12-05T15:57:27.986524+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-05T15:57:29.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:28 smithi016 bash[25024]: cluster 2023-12-05T15:57:27.992125+0000 mgr.y (mgr.14469) 121 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 70 MiB used, 715 GiB / 715 GiB avail; 215 KiB/s rd, 685 B/s wr, 330 op/s 2023-12-05T15:57:29.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:28 smithi016 bash[30458]: cluster 2023-12-05T15:57:27.986524+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-05T15:57:29.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:28 smithi016 bash[30458]: cluster 2023-12-05T15:57:27.992125+0000 mgr.y (mgr.14469) 121 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 70 MiB used, 715 GiB / 715 GiB avail; 215 KiB/s rd, 685 B/s wr, 330 op/s 2023-12-05T15:57:29.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:57:28 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:57:28] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:57:29.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:28 smithi038 bash[25002]: cluster 2023-12-05T15:57:27.986524+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-05T15:57:29.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:28 smithi038 bash[25002]: cluster 2023-12-05T15:57:27.992125+0000 mgr.y (mgr.14469) 121 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 70 MiB used, 715 GiB / 715 GiB avail; 215 KiB/s rd, 685 B/s wr, 330 op/s 2023-12-05T15:57:31.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:30 smithi038 bash[25002]: cluster 2023-12-05T15:57:29.992869+0000 mgr.y (mgr.14469) 122 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 70 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 341 B/s wr, 167 op/s 2023-12-05T15:57:31.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:30 smithi016 bash[25024]: cluster 2023-12-05T15:57:29.992869+0000 mgr.y (mgr.14469) 122 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 70 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 341 B/s wr, 167 op/s 2023-12-05T15:57:31.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:30 smithi016 bash[30458]: cluster 2023-12-05T15:57:29.992869+0000 mgr.y (mgr.14469) 122 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 70 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 341 B/s wr, 167 op/s 2023-12-05T15:57:32.297 INFO:teuthology.orchestra.run.smithi016.stdout:Scheduled iscsi.foo update... 2023-12-05T15:57:32.325 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:32 smithi016 bash[25024]: audit 2023-12-05T15:57:31.176335+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:32.325 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:32 smithi016 bash[25024]: audit 2023-12-05T15:57:31.634603+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:32.325 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:32 smithi016 bash[25024]: cephadm 2023-12-05T15:57:31.643827+0000 mgr.y (mgr.14469) 123 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T15:57:32.325 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:32 smithi016 bash[25024]: audit 2023-12-05T15:57:32.001881+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:32.325 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:32 smithi016 bash[25024]: audit 2023-12-05T15:57:32.021561+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:32.325 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:32 smithi016 bash[25024]: audit 2023-12-05T15:57:32.023221+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:57:32.325 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:32 smithi016 bash[25024]: audit 2023-12-05T15:57:32.129554+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:32.325 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:32 smithi016 bash[30458]: audit 2023-12-05T15:57:31.176335+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:32.325 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:32 smithi016 bash[30458]: audit 2023-12-05T15:57:31.634603+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:32.325 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:32 smithi016 bash[30458]: cephadm 2023-12-05T15:57:31.643827+0000 mgr.y (mgr.14469) 123 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T15:57:32.325 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:32 smithi016 bash[30458]: audit 2023-12-05T15:57:32.001881+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:32.326 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:32 smithi016 bash[30458]: audit 2023-12-05T15:57:32.021561+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:32.326 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:32 smithi016 bash[30458]: audit 2023-12-05T15:57:32.023221+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:57:32.326 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:32 smithi016 bash[30458]: audit 2023-12-05T15:57:32.129554+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:32.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:32 smithi038 bash[25002]: audit 2023-12-05T15:57:31.176335+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:32.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:32 smithi038 bash[25002]: audit 2023-12-05T15:57:31.634603+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:32.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:32 smithi038 bash[25002]: cephadm 2023-12-05T15:57:31.643827+0000 mgr.y (mgr.14469) 123 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T15:57:32.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:32 smithi038 bash[25002]: audit 2023-12-05T15:57:32.001881+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:32.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:32 smithi038 bash[25002]: audit 2023-12-05T15:57:32.021561+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:32.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:32 smithi038 bash[25002]: audit 2023-12-05T15:57:32.023221+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:57:32.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:32 smithi038 bash[25002]: audit 2023-12-05T15:57:32.129554+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:33.493 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'sleep 120' 2023-12-05T15:57:33.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:33 smithi038 bash[25002]: cluster 2023-12-05T15:57:31.993669+0000 mgr.y (mgr.14469) 124 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 70 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 339 B/s wr, 167 op/s 2023-12-05T15:57:33.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:33 smithi038 bash[25002]: cephadm 2023-12-05T15:57:32.027575+0000 mgr.y (mgr.14469) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T15:57:33.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:33 smithi038 bash[25002]: audit 2023-12-05T15:57:32.277886+0000 mgr.y (mgr.14469) 126 : audit [DBG] from='client.14901 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:57:33.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:33 smithi038 bash[25002]: cephadm 2023-12-05T15:57:32.282960+0000 mgr.y (mgr.14469) 127 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-05T15:57:33.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:33 smithi038 bash[25002]: audit 2023-12-05T15:57:32.289056+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:33.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:33 smithi038 bash[25002]: audit 2023-12-05T15:57:32.353867+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:33.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:33 smithi038 bash[25002]: cephadm 2023-12-05T15:57:32.366116+0000 mgr.y (mgr.14469) 128 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-05T15:57:33.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:33 smithi038 bash[25002]: audit 2023-12-05T15:57:32.378671+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi016.zlyjxv", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-05T15:57:33.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:33 smithi038 bash[25002]: audit 2023-12-05T15:57:32.379389+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi016.zlyjxv", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-05T15:57:33.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:33 smithi038 bash[25002]: audit 2023-12-05T15:57:32.385435+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi016.zlyjxv", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2023-12-05T15:57:33.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:33 smithi038 bash[25002]: audit 2023-12-05T15:57:32.397137+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:33.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:33 smithi038 bash[25002]: cephadm 2023-12-05T15:57:32.399486+0000 mgr.y (mgr.14469) 129 : cephadm [INF] Deploying daemon iscsi.foo.smithi016.zlyjxv on smithi016 2023-12-05T15:57:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[25024]: cluster 2023-12-05T15:57:31.993669+0000 mgr.y (mgr.14469) 124 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 70 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 339 B/s wr, 167 op/s 2023-12-05T15:57:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[25024]: cephadm 2023-12-05T15:57:32.027575+0000 mgr.y (mgr.14469) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T15:57:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[25024]: audit 2023-12-05T15:57:32.277886+0000 mgr.y (mgr.14469) 126 : audit [DBG] from='client.14901 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:57:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[25024]: cephadm 2023-12-05T15:57:32.282960+0000 mgr.y (mgr.14469) 127 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-05T15:57:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[25024]: audit 2023-12-05T15:57:32.289056+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[25024]: audit 2023-12-05T15:57:32.353867+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[25024]: cephadm 2023-12-05T15:57:32.366116+0000 mgr.y (mgr.14469) 128 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-05T15:57:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[25024]: audit 2023-12-05T15:57:32.378671+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi016.zlyjxv", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-05T15:57:33.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[25024]: audit 2023-12-05T15:57:32.379389+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi016.zlyjxv", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-05T15:57:33.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[25024]: audit 2023-12-05T15:57:32.385435+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi016.zlyjxv", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2023-12-05T15:57:33.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[25024]: audit 2023-12-05T15:57:32.397137+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:33.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[25024]: cephadm 2023-12-05T15:57:32.399486+0000 mgr.y (mgr.14469) 129 : cephadm [INF] Deploying daemon iscsi.foo.smithi016.zlyjxv on smithi016 2023-12-05T15:57:33.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[30458]: cluster 2023-12-05T15:57:31.993669+0000 mgr.y (mgr.14469) 124 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 70 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 339 B/s wr, 167 op/s 2023-12-05T15:57:33.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[30458]: cephadm 2023-12-05T15:57:32.027575+0000 mgr.y (mgr.14469) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-05T15:57:33.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[30458]: audit 2023-12-05T15:57:32.277886+0000 mgr.y (mgr.14469) 126 : audit [DBG] from='client.14901 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:57:33.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[30458]: cephadm 2023-12-05T15:57:32.282960+0000 mgr.y (mgr.14469) 127 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-05T15:57:33.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[30458]: audit 2023-12-05T15:57:32.289056+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:33.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[30458]: audit 2023-12-05T15:57:32.353867+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:33.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[30458]: cephadm 2023-12-05T15:57:32.366116+0000 mgr.y (mgr.14469) 128 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-05T15:57:33.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[30458]: audit 2023-12-05T15:57:32.378671+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi016.zlyjxv", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-05T15:57:33.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[30458]: audit 2023-12-05T15:57:32.379389+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi016.zlyjxv", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-05T15:57:33.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[30458]: audit 2023-12-05T15:57:32.385435+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi016.zlyjxv", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2023-12-05T15:57:33.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[30458]: audit 2023-12-05T15:57:32.397137+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:33.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:33 smithi016 bash[30458]: cephadm 2023-12-05T15:57:32.399486+0000 mgr.y (mgr.14469) 129 : cephadm [INF] Deploying daemon iscsi.foo.smithi016.zlyjxv on smithi016 2023-12-05T15:57:34.734 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:34 smithi016 bash[25024]: cluster 2023-12-05T15:57:33.401179+0000 mon.a (mon.0) 734 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2023-12-05T15:57:34.735 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:34 smithi016 bash[30458]: cluster 2023-12-05T15:57:33.401179+0000 mon.a (mon.0) 734 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2023-12-05T15:57:34.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:34 smithi038 bash[25002]: cluster 2023-12-05T15:57:33.401179+0000 mon.a (mon.0) 734 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2023-12-05T15:57:35.686 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:35 smithi016 bash[30458]: cluster 2023-12-05T15:57:33.995771+0000 mgr.y (mgr.14469) 130 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 171 KiB/s rd, 511 B/s wr, 260 op/s 2023-12-05T15:57:35.687 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:35 smithi016 bash[30458]: cluster 2023-12-05T15:57:34.972878+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-05T15:57:35.687 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:35 smithi016 bash[25024]: cluster 2023-12-05T15:57:33.995771+0000 mgr.y (mgr.14469) 130 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 171 KiB/s rd, 511 B/s wr, 260 op/s 2023-12-05T15:57:35.687 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:35 smithi016 bash[25024]: cluster 2023-12-05T15:57:34.972878+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-05T15:57:35.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:35 smithi038 bash[25002]: cluster 2023-12-05T15:57:33.995771+0000 mgr.y (mgr.14469) 130 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 171 KiB/s rd, 511 B/s wr, 260 op/s 2023-12-05T15:57:35.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:35 smithi038 bash[25002]: cluster 2023-12-05T15:57:34.972878+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-05T15:57:37.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:37 smithi038 bash[25002]: cluster 2023-12-05T15:57:35.996503+0000 mgr.y (mgr.14469) 131 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 89 KiB/s rd, 255 B/s wr, 134 op/s 2023-12-05T15:57:37.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:37 smithi038 bash[25002]: audit 2023-12-05T15:57:36.254413+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:37.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:37 smithi038 bash[25002]: audit 2023-12-05T15:57:36.260614+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:37.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:37 smithi038 bash[25002]: audit 2023-12-05T15:57:36.262254+0000 mon.b (mon.2) 95 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:57:37.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:37 smithi038 bash[25002]: audit 2023-12-05T15:57:37.141889+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:37.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:37 smithi016 bash[25024]: cluster 2023-12-05T15:57:35.996503+0000 mgr.y (mgr.14469) 131 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 89 KiB/s rd, 255 B/s wr, 134 op/s 2023-12-05T15:57:37.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:37 smithi016 bash[25024]: audit 2023-12-05T15:57:36.254413+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:37.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:37 smithi016 bash[25024]: audit 2023-12-05T15:57:36.260614+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:37.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:37 smithi016 bash[25024]: audit 2023-12-05T15:57:36.262254+0000 mon.b (mon.2) 95 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:57:37.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:37 smithi016 bash[25024]: audit 2023-12-05T15:57:37.141889+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:37.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:37 smithi016 bash[30458]: cluster 2023-12-05T15:57:35.996503+0000 mgr.y (mgr.14469) 131 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 89 KiB/s rd, 255 B/s wr, 134 op/s 2023-12-05T15:57:37.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:37 smithi016 bash[30458]: audit 2023-12-05T15:57:36.254413+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:37.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:37 smithi016 bash[30458]: audit 2023-12-05T15:57:36.260614+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:37.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:37 smithi016 bash[30458]: audit 2023-12-05T15:57:36.262254+0000 mon.b (mon.2) 95 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:57:37.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:37 smithi016 bash[30458]: audit 2023-12-05T15:57:37.141889+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:38.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:57:38 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:57:38] "GET /metrics HTTP/1.1" 200 214909 "" "Prometheus/2.33.4" 2023-12-05T15:57:39.264 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:57:38 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:57:38] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:57:39.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:39 smithi016 bash[25024]: cluster 2023-12-05T15:57:37.998228+0000 mgr.y (mgr.14469) 132 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 204 B/s wr, 107 op/s 2023-12-05T15:57:39.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:39 smithi016 bash[25024]: audit 2023-12-05T15:57:39.000347+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.16:0/2489139205' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-05T15:57:39.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:39 smithi016 bash[30458]: cluster 2023-12-05T15:57:37.998228+0000 mgr.y (mgr.14469) 132 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 204 B/s wr, 107 op/s 2023-12-05T15:57:39.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:39 smithi016 bash[30458]: audit 2023-12-05T15:57:39.000347+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.16:0/2489139205' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-05T15:57:39.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:39 smithi038 bash[25002]: cluster 2023-12-05T15:57:37.998228+0000 mgr.y (mgr.14469) 132 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 204 B/s wr, 107 op/s 2023-12-05T15:57:39.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:39 smithi038 bash[25002]: audit 2023-12-05T15:57:39.000347+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.16:0/2489139205' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-05T15:57:40.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:40 smithi038 bash[25002]: audit 2023-12-05T15:57:39.367786+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.16:0/2193105513' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3308022158"}]: dispatch 2023-12-05T15:57:40.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:40 smithi038 bash[25002]: audit 2023-12-05T15:57:39.368705+0000 mon.a (mon.0) 738 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3308022158"}]: dispatch 2023-12-05T15:57:40.590 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:40 smithi016 bash[25024]: audit 2023-12-05T15:57:39.367786+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.16:0/2193105513' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3308022158"}]: dispatch 2023-12-05T15:57:40.591 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:40 smithi016 bash[25024]: audit 2023-12-05T15:57:39.368705+0000 mon.a (mon.0) 738 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3308022158"}]: dispatch 2023-12-05T15:57:40.591 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:40 smithi016 bash[30458]: audit 2023-12-05T15:57:39.367786+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.16:0/2193105513' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3308022158"}]: dispatch 2023-12-05T15:57:40.591 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:40 smithi016 bash[30458]: audit 2023-12-05T15:57:39.368705+0000 mon.a (mon.0) 738 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3308022158"}]: dispatch 2023-12-05T15:57:41.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:41 smithi038 bash[25002]: cluster 2023-12-05T15:57:39.999144+0000 mgr.y (mgr.14469) 133 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 204 B/s wr, 107 op/s 2023-12-05T15:57:41.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:41 smithi038 bash[25002]: audit 2023-12-05T15:57:40.273190+0000 mon.a (mon.0) 739 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3308022158"}]': finished 2023-12-05T15:57:41.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:41 smithi038 bash[25002]: cluster 2023-12-05T15:57:40.273277+0000 mon.a (mon.0) 740 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-05T15:57:41.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:41 smithi038 bash[25002]: audit 2023-12-05T15:57:40.650962+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.16:0/3801167922' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/106321540"}]: dispatch 2023-12-05T15:57:41.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:41 smithi038 bash[25002]: audit 2023-12-05T15:57:40.651967+0000 mon.a (mon.0) 741 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/106321540"}]: dispatch 2023-12-05T15:57:41.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:41 smithi038 bash[25002]: audit 2023-12-05T15:57:41.232507+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:41.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:41 smithi038 bash[25002]: audit 2023-12-05T15:57:41.243690+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:41.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:41 smithi038 bash[25002]: audit 2023-12-05T15:57:41.262633+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T15:57:41.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:41 smithi038 bash[25002]: audit 2023-12-05T15:57:41.266189+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T15:57:41.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:41 smithi016 bash[30458]: cluster 2023-12-05T15:57:39.999144+0000 mgr.y (mgr.14469) 133 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 204 B/s wr, 107 op/s 2023-12-05T15:57:41.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:41 smithi016 bash[30458]: audit 2023-12-05T15:57:40.273190+0000 mon.a (mon.0) 739 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3308022158"}]': finished 2023-12-05T15:57:41.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:41 smithi016 bash[30458]: cluster 2023-12-05T15:57:40.273277+0000 mon.a (mon.0) 740 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-05T15:57:41.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:41 smithi016 bash[30458]: audit 2023-12-05T15:57:40.650962+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.16:0/3801167922' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/106321540"}]: dispatch 2023-12-05T15:57:41.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:41 smithi016 bash[30458]: audit 2023-12-05T15:57:40.651967+0000 mon.a (mon.0) 741 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/106321540"}]: dispatch 2023-12-05T15:57:41.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:41 smithi016 bash[30458]: audit 2023-12-05T15:57:41.232507+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:41.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:41 smithi016 bash[30458]: audit 2023-12-05T15:57:41.243690+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:41.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:41 smithi016 bash[30458]: audit 2023-12-05T15:57:41.262633+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T15:57:41.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:41 smithi016 bash[30458]: audit 2023-12-05T15:57:41.266189+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T15:57:41.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:41 smithi016 bash[25024]: cluster 2023-12-05T15:57:39.999144+0000 mgr.y (mgr.14469) 133 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 204 B/s wr, 107 op/s 2023-12-05T15:57:41.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:41 smithi016 bash[25024]: audit 2023-12-05T15:57:40.273190+0000 mon.a (mon.0) 739 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3308022158"}]': finished 2023-12-05T15:57:41.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:41 smithi016 bash[25024]: cluster 2023-12-05T15:57:40.273277+0000 mon.a (mon.0) 740 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-05T15:57:41.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:41 smithi016 bash[25024]: audit 2023-12-05T15:57:40.650962+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.16:0/3801167922' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/106321540"}]: dispatch 2023-12-05T15:57:41.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:41 smithi016 bash[25024]: audit 2023-12-05T15:57:40.651967+0000 mon.a (mon.0) 741 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/106321540"}]: dispatch 2023-12-05T15:57:41.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:41 smithi016 bash[25024]: audit 2023-12-05T15:57:41.232507+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:41.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:41 smithi016 bash[25024]: audit 2023-12-05T15:57:41.243690+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:41.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:41 smithi016 bash[25024]: audit 2023-12-05T15:57:41.262633+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T15:57:41.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:41 smithi016 bash[25024]: audit 2023-12-05T15:57:41.266189+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T15:57:42.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:42 smithi038 bash[25002]: audit 2023-12-05T15:57:41.263527+0000 mgr.y (mgr.14469) 134 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T15:57:42.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:42 smithi038 bash[25002]: cephadm 2023-12-05T15:57:41.265558+0000 mgr.y (mgr.14469) 135 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.16:5000 to Dashboard 2023-12-05T15:57:42.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:42 smithi038 bash[25002]: audit 2023-12-05T15:57:41.266767+0000 mgr.y (mgr.14469) 136 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T15:57:42.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:42 smithi038 bash[25002]: audit 2023-12-05T15:57:41.273839+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:42.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:42 smithi038 bash[25002]: audit 2023-12-05T15:57:41.285290+0000 mon.a (mon.0) 745 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/106321540"}]': finished 2023-12-05T15:57:42.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:42 smithi038 bash[25002]: cluster 2023-12-05T15:57:41.285373+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-05T15:57:42.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:42 smithi038 bash[25002]: audit 2023-12-05T15:57:41.289521+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi016"}]: dispatch 2023-12-05T15:57:42.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:42 smithi038 bash[25002]: audit 2023-12-05T15:57:41.290365+0000 mgr.y (mgr.14469) 137 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi016"}]: dispatch 2023-12-05T15:57:42.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:42 smithi038 bash[25002]: audit 2023-12-05T15:57:41.298563+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:42.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:42 smithi038 bash[25002]: audit 2023-12-05T15:57:41.301400+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:42.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:42 smithi038 bash[25002]: audit 2023-12-05T15:57:41.302668+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:57:42.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:42 smithi038 bash[25002]: audit 2023-12-05T15:57:41.310869+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:42.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:42 smithi038 bash[25002]: audit 2023-12-05T15:57:41.644015+0000 mon.a (mon.0) 749 : audit [INF] from='client.? 172.21.15.16:0/2577787203' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2140376099"}]: dispatch 2023-12-05T15:57:42.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[25024]: audit 2023-12-05T15:57:41.263527+0000 mgr.y (mgr.14469) 134 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T15:57:42.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[25024]: cephadm 2023-12-05T15:57:41.265558+0000 mgr.y (mgr.14469) 135 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.16:5000 to Dashboard 2023-12-05T15:57:42.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[25024]: audit 2023-12-05T15:57:41.266767+0000 mgr.y (mgr.14469) 136 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T15:57:42.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[25024]: audit 2023-12-05T15:57:41.273839+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:42.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[25024]: audit 2023-12-05T15:57:41.285290+0000 mon.a (mon.0) 745 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/106321540"}]': finished 2023-12-05T15:57:42.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[25024]: cluster 2023-12-05T15:57:41.285373+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-05T15:57:42.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[25024]: audit 2023-12-05T15:57:41.289521+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi016"}]: dispatch 2023-12-05T15:57:42.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[25024]: audit 2023-12-05T15:57:41.290365+0000 mgr.y (mgr.14469) 137 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi016"}]: dispatch 2023-12-05T15:57:42.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[25024]: audit 2023-12-05T15:57:41.298563+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:42.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[25024]: audit 2023-12-05T15:57:41.301400+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:42.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[25024]: audit 2023-12-05T15:57:41.302668+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:57:42.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[25024]: audit 2023-12-05T15:57:41.310869+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:42.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[25024]: audit 2023-12-05T15:57:41.644015+0000 mon.a (mon.0) 749 : audit [INF] from='client.? 172.21.15.16:0/2577787203' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2140376099"}]: dispatch 2023-12-05T15:57:42.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[30458]: audit 2023-12-05T15:57:41.263527+0000 mgr.y (mgr.14469) 134 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T15:57:42.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[30458]: cephadm 2023-12-05T15:57:41.265558+0000 mgr.y (mgr.14469) 135 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.16:5000 to Dashboard 2023-12-05T15:57:42.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[30458]: audit 2023-12-05T15:57:41.266767+0000 mgr.y (mgr.14469) 136 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T15:57:42.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[30458]: audit 2023-12-05T15:57:41.273839+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:42.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[30458]: audit 2023-12-05T15:57:41.285290+0000 mon.a (mon.0) 745 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/106321540"}]': finished 2023-12-05T15:57:42.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[30458]: cluster 2023-12-05T15:57:41.285373+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-05T15:57:42.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[30458]: audit 2023-12-05T15:57:41.289521+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi016"}]: dispatch 2023-12-05T15:57:42.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[30458]: audit 2023-12-05T15:57:41.290365+0000 mgr.y (mgr.14469) 137 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi016"}]: dispatch 2023-12-05T15:57:42.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[30458]: audit 2023-12-05T15:57:41.298563+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:42.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[30458]: audit 2023-12-05T15:57:41.301400+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:57:42.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[30458]: audit 2023-12-05T15:57:41.302668+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:57:42.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[30458]: audit 2023-12-05T15:57:41.310869+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:57:42.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:42 smithi016 bash[30458]: audit 2023-12-05T15:57:41.644015+0000 mon.a (mon.0) 749 : audit [INF] from='client.? 172.21.15.16:0/2577787203' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2140376099"}]: dispatch 2023-12-05T15:57:43.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:43 smithi038 bash[25002]: cluster 2023-12-05T15:57:41.999931+0000 mgr.y (mgr.14469) 138 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:57:43.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:43 smithi038 bash[25002]: audit 2023-12-05T15:57:42.322757+0000 mon.a (mon.0) 750 : audit [INF] from='client.? 172.21.15.16:0/2577787203' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2140376099"}]': finished 2023-12-05T15:57:43.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:43 smithi038 bash[25002]: cluster 2023-12-05T15:57:42.322982+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-05T15:57:43.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:43 smithi038 bash[25002]: audit 2023-12-05T15:57:42.691870+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.16:0/1819892681' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/774074402"}]: dispatch 2023-12-05T15:57:43.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:43 smithi038 bash[25002]: audit 2023-12-05T15:57:42.692715+0000 mon.a (mon.0) 752 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/774074402"}]: dispatch 2023-12-05T15:57:43.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:43 smithi016 bash[30458]: cluster 2023-12-05T15:57:41.999931+0000 mgr.y (mgr.14469) 138 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:57:43.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:43 smithi016 bash[30458]: audit 2023-12-05T15:57:42.322757+0000 mon.a (mon.0) 750 : audit [INF] from='client.? 172.21.15.16:0/2577787203' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2140376099"}]': finished 2023-12-05T15:57:43.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:43 smithi016 bash[30458]: cluster 2023-12-05T15:57:42.322982+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-05T15:57:43.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:43 smithi016 bash[30458]: audit 2023-12-05T15:57:42.691870+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.16:0/1819892681' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/774074402"}]: dispatch 2023-12-05T15:57:43.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:43 smithi016 bash[30458]: audit 2023-12-05T15:57:42.692715+0000 mon.a (mon.0) 752 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/774074402"}]: dispatch 2023-12-05T15:57:43.619 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:57:43 smithi016 bash[50303]: level=warn ts=2023-12-05T15:57:43.535Z 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.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T15:57:43.620 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:57:43 smithi016 bash[50303]: level=warn ts=2023-12-05T15:57:43.535Z 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.38:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2023-12-05T15:57:43.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:43 smithi016 bash[25024]: cluster 2023-12-05T15:57:41.999931+0000 mgr.y (mgr.14469) 138 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:57:43.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:43 smithi016 bash[25024]: audit 2023-12-05T15:57:42.322757+0000 mon.a (mon.0) 750 : audit [INF] from='client.? 172.21.15.16:0/2577787203' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2140376099"}]': finished 2023-12-05T15:57:43.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:43 smithi016 bash[25024]: cluster 2023-12-05T15:57:42.322982+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-05T15:57:43.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:43 smithi016 bash[25024]: audit 2023-12-05T15:57:42.691870+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.16:0/1819892681' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/774074402"}]: dispatch 2023-12-05T15:57:43.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:43 smithi016 bash[25024]: audit 2023-12-05T15:57:42.692715+0000 mon.a (mon.0) 752 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/774074402"}]: dispatch 2023-12-05T15:57:44.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:44 smithi016 bash[25024]: audit 2023-12-05T15:57:43.334719+0000 mon.a (mon.0) 753 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/774074402"}]': finished 2023-12-05T15:57:44.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:44 smithi016 bash[25024]: cluster 2023-12-05T15:57:43.334959+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-05T15:57:44.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:44 smithi016 bash[25024]: audit 2023-12-05T15:57:43.706638+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.16:0/1949089385' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/106321540"}]: dispatch 2023-12-05T15:57:44.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:44 smithi016 bash[25024]: audit 2023-12-05T15:57:43.707674+0000 mon.a (mon.0) 755 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/106321540"}]: dispatch 2023-12-05T15:57:44.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:44 smithi016 bash[30458]: audit 2023-12-05T15:57:43.334719+0000 mon.a (mon.0) 753 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/774074402"}]': finished 2023-12-05T15:57:44.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:44 smithi016 bash[30458]: cluster 2023-12-05T15:57:43.334959+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-05T15:57:44.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:44 smithi016 bash[30458]: audit 2023-12-05T15:57:43.706638+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.16:0/1949089385' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/106321540"}]: dispatch 2023-12-05T15:57:44.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:44 smithi016 bash[30458]: audit 2023-12-05T15:57:43.707674+0000 mon.a (mon.0) 755 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/106321540"}]: dispatch 2023-12-05T15:57:44.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:44 smithi038 bash[25002]: audit 2023-12-05T15:57:43.334719+0000 mon.a (mon.0) 753 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/774074402"}]': finished 2023-12-05T15:57:44.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:44 smithi038 bash[25002]: cluster 2023-12-05T15:57:43.334959+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-05T15:57:44.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:44 smithi038 bash[25002]: audit 2023-12-05T15:57:43.706638+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.16:0/1949089385' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/106321540"}]: dispatch 2023-12-05T15:57:44.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:44 smithi038 bash[25002]: audit 2023-12-05T15:57:43.707674+0000 mon.a (mon.0) 755 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/106321540"}]: dispatch 2023-12-05T15:57:45.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:45 smithi016 bash[25024]: cluster 2023-12-05T15:57:44.000693+0000 mgr.y (mgr.14469) 139 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 3 op/s 2023-12-05T15:57:45.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:45 smithi016 bash[25024]: audit 2023-12-05T15:57:44.347213+0000 mon.a (mon.0) 756 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/106321540"}]': finished 2023-12-05T15:57:45.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:45 smithi016 bash[25024]: cluster 2023-12-05T15:57:44.347327+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-05T15:57:45.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:45 smithi016 bash[25024]: audit 2023-12-05T15:57:44.719203+0000 mon.a (mon.0) 758 : audit [INF] from='client.? 172.21.15.16:0/298701736' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3649852040"}]: dispatch 2023-12-05T15:57:45.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:45 smithi016 bash[30458]: cluster 2023-12-05T15:57:44.000693+0000 mgr.y (mgr.14469) 139 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 3 op/s 2023-12-05T15:57:45.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:45 smithi016 bash[30458]: audit 2023-12-05T15:57:44.347213+0000 mon.a (mon.0) 756 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/106321540"}]': finished 2023-12-05T15:57:45.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:45 smithi016 bash[30458]: cluster 2023-12-05T15:57:44.347327+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-05T15:57:45.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:45 smithi016 bash[30458]: audit 2023-12-05T15:57:44.719203+0000 mon.a (mon.0) 758 : audit [INF] from='client.? 172.21.15.16:0/298701736' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3649852040"}]: dispatch 2023-12-05T15:57:45.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:45 smithi038 bash[25002]: cluster 2023-12-05T15:57:44.000693+0000 mgr.y (mgr.14469) 139 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 3 op/s 2023-12-05T15:57:45.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:45 smithi038 bash[25002]: audit 2023-12-05T15:57:44.347213+0000 mon.a (mon.0) 756 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/106321540"}]': finished 2023-12-05T15:57:45.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:45 smithi038 bash[25002]: cluster 2023-12-05T15:57:44.347327+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-05T15:57:45.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:45 smithi038 bash[25002]: audit 2023-12-05T15:57:44.719203+0000 mon.a (mon.0) 758 : audit [INF] from='client.? 172.21.15.16:0/298701736' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3649852040"}]: dispatch 2023-12-05T15:57:46.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:46 smithi016 bash[25024]: audit 2023-12-05T15:57:45.354295+0000 mon.a (mon.0) 759 : audit [INF] from='client.? 172.21.15.16:0/298701736' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3649852040"}]': finished 2023-12-05T15:57:46.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:46 smithi016 bash[25024]: cluster 2023-12-05T15:57:45.354538+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-05T15:57:46.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:46 smithi016 bash[25024]: audit 2023-12-05T15:57:45.720996+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.16:0/2530270075' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/1540767706"}]: dispatch 2023-12-05T15:57:46.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:46 smithi016 bash[25024]: audit 2023-12-05T15:57:45.722151+0000 mon.a (mon.0) 761 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/1540767706"}]: dispatch 2023-12-05T15:57:46.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:46 smithi016 bash[30458]: audit 2023-12-05T15:57:45.354295+0000 mon.a (mon.0) 759 : audit [INF] from='client.? 172.21.15.16:0/298701736' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3649852040"}]': finished 2023-12-05T15:57:46.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:46 smithi016 bash[30458]: cluster 2023-12-05T15:57:45.354538+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-05T15:57:46.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:46 smithi016 bash[30458]: audit 2023-12-05T15:57:45.720996+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.16:0/2530270075' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/1540767706"}]: dispatch 2023-12-05T15:57:46.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:46 smithi016 bash[30458]: audit 2023-12-05T15:57:45.722151+0000 mon.a (mon.0) 761 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/1540767706"}]: dispatch 2023-12-05T15:57:46.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:46 smithi038 bash[25002]: audit 2023-12-05T15:57:45.354295+0000 mon.a (mon.0) 759 : audit [INF] from='client.? 172.21.15.16:0/298701736' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3649852040"}]': finished 2023-12-05T15:57:46.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:46 smithi038 bash[25002]: cluster 2023-12-05T15:57:45.354538+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-05T15:57:46.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:46 smithi038 bash[25002]: audit 2023-12-05T15:57:45.720996+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.16:0/2530270075' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/1540767706"}]: dispatch 2023-12-05T15:57:46.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:46 smithi038 bash[25002]: audit 2023-12-05T15:57:45.722151+0000 mon.a (mon.0) 761 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/1540767706"}]: dispatch 2023-12-05T15:57:47.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:47 smithi038 bash[25002]: cluster 2023-12-05T15:57:46.001456+0000 mgr.y (mgr.14469) 140 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 3 op/s 2023-12-05T15:57:47.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:47 smithi038 bash[25002]: audit 2023-12-05T15:57:46.368010+0000 mon.a (mon.0) 762 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/1540767706"}]': finished 2023-12-05T15:57:47.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:47 smithi038 bash[25002]: cluster 2023-12-05T15:57:46.368307+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-05T15:57:47.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:47 smithi038 bash[25002]: audit 2023-12-05T15:57:46.739061+0000 mon.a (mon.0) 764 : audit [INF] from='client.? 172.21.15.16:0/3008356628' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2171432573"}]: dispatch 2023-12-05T15:57:47.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:47 smithi016 bash[25024]: cluster 2023-12-05T15:57:46.001456+0000 mgr.y (mgr.14469) 140 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 3 op/s 2023-12-05T15:57:47.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:47 smithi016 bash[25024]: audit 2023-12-05T15:57:46.368010+0000 mon.a (mon.0) 762 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/1540767706"}]': finished 2023-12-05T15:57:47.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:47 smithi016 bash[25024]: cluster 2023-12-05T15:57:46.368307+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-05T15:57:47.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:47 smithi016 bash[25024]: audit 2023-12-05T15:57:46.739061+0000 mon.a (mon.0) 764 : audit [INF] from='client.? 172.21.15.16:0/3008356628' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2171432573"}]: dispatch 2023-12-05T15:57:47.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:47 smithi016 bash[30458]: cluster 2023-12-05T15:57:46.001456+0000 mgr.y (mgr.14469) 140 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 3 op/s 2023-12-05T15:57:47.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:47 smithi016 bash[30458]: audit 2023-12-05T15:57:46.368010+0000 mon.a (mon.0) 762 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/1540767706"}]': finished 2023-12-05T15:57:47.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:47 smithi016 bash[30458]: cluster 2023-12-05T15:57:46.368307+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-05T15:57:47.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:47 smithi016 bash[30458]: audit 2023-12-05T15:57:46.739061+0000 mon.a (mon.0) 764 : audit [INF] from='client.? 172.21.15.16:0/3008356628' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2171432573"}]: dispatch 2023-12-05T15:57:48.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:57:48 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:57:48] "GET /metrics HTTP/1.1" 200 214909 "" "Prometheus/2.33.4" 2023-12-05T15:57:48.688 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:48 smithi016 bash[25024]: audit 2023-12-05T15:57:47.368661+0000 mon.a (mon.0) 765 : audit [INF] from='client.? 172.21.15.16:0/3008356628' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2171432573"}]': finished 2023-12-05T15:57:48.688 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:48 smithi016 bash[25024]: cluster 2023-12-05T15:57:47.368803+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-05T15:57:48.688 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:48 smithi016 bash[25024]: audit 2023-12-05T15:57:47.737296+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.16:0/3199070339' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/577266015"}]: dispatch 2023-12-05T15:57:48.688 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:48 smithi016 bash[25024]: audit 2023-12-05T15:57:47.738106+0000 mon.a (mon.0) 767 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/577266015"}]: dispatch 2023-12-05T15:57:48.688 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:48 smithi016 bash[30458]: audit 2023-12-05T15:57:47.368661+0000 mon.a (mon.0) 765 : audit [INF] from='client.? 172.21.15.16:0/3008356628' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2171432573"}]': finished 2023-12-05T15:57:48.688 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:48 smithi016 bash[30458]: cluster 2023-12-05T15:57:47.368803+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-05T15:57:48.688 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:48 smithi016 bash[30458]: audit 2023-12-05T15:57:47.737296+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.16:0/3199070339' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/577266015"}]: dispatch 2023-12-05T15:57:48.688 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:48 smithi016 bash[30458]: audit 2023-12-05T15:57:47.738106+0000 mon.a (mon.0) 767 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/577266015"}]: dispatch 2023-12-05T15:57:48.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:48 smithi038 bash[25002]: audit 2023-12-05T15:57:47.368661+0000 mon.a (mon.0) 765 : audit [INF] from='client.? 172.21.15.16:0/3008356628' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2171432573"}]': finished 2023-12-05T15:57:48.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:48 smithi038 bash[25002]: cluster 2023-12-05T15:57:47.368803+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-05T15:57:48.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:48 smithi038 bash[25002]: audit 2023-12-05T15:57:47.737296+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.16:0/3199070339' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/577266015"}]: dispatch 2023-12-05T15:57:48.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:48 smithi038 bash[25002]: audit 2023-12-05T15:57:47.738106+0000 mon.a (mon.0) 767 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/577266015"}]: dispatch 2023-12-05T15:57:49.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:57:48 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:57:48] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:57:49.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:49 smithi038 bash[25002]: cluster 2023-12-05T15:57:48.003113+0000 mgr.y (mgr.14469) 141 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:57:49.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:49 smithi038 bash[25002]: audit 2023-12-05T15:57:48.389703+0000 mon.a (mon.0) 768 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/577266015"}]': finished 2023-12-05T15:57:49.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:49 smithi038 bash[25002]: cluster 2023-12-05T15:57:48.389858+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-05T15:57:49.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:49 smithi038 bash[25002]: audit 2023-12-05T15:57:48.682940+0000 mgr.y (mgr.14469) 142 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:57:49.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:49 smithi038 bash[25002]: audit 2023-12-05T15:57:48.769296+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.16:0/2167060578' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3187862307"}]: dispatch 2023-12-05T15:57:49.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:49 smithi038 bash[25002]: audit 2023-12-05T15:57:48.770375+0000 mon.a (mon.0) 770 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3187862307"}]: dispatch 2023-12-05T15:57:49.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:49 smithi016 bash[25024]: cluster 2023-12-05T15:57:48.003113+0000 mgr.y (mgr.14469) 141 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:57:49.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:49 smithi016 bash[25024]: audit 2023-12-05T15:57:48.389703+0000 mon.a (mon.0) 768 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/577266015"}]': finished 2023-12-05T15:57:49.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:49 smithi016 bash[25024]: cluster 2023-12-05T15:57:48.389858+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-05T15:57:49.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:49 smithi016 bash[25024]: audit 2023-12-05T15:57:48.682940+0000 mgr.y (mgr.14469) 142 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:57:49.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:49 smithi016 bash[25024]: audit 2023-12-05T15:57:48.769296+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.16:0/2167060578' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3187862307"}]: dispatch 2023-12-05T15:57:49.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:49 smithi016 bash[25024]: audit 2023-12-05T15:57:48.770375+0000 mon.a (mon.0) 770 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3187862307"}]: dispatch 2023-12-05T15:57:49.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:49 smithi016 bash[30458]: cluster 2023-12-05T15:57:48.003113+0000 mgr.y (mgr.14469) 141 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:57:49.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:49 smithi016 bash[30458]: audit 2023-12-05T15:57:48.389703+0000 mon.a (mon.0) 768 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/577266015"}]': finished 2023-12-05T15:57:49.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:49 smithi016 bash[30458]: cluster 2023-12-05T15:57:48.389858+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-05T15:57:49.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:49 smithi016 bash[30458]: audit 2023-12-05T15:57:48.682940+0000 mgr.y (mgr.14469) 142 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:57:49.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:49 smithi016 bash[30458]: audit 2023-12-05T15:57:48.769296+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.16:0/2167060578' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3187862307"}]: dispatch 2023-12-05T15:57:49.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:49 smithi016 bash[30458]: audit 2023-12-05T15:57:48.770375+0000 mon.a (mon.0) 770 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3187862307"}]: dispatch 2023-12-05T15:57:50.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:50 smithi038 bash[25002]: audit 2023-12-05T15:57:49.401132+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3187862307"}]': finished 2023-12-05T15:57:50.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:50 smithi038 bash[25002]: cluster 2023-12-05T15:57:49.401369+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-05T15:57:50.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:50 smithi038 bash[25002]: audit 2023-12-05T15:57:49.770161+0000 mon.c (mon.1) 39 : audit [INF] from='client.? 172.21.15.16:0/2763720251' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/504795757"}]: dispatch 2023-12-05T15:57:50.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:50 smithi038 bash[25002]: audit 2023-12-05T15:57:49.770869+0000 mon.a (mon.0) 773 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/504795757"}]: dispatch 2023-12-05T15:57:50.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:50 smithi016 bash[25024]: audit 2023-12-05T15:57:49.401132+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3187862307"}]': finished 2023-12-05T15:57:50.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:50 smithi016 bash[25024]: cluster 2023-12-05T15:57:49.401369+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-05T15:57:50.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:50 smithi016 bash[25024]: audit 2023-12-05T15:57:49.770161+0000 mon.c (mon.1) 39 : audit [INF] from='client.? 172.21.15.16:0/2763720251' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/504795757"}]: dispatch 2023-12-05T15:57:50.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:50 smithi016 bash[25024]: audit 2023-12-05T15:57:49.770869+0000 mon.a (mon.0) 773 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/504795757"}]: dispatch 2023-12-05T15:57:50.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:50 smithi016 bash[30458]: audit 2023-12-05T15:57:49.401132+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3187862307"}]': finished 2023-12-05T15:57:50.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:50 smithi016 bash[30458]: cluster 2023-12-05T15:57:49.401369+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-05T15:57:50.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:50 smithi016 bash[30458]: audit 2023-12-05T15:57:49.770161+0000 mon.c (mon.1) 39 : audit [INF] from='client.? 172.21.15.16:0/2763720251' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/504795757"}]: dispatch 2023-12-05T15:57:50.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:50 smithi016 bash[30458]: audit 2023-12-05T15:57:49.770869+0000 mon.a (mon.0) 773 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/504795757"}]: dispatch 2023-12-05T15:57:51.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:51 smithi038 bash[25002]: cluster 2023-12-05T15:57:50.003872+0000 mgr.y (mgr.14469) 143 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:57:51.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:51 smithi038 bash[25002]: audit 2023-12-05T15:57:50.406134+0000 mon.a (mon.0) 774 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/504795757"}]': finished 2023-12-05T15:57:51.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:51 smithi038 bash[25002]: cluster 2023-12-05T15:57:50.406362+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-05T15:57:51.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:51 smithi038 bash[25002]: audit 2023-12-05T15:57:50.777475+0000 mon.c (mon.1) 40 : audit [INF] from='client.? 172.21.15.16:0/4106401512' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/1540767706"}]: dispatch 2023-12-05T15:57:51.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:51 smithi038 bash[25002]: audit 2023-12-05T15:57:50.778370+0000 mon.a (mon.0) 776 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/1540767706"}]: dispatch 2023-12-05T15:57:51.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:51 smithi016 bash[25024]: cluster 2023-12-05T15:57:50.003872+0000 mgr.y (mgr.14469) 143 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:57:51.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:51 smithi016 bash[25024]: audit 2023-12-05T15:57:50.406134+0000 mon.a (mon.0) 774 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/504795757"}]': finished 2023-12-05T15:57:51.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:51 smithi016 bash[25024]: cluster 2023-12-05T15:57:50.406362+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-05T15:57:51.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:51 smithi016 bash[25024]: audit 2023-12-05T15:57:50.777475+0000 mon.c (mon.1) 40 : audit [INF] from='client.? 172.21.15.16:0/4106401512' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/1540767706"}]: dispatch 2023-12-05T15:57:51.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:51 smithi016 bash[25024]: audit 2023-12-05T15:57:50.778370+0000 mon.a (mon.0) 776 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/1540767706"}]: dispatch 2023-12-05T15:57:51.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:51 smithi016 bash[30458]: cluster 2023-12-05T15:57:50.003872+0000 mgr.y (mgr.14469) 143 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:57:51.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:51 smithi016 bash[30458]: audit 2023-12-05T15:57:50.406134+0000 mon.a (mon.0) 774 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/504795757"}]': finished 2023-12-05T15:57:51.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:51 smithi016 bash[30458]: cluster 2023-12-05T15:57:50.406362+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-05T15:57:51.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:51 smithi016 bash[30458]: audit 2023-12-05T15:57:50.777475+0000 mon.c (mon.1) 40 : audit [INF] from='client.? 172.21.15.16:0/4106401512' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/1540767706"}]: dispatch 2023-12-05T15:57:51.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:51 smithi016 bash[30458]: audit 2023-12-05T15:57:50.778370+0000 mon.a (mon.0) 776 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/1540767706"}]: dispatch 2023-12-05T15:57:52.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:52 smithi038 bash[25002]: audit 2023-12-05T15:57:51.419108+0000 mon.a (mon.0) 777 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/1540767706"}]': finished 2023-12-05T15:57:52.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:52 smithi038 bash[25002]: cluster 2023-12-05T15:57:51.419414+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-05T15:57:52.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:52 smithi038 bash[25002]: audit 2023-12-05T15:57:51.802957+0000 mon.c (mon.1) 41 : audit [INF] from='client.? 172.21.15.16:0/3547752312' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/717248056"}]: dispatch 2023-12-05T15:57:52.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:52 smithi038 bash[25002]: audit 2023-12-05T15:57:51.803778+0000 mon.a (mon.0) 779 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/717248056"}]: dispatch 2023-12-05T15:57:52.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:52 smithi038 bash[25002]: audit 2023-12-05T15:57:52.050466+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-05T15:57:52.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:52 smithi038 bash[25002]: audit 2023-12-05T15:57:52.051167+0000 mon.b (mon.2) 102 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-05T15:57:52.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:52 smithi038 bash[25002]: audit 2023-12-05T15:57:52.051436+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-05T15:57:52.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:52 smithi038 bash[25002]: audit 2023-12-05T15:57:52.051696+0000 mon.b (mon.2) 103 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2023-12-05T15:57:52.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:52 smithi038 bash[25002]: audit 2023-12-05T15:57:52.052761+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-05T15:57:52.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:52 smithi038 bash[25002]: audit 2023-12-05T15:57:52.053345+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2023-12-05T15:57:52.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:52 smithi038 bash[25002]: audit 2023-12-05T15:57:52.301632+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:57:52.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:52 smithi038 bash[25002]: audit 2023-12-05T15:57:52.302784+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:57:52.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:52 smithi038 bash[25002]: audit 2023-12-05T15:57:52.316432+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:57:52.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:52 smithi038 bash[25002]: audit 2023-12-05T15:57:52.317080+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:57:52.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[25024]: audit 2023-12-05T15:57:51.419108+0000 mon.a (mon.0) 777 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/1540767706"}]': finished 2023-12-05T15:57:52.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[25024]: cluster 2023-12-05T15:57:51.419414+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-05T15:57:52.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[25024]: audit 2023-12-05T15:57:51.802957+0000 mon.c (mon.1) 41 : audit [INF] from='client.? 172.21.15.16:0/3547752312' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/717248056"}]: dispatch 2023-12-05T15:57:52.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[25024]: audit 2023-12-05T15:57:51.803778+0000 mon.a (mon.0) 779 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/717248056"}]: dispatch 2023-12-05T15:57:52.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[25024]: audit 2023-12-05T15:57:52.050466+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-05T15:57:52.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[25024]: audit 2023-12-05T15:57:52.051167+0000 mon.b (mon.2) 102 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-05T15:57:52.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[25024]: audit 2023-12-05T15:57:52.051436+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-05T15:57:52.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[25024]: audit 2023-12-05T15:57:52.051696+0000 mon.b (mon.2) 103 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2023-12-05T15:57:52.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[25024]: audit 2023-12-05T15:57:52.052761+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-05T15:57:52.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[25024]: audit 2023-12-05T15:57:52.053345+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2023-12-05T15:57:52.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[25024]: audit 2023-12-05T15:57:52.301632+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:57:52.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[25024]: audit 2023-12-05T15:57:52.302784+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:57:52.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[25024]: audit 2023-12-05T15:57:52.316432+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:57:52.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[25024]: audit 2023-12-05T15:57:52.317080+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:57:52.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[30458]: audit 2023-12-05T15:57:51.419108+0000 mon.a (mon.0) 777 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/1540767706"}]': finished 2023-12-05T15:57:52.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[30458]: cluster 2023-12-05T15:57:51.419414+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-05T15:57:52.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[30458]: audit 2023-12-05T15:57:51.802957+0000 mon.c (mon.1) 41 : audit [INF] from='client.? 172.21.15.16:0/3547752312' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/717248056"}]: dispatch 2023-12-05T15:57:52.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[30458]: audit 2023-12-05T15:57:51.803778+0000 mon.a (mon.0) 779 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/717248056"}]: dispatch 2023-12-05T15:57:52.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[30458]: audit 2023-12-05T15:57:52.050466+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-05T15:57:52.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[30458]: audit 2023-12-05T15:57:52.051167+0000 mon.b (mon.2) 102 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-05T15:57:52.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[30458]: audit 2023-12-05T15:57:52.051436+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-05T15:57:52.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[30458]: audit 2023-12-05T15:57:52.051696+0000 mon.b (mon.2) 103 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2023-12-05T15:57:52.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[30458]: audit 2023-12-05T15:57:52.052761+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-05T15:57:52.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[30458]: audit 2023-12-05T15:57:52.053345+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2023-12-05T15:57:52.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[30458]: audit 2023-12-05T15:57:52.301632+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:57:52.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[30458]: audit 2023-12-05T15:57:52.302784+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:57:52.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[30458]: audit 2023-12-05T15:57:52.316432+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:57:52.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:52 smithi016 bash[30458]: audit 2023-12-05T15:57:52.317080+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:57:53.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:53 smithi038 bash[25002]: cluster 2023-12-05T15:57:52.004612+0000 mgr.y (mgr.14469) 144 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:57:53.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:53 smithi038 bash[25002]: audit 2023-12-05T15:57:52.444025+0000 mon.a (mon.0) 785 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/717248056"}]': finished 2023-12-05T15:57:53.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:53 smithi038 bash[25002]: audit 2023-12-05T15:57:52.444317+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-12-05T15:57:53.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:53 smithi038 bash[25002]: audit 2023-12-05T15:57:52.444538+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-12-05T15:57:53.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:53 smithi038 bash[25002]: audit 2023-12-05T15:57:52.444736+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]': finished 2023-12-05T15:57:53.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:53 smithi038 bash[25002]: cluster 2023-12-05T15:57:52.444887+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-05T15:57:53.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:53 smithi038 bash[25002]: audit 2023-12-05T15:57:52.817699+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.16:0/171950981' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/1955477128"}]: dispatch 2023-12-05T15:57:53.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:53 smithi038 bash[25002]: audit 2023-12-05T15:57:52.818581+0000 mon.a (mon.0) 790 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/1955477128"}]: dispatch 2023-12-05T15:57:53.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[25024]: cluster 2023-12-05T15:57:52.004612+0000 mgr.y (mgr.14469) 144 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:57:53.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[25024]: audit 2023-12-05T15:57:52.444025+0000 mon.a (mon.0) 785 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/717248056"}]': finished 2023-12-05T15:57:53.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[25024]: audit 2023-12-05T15:57:52.444317+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-12-05T15:57:53.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[25024]: audit 2023-12-05T15:57:52.444538+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-12-05T15:57:53.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[25024]: audit 2023-12-05T15:57:52.444736+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]': finished 2023-12-05T15:57:53.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[25024]: cluster 2023-12-05T15:57:52.444887+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-05T15:57:53.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[25024]: audit 2023-12-05T15:57:52.817699+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.16:0/171950981' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/1955477128"}]: dispatch 2023-12-05T15:57:53.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[25024]: audit 2023-12-05T15:57:52.818581+0000 mon.a (mon.0) 790 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/1955477128"}]: dispatch 2023-12-05T15:57:53.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[50303]: level=error ts=2023-12-05T15:57:53.512Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://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[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T15:57:53.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[50303]: level=warn ts=2023-12-05T15:57:53.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T15:57:53.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[50303]: level=warn ts=2023-12-05T15:57:53.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.38:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2023-12-05T15:57:53.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[30458]: cluster 2023-12-05T15:57:52.004612+0000 mgr.y (mgr.14469) 144 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2023-12-05T15:57:53.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[30458]: audit 2023-12-05T15:57:52.444025+0000 mon.a (mon.0) 785 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/717248056"}]': finished 2023-12-05T15:57:53.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[30458]: audit 2023-12-05T15:57:52.444317+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-12-05T15:57:53.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[30458]: audit 2023-12-05T15:57:52.444538+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-12-05T15:57:53.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[30458]: audit 2023-12-05T15:57:52.444736+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]': finished 2023-12-05T15:57:53.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[30458]: cluster 2023-12-05T15:57:52.444887+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-05T15:57:53.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[30458]: audit 2023-12-05T15:57:52.817699+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.16:0/171950981' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/1955477128"}]: dispatch 2023-12-05T15:57:53.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:53 smithi016 bash[30458]: audit 2023-12-05T15:57:52.818581+0000 mon.a (mon.0) 790 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/1955477128"}]: dispatch 2023-12-05T15:57:54.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:54 smithi038 bash[25002]: audit 2023-12-05T15:57:53.456116+0000 mon.a (mon.0) 791 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/1955477128"}]': finished 2023-12-05T15:57:54.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:54 smithi038 bash[25002]: cluster 2023-12-05T15:57:53.456244+0000 mon.a (mon.0) 792 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-05T15:57:54.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:54 smithi038 bash[25002]: audit 2023-12-05T15:57:53.822238+0000 mon.c (mon.1) 43 : audit [INF] from='client.? 172.21.15.16:0/4072203870' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/1955477128"}]: dispatch 2023-12-05T15:57:54.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:54 smithi038 bash[25002]: audit 2023-12-05T15:57:53.823228+0000 mon.a (mon.0) 793 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/1955477128"}]: dispatch 2023-12-05T15:57:54.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:54 smithi016 bash[25024]: audit 2023-12-05T15:57:53.456116+0000 mon.a (mon.0) 791 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/1955477128"}]': finished 2023-12-05T15:57:54.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:54 smithi016 bash[25024]: cluster 2023-12-05T15:57:53.456244+0000 mon.a (mon.0) 792 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-05T15:57:54.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:54 smithi016 bash[25024]: audit 2023-12-05T15:57:53.822238+0000 mon.c (mon.1) 43 : audit [INF] from='client.? 172.21.15.16:0/4072203870' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/1955477128"}]: dispatch 2023-12-05T15:57:54.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:54 smithi016 bash[25024]: audit 2023-12-05T15:57:53.823228+0000 mon.a (mon.0) 793 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/1955477128"}]: dispatch 2023-12-05T15:57:54.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:54 smithi016 bash[30458]: audit 2023-12-05T15:57:53.456116+0000 mon.a (mon.0) 791 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/1955477128"}]': finished 2023-12-05T15:57:54.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:54 smithi016 bash[30458]: cluster 2023-12-05T15:57:53.456244+0000 mon.a (mon.0) 792 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-05T15:57:54.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:54 smithi016 bash[30458]: audit 2023-12-05T15:57:53.822238+0000 mon.c (mon.1) 43 : audit [INF] from='client.? 172.21.15.16:0/4072203870' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/1955477128"}]: dispatch 2023-12-05T15:57:54.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:54 smithi016 bash[30458]: audit 2023-12-05T15:57:53.823228+0000 mon.a (mon.0) 793 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/1955477128"}]: dispatch 2023-12-05T15:57:55.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:55 smithi038 bash[25002]: cluster 2023-12-05T15:57:54.005368+0000 mgr.y (mgr.14469) 145 : cluster [DBG] pgmap v129: 161 pgs: 3 peering, 158 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:57:55.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:55 smithi038 bash[25002]: audit 2023-12-05T15:57:54.470132+0000 mon.a (mon.0) 794 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/1955477128"}]': finished 2023-12-05T15:57:55.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:55 smithi038 bash[25002]: cluster 2023-12-05T15:57:54.470276+0000 mon.a (mon.0) 795 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-05T15:57:55.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:55 smithi038 bash[25002]: audit 2023-12-05T15:57:54.846456+0000 mon.c (mon.1) 44 : audit [INF] from='client.? 172.21.15.16:0/1771041086' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3260321268"}]: dispatch 2023-12-05T15:57:55.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:55 smithi038 bash[25002]: audit 2023-12-05T15:57:54.847369+0000 mon.a (mon.0) 796 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3260321268"}]: dispatch 2023-12-05T15:57:55.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:55 smithi016 bash[25024]: cluster 2023-12-05T15:57:54.005368+0000 mgr.y (mgr.14469) 145 : cluster [DBG] pgmap v129: 161 pgs: 3 peering, 158 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:57:55.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:55 smithi016 bash[25024]: audit 2023-12-05T15:57:54.470132+0000 mon.a (mon.0) 794 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/1955477128"}]': finished 2023-12-05T15:57:55.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:55 smithi016 bash[25024]: cluster 2023-12-05T15:57:54.470276+0000 mon.a (mon.0) 795 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-05T15:57:55.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:55 smithi016 bash[25024]: audit 2023-12-05T15:57:54.846456+0000 mon.c (mon.1) 44 : audit [INF] from='client.? 172.21.15.16:0/1771041086' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3260321268"}]: dispatch 2023-12-05T15:57:55.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:55 smithi016 bash[25024]: audit 2023-12-05T15:57:54.847369+0000 mon.a (mon.0) 796 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3260321268"}]: dispatch 2023-12-05T15:57:55.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:55 smithi016 bash[30458]: cluster 2023-12-05T15:57:54.005368+0000 mgr.y (mgr.14469) 145 : cluster [DBG] pgmap v129: 161 pgs: 3 peering, 158 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:57:55.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:55 smithi016 bash[30458]: audit 2023-12-05T15:57:54.470132+0000 mon.a (mon.0) 794 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/1955477128"}]': finished 2023-12-05T15:57:55.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:55 smithi016 bash[30458]: cluster 2023-12-05T15:57:54.470276+0000 mon.a (mon.0) 795 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-05T15:57:55.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:55 smithi016 bash[30458]: audit 2023-12-05T15:57:54.846456+0000 mon.c (mon.1) 44 : audit [INF] from='client.? 172.21.15.16:0/1771041086' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3260321268"}]: dispatch 2023-12-05T15:57:55.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:55 smithi016 bash[30458]: audit 2023-12-05T15:57:54.847369+0000 mon.a (mon.0) 796 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3260321268"}]: dispatch 2023-12-05T15:57:56.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:56 smithi038 bash[25002]: audit 2023-12-05T15:57:55.479298+0000 mon.a (mon.0) 797 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3260321268"}]': finished 2023-12-05T15:57:56.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:56 smithi038 bash[25002]: cluster 2023-12-05T15:57:55.479404+0000 mon.a (mon.0) 798 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-05T15:57:56.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:56 smithi016 bash[25024]: audit 2023-12-05T15:57:55.479298+0000 mon.a (mon.0) 797 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3260321268"}]': finished 2023-12-05T15:57:56.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:56 smithi016 bash[25024]: cluster 2023-12-05T15:57:55.479404+0000 mon.a (mon.0) 798 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-05T15:57:56.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:56 smithi016 bash[30458]: audit 2023-12-05T15:57:55.479298+0000 mon.a (mon.0) 797 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3260321268"}]': finished 2023-12-05T15:57:56.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:56 smithi016 bash[30458]: cluster 2023-12-05T15:57:55.479404+0000 mon.a (mon.0) 798 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-05T15:57:57.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:57 smithi038 bash[25002]: cluster 2023-12-05T15:57:56.006144+0000 mgr.y (mgr.14469) 146 : cluster [DBG] pgmap v132: 161 pgs: 3 peering, 158 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:57:57.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:57 smithi016 bash[25024]: cluster 2023-12-05T15:57:56.006144+0000 mgr.y (mgr.14469) 146 : cluster [DBG] pgmap v132: 161 pgs: 3 peering, 158 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:57:57.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:57 smithi016 bash[30458]: cluster 2023-12-05T15:57:56.006144+0000 mgr.y (mgr.14469) 146 : cluster [DBG] pgmap v132: 161 pgs: 3 peering, 158 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:57:58.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:57:58 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:57:58] "GET /metrics HTTP/1.1" 200 214917 "" "Prometheus/2.33.4" 2023-12-05T15:57:59.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:57:58 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:57:58] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:57:59.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:59 smithi038 bash[25002]: cluster 2023-12-05T15:57:58.007854+0000 mgr.y (mgr.14469) 147 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-05T15:57:59.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:57:59 smithi038 bash[25002]: audit 2023-12-05T15:57:58.694610+0000 mgr.y (mgr.14469) 148 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:57:59.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:59 smithi016 bash[25024]: cluster 2023-12-05T15:57:58.007854+0000 mgr.y (mgr.14469) 147 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-05T15:57:59.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:57:59 smithi016 bash[25024]: audit 2023-12-05T15:57:58.694610+0000 mgr.y (mgr.14469) 148 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:57:59.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:59 smithi016 bash[30458]: cluster 2023-12-05T15:57:58.007854+0000 mgr.y (mgr.14469) 147 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-05T15:57:59.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:57:59 smithi016 bash[30458]: audit 2023-12-05T15:57:58.694610+0000 mgr.y (mgr.14469) 148 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:58:01.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:00 smithi038 bash[25002]: cluster 2023-12-05T15:58:00.008762+0000 mgr.y (mgr.14469) 149 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 781 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-05T15:58:01.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:00 smithi016 bash[25024]: cluster 2023-12-05T15:58:00.008762+0000 mgr.y (mgr.14469) 149 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 781 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-05T15:58:01.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:00 smithi016 bash[30458]: cluster 2023-12-05T15:58:00.008762+0000 mgr.y (mgr.14469) 149 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 781 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-05T15:58:03.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:03 smithi038 bash[25002]: cluster 2023-12-05T15:58:02.009593+0000 mgr.y (mgr.14469) 150 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-05T15:58:03.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:03 smithi016 bash[25024]: cluster 2023-12-05T15:58:02.009593+0000 mgr.y (mgr.14469) 150 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-05T15:58:03.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:03 smithi016 bash[30458]: cluster 2023-12-05T15:58:02.009593+0000 mgr.y (mgr.14469) 150 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-05T15:58:03.869 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:58:03 smithi016 bash[50303]: level=error ts=2023-12-05T15:58:03.513Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: 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" 2023-12-05T15:58:03.869 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:58:03 smithi016 bash[50303]: level=warn ts=2023-12-05T15:58:03.518Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T15:58:03.869 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:58:03 smithi016 bash[50303]: level=warn ts=2023-12-05T15:58:03.518Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.38:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2023-12-05T15:58:05.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:05 smithi038 bash[25002]: cluster 2023-12-05T15:58:04.011353+0000 mgr.y (mgr.14469) 151 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-05T15:58:05.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:05 smithi016 bash[25024]: cluster 2023-12-05T15:58:04.011353+0000 mgr.y (mgr.14469) 151 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-05T15:58:05.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:05 smithi016 bash[30458]: cluster 2023-12-05T15:58:04.011353+0000 mgr.y (mgr.14469) 151 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-05T15:58:07.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:07 smithi038 bash[25002]: cluster 2023-12-05T15:58:06.012151+0000 mgr.y (mgr.14469) 152 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 972 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-05T15:58:07.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:07 smithi016 bash[25024]: cluster 2023-12-05T15:58:06.012151+0000 mgr.y (mgr.14469) 152 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 972 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-05T15:58:07.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:07 smithi016 bash[30458]: cluster 2023-12-05T15:58:06.012151+0000 mgr.y (mgr.14469) 152 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 972 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-05T15:58:08.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:58:08 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:58:08] "GET /metrics HTTP/1.1" 200 214890 "" "Prometheus/2.33.4" 2023-12-05T15:58:09.087 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:09 smithi016 bash[30458]: cluster 2023-12-05T15:58:08.013872+0000 mgr.y (mgr.14469) 153 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-05T15:58:09.088 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:09 smithi016 bash[30458]: audit 2023-12-05T15:58:08.706056+0000 mgr.y (mgr.14469) 154 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:58:09.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:09 smithi038 bash[25002]: cluster 2023-12-05T15:58:08.013872+0000 mgr.y (mgr.14469) 153 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-05T15:58:09.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:09 smithi038 bash[25002]: audit 2023-12-05T15:58:08.706056+0000 mgr.y (mgr.14469) 154 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:58:09.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:58:08 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:58:08] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:58:09.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:09 smithi016 bash[25024]: cluster 2023-12-05T15:58:08.013872+0000 mgr.y (mgr.14469) 153 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-05T15:58:09.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:09 smithi016 bash[25024]: audit 2023-12-05T15:58:08.706056+0000 mgr.y (mgr.14469) 154 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:58:11.341 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:10 smithi038 bash[25002]: cluster 2023-12-05T15:58:10.014634+0000 mgr.y (mgr.14469) 155 : 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 2023-12-05T15:58:11.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:10 smithi016 bash[30458]: cluster 2023-12-05T15:58:10.014634+0000 mgr.y (mgr.14469) 155 : 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 2023-12-05T15:58:11.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:10 smithi016 bash[25024]: cluster 2023-12-05T15:58:10.014634+0000 mgr.y (mgr.14469) 155 : 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 2023-12-05T15:58:13.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:13 smithi038 bash[25002]: cluster 2023-12-05T15:58:12.015381+0000 mgr.y (mgr.14469) 156 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:58:13.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:13 smithi016 bash[30458]: cluster 2023-12-05T15:58:12.015381+0000 mgr.y (mgr.14469) 156 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:58:13.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:13 smithi016 bash[25024]: cluster 2023-12-05T15:58:12.015381+0000 mgr.y (mgr.14469) 156 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:58:13.869 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 15:58:13 smithi016 bash[50303]: level=error ts=2023-12-05T15:58:13.514Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://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[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T15:58:15.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:15 smithi038 bash[25002]: cluster 2023-12-05T15:58:14.017173+0000 mgr.y (mgr.14469) 157 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:58:15.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:15 smithi016 bash[30458]: cluster 2023-12-05T15:58:14.017173+0000 mgr.y (mgr.14469) 157 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:58:15.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:15 smithi016 bash[25024]: cluster 2023-12-05T15:58:14.017173+0000 mgr.y (mgr.14469) 157 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:58:17.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:17 smithi038 bash[25002]: cluster 2023-12-05T15:58:16.017932+0000 mgr.y (mgr.14469) 158 : 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 2023-12-05T15:58:17.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:17 smithi016 bash[25024]: cluster 2023-12-05T15:58:16.017932+0000 mgr.y (mgr.14469) 158 : 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 2023-12-05T15:58:17.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:17 smithi016 bash[30458]: cluster 2023-12-05T15:58:16.017932+0000 mgr.y (mgr.14469) 158 : 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 2023-12-05T15:58:18.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:58:18 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:58:18] "GET /metrics HTTP/1.1" 200 214890 "" "Prometheus/2.33.4" 2023-12-05T15:58:19.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:19 smithi038 bash[25002]: cluster 2023-12-05T15:58:18.019730+0000 mgr.y (mgr.14469) 159 : 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 2023-12-05T15:58:19.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:58:18 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:58:18] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:58:19.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:19 smithi016 bash[30458]: cluster 2023-12-05T15:58:18.019730+0000 mgr.y (mgr.14469) 159 : 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 2023-12-05T15:58:19.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:19 smithi016 bash[25024]: cluster 2023-12-05T15:58:18.019730+0000 mgr.y (mgr.14469) 159 : 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 2023-12-05T15:58:20.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:20 smithi016 bash[30458]: audit 2023-12-05T15:58:18.716908+0000 mgr.y (mgr.14469) 160 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:58:20.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:20 smithi016 bash[25024]: audit 2023-12-05T15:58:18.716908+0000 mgr.y (mgr.14469) 160 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:58:20.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:20 smithi038 bash[25002]: audit 2023-12-05T15:58:18.716908+0000 mgr.y (mgr.14469) 160 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:58:21.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:21 smithi016 bash[30458]: cluster 2023-12-05T15:58:20.020617+0000 mgr.y (mgr.14469) 161 : 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 2023-12-05T15:58:21.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:21 smithi016 bash[25024]: cluster 2023-12-05T15:58:20.020617+0000 mgr.y (mgr.14469) 161 : 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 2023-12-05T15:58:21.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:21 smithi038 bash[25002]: cluster 2023-12-05T15:58:20.020617+0000 mgr.y (mgr.14469) 161 : 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 2023-12-05T15:58:23.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:23 smithi016 bash[30458]: cluster 2023-12-05T15:58:22.021485+0000 mgr.y (mgr.14469) 162 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:58:23.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:23 smithi016 bash[25024]: cluster 2023-12-05T15:58:22.021485+0000 mgr.y (mgr.14469) 162 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:58:23.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:23 smithi038 bash[25002]: cluster 2023-12-05T15:58:22.021485+0000 mgr.y (mgr.14469) 162 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:58:25.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:25 smithi016 bash[30458]: cluster 2023-12-05T15:58:24.023413+0000 mgr.y (mgr.14469) 163 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:58:25.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:25 smithi016 bash[25024]: cluster 2023-12-05T15:58:24.023413+0000 mgr.y (mgr.14469) 163 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:58:25.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:25 smithi038 bash[25002]: cluster 2023-12-05T15:58:24.023413+0000 mgr.y (mgr.14469) 163 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:58:27.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:27 smithi016 bash[30458]: cluster 2023-12-05T15:58:26.024314+0000 mgr.y (mgr.14469) 164 : 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 2023-12-05T15:58:27.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:27 smithi016 bash[25024]: cluster 2023-12-05T15:58:26.024314+0000 mgr.y (mgr.14469) 164 : 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 2023-12-05T15:58:27.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:27 smithi038 bash[25002]: cluster 2023-12-05T15:58:26.024314+0000 mgr.y (mgr.14469) 164 : 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 2023-12-05T15:58:28.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:58:28 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:58:28] "GET /metrics HTTP/1.1" 200 214865 "" "Prometheus/2.33.4" 2023-12-05T15:58:29.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:29 smithi038 bash[25002]: cluster 2023-12-05T15:58:28.026020+0000 mgr.y (mgr.14469) 165 : 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 2023-12-05T15:58:29.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:58:28 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:58:28] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:58:29.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:29 smithi016 bash[25024]: cluster 2023-12-05T15:58:28.026020+0000 mgr.y (mgr.14469) 165 : 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 2023-12-05T15:58:29.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:29 smithi016 bash[30458]: cluster 2023-12-05T15:58:28.026020+0000 mgr.y (mgr.14469) 165 : 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 2023-12-05T15:58:30.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:30 smithi016 bash[25024]: audit 2023-12-05T15:58:28.725053+0000 mgr.y (mgr.14469) 166 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:58:30.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:30 smithi016 bash[30458]: audit 2023-12-05T15:58:28.725053+0000 mgr.y (mgr.14469) 166 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:58:30.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:30 smithi038 bash[25002]: audit 2023-12-05T15:58:28.725053+0000 mgr.y (mgr.14469) 166 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:58:31.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:31 smithi016 bash[25024]: cluster 2023-12-05T15:58:30.026873+0000 mgr.y (mgr.14469) 167 : 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 2023-12-05T15:58:31.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:31 smithi016 bash[30458]: cluster 2023-12-05T15:58:30.026873+0000 mgr.y (mgr.14469) 167 : 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 2023-12-05T15:58:31.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:31 smithi038 bash[25002]: cluster 2023-12-05T15:58:30.026873+0000 mgr.y (mgr.14469) 167 : 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 2023-12-05T15:58:33.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:33 smithi038 bash[25002]: cluster 2023-12-05T15:58:32.027681+0000 mgr.y (mgr.14469) 168 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:58:33.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:33 smithi016 bash[30458]: cluster 2023-12-05T15:58:32.027681+0000 mgr.y (mgr.14469) 168 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:58:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:33 smithi016 bash[25024]: cluster 2023-12-05T15:58:32.027681+0000 mgr.y (mgr.14469) 168 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:58:35.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:35 smithi038 bash[25002]: cluster 2023-12-05T15:58:34.029452+0000 mgr.y (mgr.14469) 169 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:58:35.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:35 smithi016 bash[30458]: cluster 2023-12-05T15:58:34.029452+0000 mgr.y (mgr.14469) 169 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:58:35.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:35 smithi016 bash[25024]: cluster 2023-12-05T15:58:34.029452+0000 mgr.y (mgr.14469) 169 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:58:37.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:37 smithi038 bash[25002]: cluster 2023-12-05T15:58:36.030243+0000 mgr.y (mgr.14469) 170 : 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 2023-12-05T15:58:37.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:37 smithi016 bash[30458]: cluster 2023-12-05T15:58:36.030243+0000 mgr.y (mgr.14469) 170 : 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 2023-12-05T15:58:37.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:37 smithi016 bash[25024]: cluster 2023-12-05T15:58:36.030243+0000 mgr.y (mgr.14469) 170 : 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 2023-12-05T15:58:38.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:58:38 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:58:38] "GET /metrics HTTP/1.1" 200 214839 "" "Prometheus/2.33.4" 2023-12-05T15:58:39.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:39 smithi038 bash[25002]: cluster 2023-12-05T15:58:38.031958+0000 mgr.y (mgr.14469) 171 : 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 2023-12-05T15:58:39.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:58:38 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:58:38] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:58:39.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:39 smithi016 bash[30458]: cluster 2023-12-05T15:58:38.031958+0000 mgr.y (mgr.14469) 171 : 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 2023-12-05T15:58:39.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:39 smithi016 bash[25024]: cluster 2023-12-05T15:58:38.031958+0000 mgr.y (mgr.14469) 171 : 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 2023-12-05T15:58:40.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:40 smithi038 bash[25002]: audit 2023-12-05T15:58:38.732941+0000 mgr.y (mgr.14469) 172 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:58:40.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:40 smithi016 bash[25024]: audit 2023-12-05T15:58:38.732941+0000 mgr.y (mgr.14469) 172 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:58:40.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:40 smithi016 bash[30458]: audit 2023-12-05T15:58:38.732941+0000 mgr.y (mgr.14469) 172 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:58:41.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:41 smithi038 bash[25002]: cluster 2023-12-05T15:58:40.032799+0000 mgr.y (mgr.14469) 173 : 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 2023-12-05T15:58:41.612 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:41 smithi016 bash[25024]: cluster 2023-12-05T15:58:40.032799+0000 mgr.y (mgr.14469) 173 : 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 2023-12-05T15:58:41.612 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:41 smithi016 bash[30458]: cluster 2023-12-05T15:58:40.032799+0000 mgr.y (mgr.14469) 173 : 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 2023-12-05T15:58:42.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:42 smithi016 bash[30458]: audit 2023-12-05T15:58:41.321060+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:58:42.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:42 smithi016 bash[30458]: audit 2023-12-05T15:58:41.323412+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:58:42.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:42 smithi016 bash[30458]: audit 2023-12-05T15:58:41.628489+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:58:42.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:42 smithi016 bash[30458]: audit 2023-12-05T15:58:41.919168+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:58:42.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:42 smithi016 bash[25024]: audit 2023-12-05T15:58:41.321060+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:58:42.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:42 smithi016 bash[25024]: audit 2023-12-05T15:58:41.323412+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:58:42.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:42 smithi016 bash[25024]: audit 2023-12-05T15:58:41.628489+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:58:42.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:42 smithi016 bash[25024]: audit 2023-12-05T15:58:41.919168+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:58:42.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:42 smithi038 bash[25002]: audit 2023-12-05T15:58:41.321060+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:58:42.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:42 smithi038 bash[25002]: audit 2023-12-05T15:58:41.323412+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:58:42.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:42 smithi038 bash[25002]: audit 2023-12-05T15:58:41.628489+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:58:42.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:42 smithi038 bash[25002]: audit 2023-12-05T15:58:41.919168+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:58:43.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:43 smithi038 bash[25002]: cluster 2023-12-05T15:58:42.033595+0000 mgr.y (mgr.14469) 174 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:58:43.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:43 smithi016 bash[25024]: cluster 2023-12-05T15:58:42.033595+0000 mgr.y (mgr.14469) 174 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:58:43.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:43 smithi016 bash[30458]: cluster 2023-12-05T15:58:42.033595+0000 mgr.y (mgr.14469) 174 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:58:45.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:45 smithi038 bash[25002]: cluster 2023-12-05T15:58:44.035371+0000 mgr.y (mgr.14469) 175 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:58:45.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:45 smithi016 bash[25024]: cluster 2023-12-05T15:58:44.035371+0000 mgr.y (mgr.14469) 175 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:58:45.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:45 smithi016 bash[30458]: cluster 2023-12-05T15:58:44.035371+0000 mgr.y (mgr.14469) 175 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:58:47.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:47 smithi038 bash[25002]: cluster 2023-12-05T15:58:46.036150+0000 mgr.y (mgr.14469) 176 : 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 2023-12-05T15:58:47.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:47 smithi016 bash[25024]: cluster 2023-12-05T15:58:46.036150+0000 mgr.y (mgr.14469) 176 : 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 2023-12-05T15:58:47.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:47 smithi016 bash[30458]: cluster 2023-12-05T15:58:46.036150+0000 mgr.y (mgr.14469) 176 : 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 2023-12-05T15:58:48.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:58:48 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:58:48] "GET /metrics HTTP/1.1" 200 214839 "" "Prometheus/2.33.4" 2023-12-05T15:58:49.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:49 smithi038 bash[25002]: cluster 2023-12-05T15:58:48.037852+0000 mgr.y (mgr.14469) 177 : 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 2023-12-05T15:58:49.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:58:48 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:58:48] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:58:49.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:49 smithi016 bash[25024]: cluster 2023-12-05T15:58:48.037852+0000 mgr.y (mgr.14469) 177 : 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 2023-12-05T15:58:49.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:49 smithi016 bash[30458]: cluster 2023-12-05T15:58:48.037852+0000 mgr.y (mgr.14469) 177 : 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 2023-12-05T15:58:50.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:50 smithi038 bash[25002]: audit 2023-12-05T15:58:48.735524+0000 mgr.y (mgr.14469) 178 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:58:50.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:50 smithi016 bash[30458]: audit 2023-12-05T15:58:48.735524+0000 mgr.y (mgr.14469) 178 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:58:50.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:50 smithi016 bash[25024]: audit 2023-12-05T15:58:48.735524+0000 mgr.y (mgr.14469) 178 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:58:51.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:51 smithi038 bash[25002]: cluster 2023-12-05T15:58:50.038624+0000 mgr.y (mgr.14469) 179 : 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 2023-12-05T15:58:51.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:51 smithi016 bash[25024]: cluster 2023-12-05T15:58:50.038624+0000 mgr.y (mgr.14469) 179 : 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 2023-12-05T15:58:51.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:51 smithi016 bash[30458]: cluster 2023-12-05T15:58:50.038624+0000 mgr.y (mgr.14469) 179 : 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 2023-12-05T15:58:53.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:53 smithi038 bash[25002]: cluster 2023-12-05T15:58:52.039312+0000 mgr.y (mgr.14469) 180 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:58:53.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:53 smithi038 bash[25002]: audit 2023-12-05T15:58:52.313252+0000 mon.b (mon.2) 108 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:58:53.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:53 smithi038 bash[25002]: audit 2023-12-05T15:58:52.314244+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:58:53.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:53 smithi038 bash[25002]: audit 2023-12-05T15:58:52.321673+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:58:53.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:53 smithi038 bash[25002]: audit 2023-12-05T15:58:52.322573+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:58:53.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:53 smithi016 bash[25024]: cluster 2023-12-05T15:58:52.039312+0000 mgr.y (mgr.14469) 180 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:58:53.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:53 smithi016 bash[25024]: audit 2023-12-05T15:58:52.313252+0000 mon.b (mon.2) 108 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:58:53.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:53 smithi016 bash[25024]: audit 2023-12-05T15:58:52.314244+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:58:53.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:53 smithi016 bash[25024]: audit 2023-12-05T15:58:52.321673+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:58:53.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:53 smithi016 bash[25024]: audit 2023-12-05T15:58:52.322573+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:58:53.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:53 smithi016 bash[30458]: cluster 2023-12-05T15:58:52.039312+0000 mgr.y (mgr.14469) 180 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:58:53.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:53 smithi016 bash[30458]: audit 2023-12-05T15:58:52.313252+0000 mon.b (mon.2) 108 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:58:53.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:53 smithi016 bash[30458]: audit 2023-12-05T15:58:52.314244+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:58:53.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:53 smithi016 bash[30458]: audit 2023-12-05T15:58:52.321673+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:58:53.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:53 smithi016 bash[30458]: audit 2023-12-05T15:58:52.322573+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:58:55.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:55 smithi038 bash[25002]: cluster 2023-12-05T15:58:54.041090+0000 mgr.y (mgr.14469) 181 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:58:55.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:55 smithi016 bash[25024]: cluster 2023-12-05T15:58:54.041090+0000 mgr.y (mgr.14469) 181 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:58:55.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:55 smithi016 bash[30458]: cluster 2023-12-05T15:58:54.041090+0000 mgr.y (mgr.14469) 181 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:58:57.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:57 smithi038 bash[25002]: cluster 2023-12-05T15:58:56.041890+0000 mgr.y (mgr.14469) 182 : 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 2023-12-05T15:58:57.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:57 smithi016 bash[25024]: cluster 2023-12-05T15:58:56.041890+0000 mgr.y (mgr.14469) 182 : 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 2023-12-05T15:58:57.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:57 smithi016 bash[30458]: cluster 2023-12-05T15:58:56.041890+0000 mgr.y (mgr.14469) 182 : 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 2023-12-05T15:58:58.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:58:58 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:58:58] "GET /metrics HTTP/1.1" 200 214855 "" "Prometheus/2.33.4" 2023-12-05T15:58:59.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:58:59 smithi038 bash[25002]: cluster 2023-12-05T15:58:58.043578+0000 mgr.y (mgr.14469) 183 : 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 2023-12-05T15:58:59.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:58:58 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:58:58] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:58:59.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:58:59 smithi016 bash[25024]: cluster 2023-12-05T15:58:58.043578+0000 mgr.y (mgr.14469) 183 : 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 2023-12-05T15:58:59.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:58:59 smithi016 bash[30458]: cluster 2023-12-05T15:58:58.043578+0000 mgr.y (mgr.14469) 183 : 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 2023-12-05T15:59:00.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:00 smithi038 bash[25002]: audit 2023-12-05T15:58:58.746890+0000 mgr.y (mgr.14469) 184 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:59:00.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:00 smithi016 bash[25024]: audit 2023-12-05T15:58:58.746890+0000 mgr.y (mgr.14469) 184 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:59:00.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:00 smithi016 bash[30458]: audit 2023-12-05T15:58:58.746890+0000 mgr.y (mgr.14469) 184 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:59:01.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:01 smithi038 bash[25002]: cluster 2023-12-05T15:59:00.044352+0000 mgr.y (mgr.14469) 185 : 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 2023-12-05T15:59:01.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:01 smithi016 bash[25024]: cluster 2023-12-05T15:59:00.044352+0000 mgr.y (mgr.14469) 185 : 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 2023-12-05T15:59:01.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:01 smithi016 bash[30458]: cluster 2023-12-05T15:59:00.044352+0000 mgr.y (mgr.14469) 185 : 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 2023-12-05T15:59:03.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:03 smithi038 bash[25002]: cluster 2023-12-05T15:59:02.045233+0000 mgr.y (mgr.14469) 186 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:59:03.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:03 smithi016 bash[25024]: cluster 2023-12-05T15:59:02.045233+0000 mgr.y (mgr.14469) 186 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:59:03.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:03 smithi016 bash[30458]: cluster 2023-12-05T15:59:02.045233+0000 mgr.y (mgr.14469) 186 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:59:05.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:05 smithi038 bash[25002]: cluster 2023-12-05T15:59:04.047086+0000 mgr.y (mgr.14469) 187 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:59:05.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:05 smithi016 bash[25024]: cluster 2023-12-05T15:59:04.047086+0000 mgr.y (mgr.14469) 187 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:59:05.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:05 smithi016 bash[30458]: cluster 2023-12-05T15:59:04.047086+0000 mgr.y (mgr.14469) 187 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:59:07.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:07 smithi038 bash[25002]: cluster 2023-12-05T15:59:06.048056+0000 mgr.y (mgr.14469) 188 : 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 2023-12-05T15:59:07.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:07 smithi016 bash[25024]: cluster 2023-12-05T15:59:06.048056+0000 mgr.y (mgr.14469) 188 : 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 2023-12-05T15:59:07.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:07 smithi016 bash[30458]: cluster 2023-12-05T15:59:06.048056+0000 mgr.y (mgr.14469) 188 : 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 2023-12-05T15:59:08.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:59:08 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:59:08] "GET /metrics HTTP/1.1" 200 214855 "" "Prometheus/2.33.4" 2023-12-05T15:59:09.205 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:59:08 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:59:08] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:59:09.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:09 smithi038 bash[25002]: cluster 2023-12-05T15:59:08.049756+0000 mgr.y (mgr.14469) 189 : 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 2023-12-05T15:59:09.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:09 smithi016 bash[25024]: cluster 2023-12-05T15:59:08.049756+0000 mgr.y (mgr.14469) 189 : 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 2023-12-05T15:59:09.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:09 smithi016 bash[30458]: cluster 2023-12-05T15:59:08.049756+0000 mgr.y (mgr.14469) 189 : 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 2023-12-05T15:59:10.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:10 smithi038 bash[25002]: audit 2023-12-05T15:59:08.758208+0000 mgr.y (mgr.14469) 190 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:59:10.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:10 smithi016 bash[25024]: audit 2023-12-05T15:59:08.758208+0000 mgr.y (mgr.14469) 190 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:59:10.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:10 smithi016 bash[30458]: audit 2023-12-05T15:59:08.758208+0000 mgr.y (mgr.14469) 190 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:59:11.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:11 smithi038 bash[25002]: cluster 2023-12-05T15:59:10.050486+0000 mgr.y (mgr.14469) 191 : 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 2023-12-05T15:59:11.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:11 smithi016 bash[30458]: cluster 2023-12-05T15:59:10.050486+0000 mgr.y (mgr.14469) 191 : 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 2023-12-05T15:59:11.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:11 smithi016 bash[25024]: cluster 2023-12-05T15:59:10.050486+0000 mgr.y (mgr.14469) 191 : 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 2023-12-05T15:59:13.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:13 smithi038 bash[25002]: cluster 2023-12-05T15:59:12.051210+0000 mgr.y (mgr.14469) 192 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:59:13.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:13 smithi016 bash[25024]: cluster 2023-12-05T15:59:12.051210+0000 mgr.y (mgr.14469) 192 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:59:13.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:13 smithi016 bash[30458]: cluster 2023-12-05T15:59:12.051210+0000 mgr.y (mgr.14469) 192 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:59:15.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:15 smithi038 bash[25002]: cluster 2023-12-05T15:59:14.053094+0000 mgr.y (mgr.14469) 193 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:59:15.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:15 smithi016 bash[25024]: cluster 2023-12-05T15:59:14.053094+0000 mgr.y (mgr.14469) 193 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:59:15.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:15 smithi016 bash[30458]: cluster 2023-12-05T15:59:14.053094+0000 mgr.y (mgr.14469) 193 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:59:17.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:17 smithi038 bash[25002]: cluster 2023-12-05T15:59:16.053994+0000 mgr.y (mgr.14469) 194 : 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 2023-12-05T15:59:17.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:17 smithi016 bash[25024]: cluster 2023-12-05T15:59:16.053994+0000 mgr.y (mgr.14469) 194 : 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 2023-12-05T15:59:17.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:17 smithi016 bash[30458]: cluster 2023-12-05T15:59:16.053994+0000 mgr.y (mgr.14469) 194 : 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 2023-12-05T15:59:18.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:59:18 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:59:18] "GET /metrics HTTP/1.1" 200 214855 "" "Prometheus/2.33.4" 2023-12-05T15:59:19.229 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:59:18 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:59:18] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:59:19.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:19 smithi038 bash[25002]: cluster 2023-12-05T15:59:18.055698+0000 mgr.y (mgr.14469) 195 : 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 2023-12-05T15:59:19.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:19 smithi016 bash[25024]: cluster 2023-12-05T15:59:18.055698+0000 mgr.y (mgr.14469) 195 : 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 2023-12-05T15:59:19.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:19 smithi016 bash[30458]: cluster 2023-12-05T15:59:18.055698+0000 mgr.y (mgr.14469) 195 : 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 2023-12-05T15:59:20.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:20 smithi038 bash[25002]: audit 2023-12-05T15:59:18.768952+0000 mgr.y (mgr.14469) 196 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:59:20.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:20 smithi016 bash[25024]: audit 2023-12-05T15:59:18.768952+0000 mgr.y (mgr.14469) 196 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:59:20.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:20 smithi016 bash[30458]: audit 2023-12-05T15:59:18.768952+0000 mgr.y (mgr.14469) 196 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:59:21.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:21 smithi038 bash[25002]: cluster 2023-12-05T15:59:20.056497+0000 mgr.y (mgr.14469) 197 : 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 2023-12-05T15:59:21.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:21 smithi016 bash[25024]: cluster 2023-12-05T15:59:20.056497+0000 mgr.y (mgr.14469) 197 : 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 2023-12-05T15:59:21.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:21 smithi016 bash[30458]: cluster 2023-12-05T15:59:20.056497+0000 mgr.y (mgr.14469) 197 : 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 2023-12-05T15:59:23.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:23 smithi038 bash[25002]: cluster 2023-12-05T15:59:22.057238+0000 mgr.y (mgr.14469) 198 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:59:23.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:23 smithi016 bash[30458]: cluster 2023-12-05T15:59:22.057238+0000 mgr.y (mgr.14469) 198 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:59:23.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:23 smithi016 bash[25024]: cluster 2023-12-05T15:59:22.057238+0000 mgr.y (mgr.14469) 198 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:59:25.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:25 smithi038 bash[25002]: cluster 2023-12-05T15:59:24.059021+0000 mgr.y (mgr.14469) 199 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:59:25.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:25 smithi016 bash[25024]: cluster 2023-12-05T15:59:24.059021+0000 mgr.y (mgr.14469) 199 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:59:25.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:25 smithi016 bash[30458]: cluster 2023-12-05T15:59:24.059021+0000 mgr.y (mgr.14469) 199 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:59:27.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:27 smithi038 bash[25002]: cluster 2023-12-05T15:59:26.059787+0000 mgr.y (mgr.14469) 200 : 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 2023-12-05T15:59:27.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:27 smithi016 bash[25024]: cluster 2023-12-05T15:59:26.059787+0000 mgr.y (mgr.14469) 200 : 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 2023-12-05T15:59:27.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:27 smithi016 bash[30458]: cluster 2023-12-05T15:59:26.059787+0000 mgr.y (mgr.14469) 200 : 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 2023-12-05T15:59:28.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:59:28 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:59:28] "GET /metrics HTTP/1.1" 200 214853 "" "Prometheus/2.33.4" 2023-12-05T15:59:29.251 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:59:28 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:59:28] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:59:29.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:29 smithi038 bash[25002]: cluster 2023-12-05T15:59:28.061505+0000 mgr.y (mgr.14469) 201 : 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 2023-12-05T15:59:29.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:29 smithi016 bash[25024]: cluster 2023-12-05T15:59:28.061505+0000 mgr.y (mgr.14469) 201 : 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 2023-12-05T15:59:29.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:29 smithi016 bash[30458]: cluster 2023-12-05T15:59:28.061505+0000 mgr.y (mgr.14469) 201 : 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 2023-12-05T15:59:30.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:30 smithi038 bash[25002]: audit 2023-12-05T15:59:28.776975+0000 mgr.y (mgr.14469) 202 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:59:30.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:30 smithi016 bash[25024]: audit 2023-12-05T15:59:28.776975+0000 mgr.y (mgr.14469) 202 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:59:30.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:30 smithi016 bash[30458]: audit 2023-12-05T15:59:28.776975+0000 mgr.y (mgr.14469) 202 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:59:31.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:31 smithi038 bash[25002]: cluster 2023-12-05T15:59:30.062298+0000 mgr.y (mgr.14469) 203 : 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 2023-12-05T15:59:31.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:31 smithi016 bash[25024]: cluster 2023-12-05T15:59:30.062298+0000 mgr.y (mgr.14469) 203 : 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 2023-12-05T15:59:31.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:31 smithi016 bash[30458]: cluster 2023-12-05T15:59:30.062298+0000 mgr.y (mgr.14469) 203 : 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 2023-12-05T15:59:33.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:33 smithi038 bash[25002]: cluster 2023-12-05T15:59:32.063074+0000 mgr.y (mgr.14469) 204 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:59:33.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:33 smithi016 bash[25024]: cluster 2023-12-05T15:59:32.063074+0000 mgr.y (mgr.14469) 204 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:59:33.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:33 smithi016 bash[30458]: cluster 2023-12-05T15:59:32.063074+0000 mgr.y (mgr.14469) 204 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:59:35.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:35 smithi038 bash[25002]: cluster 2023-12-05T15:59:34.064873+0000 mgr.y (mgr.14469) 205 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:59:35.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:35 smithi016 bash[25024]: cluster 2023-12-05T15:59:34.064873+0000 mgr.y (mgr.14469) 205 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:59:35.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:35 smithi016 bash[30458]: cluster 2023-12-05T15:59:34.064873+0000 mgr.y (mgr.14469) 205 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:59:37.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:37 smithi038 bash[25002]: cluster 2023-12-05T15:59:36.065629+0000 mgr.y (mgr.14469) 206 : 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 2023-12-05T15:59:37.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:37 smithi016 bash[25024]: cluster 2023-12-05T15:59:36.065629+0000 mgr.y (mgr.14469) 206 : 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 2023-12-05T15:59:37.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:37 smithi016 bash[30458]: cluster 2023-12-05T15:59:36.065629+0000 mgr.y (mgr.14469) 206 : 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 2023-12-05T15:59:38.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:59:38 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:59:38] "GET /metrics HTTP/1.1" 200 214846 "" "Prometheus/2.33.4" 2023-12-05T15:59:39.054 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-05T15:59:39.274 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:59:38 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:59:38] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:59:39.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:39 smithi038 bash[25002]: cluster 2023-12-05T15:59:38.067325+0000 mgr.y (mgr.14469) 207 : 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 2023-12-05T15:59:39.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:39 smithi016 bash[25024]: cluster 2023-12-05T15:59:38.067325+0000 mgr.y (mgr.14469) 207 : 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 2023-12-05T15:59:39.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:39 smithi016 bash[30458]: cluster 2023-12-05T15:59:38.067325+0000 mgr.y (mgr.14469) 207 : 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 2023-12-05T15:59:40.538 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:40 smithi016 bash[25024]: audit 2023-12-05T15:59:38.783181+0000 mgr.y (mgr.14469) 208 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:59:40.539 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:40 smithi016 bash[30458]: audit 2023-12-05T15:59:38.783181+0000 mgr.y (mgr.14469) 208 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:59:40.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:40 smithi038 bash[25002]: audit 2023-12-05T15:59:38.783181+0000 mgr.y (mgr.14469) 208 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:59:41.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:41 smithi038 bash[25002]: cluster 2023-12-05T15:59:40.068166+0000 mgr.y (mgr.14469) 209 : 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 2023-12-05T15:59:41.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:41 smithi016 bash[30458]: cluster 2023-12-05T15:59:40.068166+0000 mgr.y (mgr.14469) 209 : 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 2023-12-05T15:59:41.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:41 smithi016 bash[25024]: cluster 2023-12-05T15:59:40.068166+0000 mgr.y (mgr.14469) 209 : 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 2023-12-05T15:59:42.519 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:42 smithi038 bash[25002]: audit 2023-12-05T15:59:41.934039+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:59:42.519 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:42 smithi038 bash[25002]: audit 2023-12-05T15:59:41.936262+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:59:42.519 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:42 smithi038 bash[25002]: audit 2023-12-05T15:59:42.238202+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:59:42.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:42 smithi016 bash[25024]: audit 2023-12-05T15:59:41.934039+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:59:42.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:42 smithi016 bash[25024]: audit 2023-12-05T15:59:41.936262+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:59:42.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:42 smithi016 bash[25024]: audit 2023-12-05T15:59:42.238202+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:59:42.537 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:42 smithi016 bash[30458]: audit 2023-12-05T15:59:41.934039+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:59:42.537 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:42 smithi016 bash[30458]: audit 2023-12-05T15:59:41.936262+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:59:42.537 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:42 smithi016 bash[30458]: audit 2023-12-05T15:59:42.238202+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:59:43.263 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-05T15:59:43.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:43 smithi038 bash[25002]: cluster 2023-12-05T15:59:42.068929+0000 mgr.y (mgr.14469) 210 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:59:43.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:43 smithi038 bash[25002]: audit 2023-12-05T15:59:42.525577+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:59:43.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:43 smithi016 bash[25024]: cluster 2023-12-05T15:59:42.068929+0000 mgr.y (mgr.14469) 210 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:59:43.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:43 smithi016 bash[25024]: audit 2023-12-05T15:59:42.525577+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:59:43.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:43 smithi016 bash[30458]: cluster 2023-12-05T15:59:42.068929+0000 mgr.y (mgr.14469) 210 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:59:43.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:43 smithi016 bash[30458]: audit 2023-12-05T15:59:42.525577+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:59:45.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:45 smithi038 bash[25002]: cluster 2023-12-05T15:59:44.070697+0000 mgr.y (mgr.14469) 211 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:59:45.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:45 smithi016 bash[25024]: cluster 2023-12-05T15:59:44.070697+0000 mgr.y (mgr.14469) 211 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:59:45.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:45 smithi016 bash[30458]: cluster 2023-12-05T15:59:44.070697+0000 mgr.y (mgr.14469) 211 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:59:47.130 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-05T15:59:47.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:47 smithi016 bash[25024]: cluster 2023-12-05T15:59:46.071402+0000 mgr.y (mgr.14469) 212 : 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 2023-12-05T15:59:47.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:47 smithi016 bash[30458]: cluster 2023-12-05T15:59:46.071402+0000 mgr.y (mgr.14469) 212 : 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 2023-12-05T15:59:47.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:47 smithi038 bash[25002]: cluster 2023-12-05T15:59:46.071402+0000 mgr.y (mgr.14469) 212 : 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 2023-12-05T15:59:48.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:59:48 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:59:48] "GET /metrics HTTP/1.1" 200 214846 "" "Prometheus/2.33.4" 2023-12-05T15:59:49.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:59:48 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:59:48] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:59:49.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:49 smithi038 bash[25002]: cluster 2023-12-05T15:59:48.073103+0000 mgr.y (mgr.14469) 213 : 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 2023-12-05T15:59:49.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:49 smithi016 bash[25024]: cluster 2023-12-05T15:59:48.073103+0000 mgr.y (mgr.14469) 213 : 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 2023-12-05T15:59:49.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:49 smithi016 bash[30458]: cluster 2023-12-05T15:59:48.073103+0000 mgr.y (mgr.14469) 213 : 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 2023-12-05T15:59:50.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:50 smithi016 bash[25024]: audit 2023-12-05T15:59:48.789399+0000 mgr.y (mgr.14469) 214 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:59:50.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:50 smithi016 bash[30458]: audit 2023-12-05T15:59:48.789399+0000 mgr.y (mgr.14469) 214 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:59:50.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:50 smithi038 bash[25002]: audit 2023-12-05T15:59:48.789399+0000 mgr.y (mgr.14469) 214 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T15:59:51.013 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-05T15:59:51.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:51 smithi038 bash[25002]: cluster 2023-12-05T15:59:50.073813+0000 mgr.y (mgr.14469) 215 : 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 2023-12-05T15:59:51.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:51 smithi016 bash[25024]: cluster 2023-12-05T15:59:50.073813+0000 mgr.y (mgr.14469) 215 : 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 2023-12-05T15:59:51.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:51 smithi016 bash[30458]: cluster 2023-12-05T15:59:50.073813+0000 mgr.y (mgr.14469) 215 : 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 2023-12-05T15:59:52.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:52 smithi038 bash[25002]: audit 2023-12-05T15:59:52.320352+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:59:52.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:52 smithi038 bash[25002]: audit 2023-12-05T15:59:52.321148+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:59:52.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:52 smithi038 bash[25002]: audit 2023-12-05T15:59:52.329060+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:59:52.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:52 smithi038 bash[25002]: audit 2023-12-05T15:59:52.329817+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:59:52.848 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:52 smithi016 bash[30458]: audit 2023-12-05T15:59:52.320352+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:59:52.848 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:52 smithi016 bash[30458]: audit 2023-12-05T15:59:52.321148+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:59:52.848 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:52 smithi016 bash[30458]: audit 2023-12-05T15:59:52.329060+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:59:52.849 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:52 smithi016 bash[30458]: audit 2023-12-05T15:59:52.329817+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:59:52.849 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:52 smithi016 bash[25024]: audit 2023-12-05T15:59:52.320352+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:59:52.849 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:52 smithi016 bash[25024]: audit 2023-12-05T15:59:52.321148+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T15:59:52.849 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:52 smithi016 bash[25024]: audit 2023-12-05T15:59:52.329060+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:59:52.849 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:52 smithi016 bash[25024]: audit 2023-12-05T15:59:52.329817+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T15:59:53.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:53 smithi038 bash[25002]: cluster 2023-12-05T15:59:52.074445+0000 mgr.y (mgr.14469) 216 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:59:53.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:53 smithi016 bash[25024]: cluster 2023-12-05T15:59:52.074445+0000 mgr.y (mgr.14469) 216 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:59:53.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:53 smithi016 bash[30458]: cluster 2023-12-05T15:59:52.074445+0000 mgr.y (mgr.14469) 216 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T15:59:54.154 INFO:teuthology.orchestra.run.smithi016.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T15:59:54.954 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-05T15:59:54.963 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi016.front.sepia.ceph.com 2023-12-05T15:59:54.963 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2023-12-05T15:59:55.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:55 smithi016 bash[25024]: cluster 2023-12-05T15:59:54.076167+0000 mgr.y (mgr.14469) 217 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:59:55.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:55 smithi016 bash[25024]: audit 2023-12-05T15:59:54.134882+0000 mgr.y (mgr.14469) 218 : audit [DBG] from='client.24976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:59:55.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:55 smithi016 bash[25024]: cephadm 2023-12-05T15:59:54.136729+0000 mgr.y (mgr.14469) 219 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T15:59:55.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:55 smithi016 bash[25024]: audit 2023-12-05T15:59:54.143299+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:59:55.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:55 smithi016 bash[25024]: audit 2023-12-05T15:59:54.183648+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:59:55.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:55 smithi016 bash[25024]: audit 2023-12-05T15:59:54.185633+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:59:55.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:55 smithi016 bash[25024]: audit 2023-12-05T15:59:54.196091+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:59:55.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:55 smithi016 bash[25024]: cephadm 2023-12-05T15:59:54.204508+0000 mgr.y (mgr.14469) 220 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T15:59:55.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:55 smithi016 bash[30458]: cluster 2023-12-05T15:59:54.076167+0000 mgr.y (mgr.14469) 217 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:59:55.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:55 smithi016 bash[30458]: audit 2023-12-05T15:59:54.134882+0000 mgr.y (mgr.14469) 218 : audit [DBG] from='client.24976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:59:55.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:55 smithi016 bash[30458]: cephadm 2023-12-05T15:59:54.136729+0000 mgr.y (mgr.14469) 219 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T15:59:55.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:55 smithi016 bash[30458]: audit 2023-12-05T15:59:54.143299+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:59:55.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:55 smithi016 bash[30458]: audit 2023-12-05T15:59:54.183648+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:59:55.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:55 smithi016 bash[30458]: audit 2023-12-05T15:59:54.185633+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:59:55.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:55 smithi016 bash[30458]: audit 2023-12-05T15:59:54.196091+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:59:55.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:55 smithi016 bash[30458]: cephadm 2023-12-05T15:59:54.204508+0000 mgr.y (mgr.14469) 220 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T15:59:55.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:55 smithi038 bash[25002]: cluster 2023-12-05T15:59:54.076167+0000 mgr.y (mgr.14469) 217 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T15:59:55.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:55 smithi038 bash[25002]: audit 2023-12-05T15:59:54.134882+0000 mgr.y (mgr.14469) 218 : audit [DBG] from='client.24976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:59:55.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:55 smithi038 bash[25002]: cephadm 2023-12-05T15:59:54.136729+0000 mgr.y (mgr.14469) 219 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T15:59:55.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:55 smithi038 bash[25002]: audit 2023-12-05T15:59:54.143299+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:59:55.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:55 smithi038 bash[25002]: audit 2023-12-05T15:59:54.183648+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T15:59:55.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:55 smithi038 bash[25002]: audit 2023-12-05T15:59:54.185633+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T15:59:55.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:55 smithi038 bash[25002]: audit 2023-12-05T15:59:54.196091+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T15:59:55.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:55 smithi038 bash[25002]: cephadm 2023-12-05T15:59:54.204508+0000 mgr.y (mgr.14469) 220 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T15:59:57.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:57 smithi038 bash[25002]: cluster 2023-12-05T15:59:56.077079+0000 mgr.y (mgr.14469) 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 2023-12-05T15:59:57.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:57 smithi016 bash[25024]: cluster 2023-12-05T15:59:56.077079+0000 mgr.y (mgr.14469) 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 2023-12-05T15:59:57.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:57 smithi016 bash[30458]: cluster 2023-12-05T15:59:56.077079+0000 mgr.y (mgr.14469) 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 2023-12-05T15:59:58.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 15:59:58 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:59:58] "GET /metrics HTTP/1.1" 200 214812 "" "Prometheus/2.33.4" 2023-12-05T15:59:58.752 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T15:59:59.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 15:59:58 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:15:59:58] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T15:59:59.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:59 smithi038 bash[25002]: cluster 2023-12-05T15:59:58.078575+0000 mgr.y (mgr.14469) 222 : 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 2023-12-05T15:59:59.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 15:59:59 smithi038 bash[25002]: audit 2023-12-05T15:59:58.731343+0000 mgr.y (mgr.14469) 223 : audit [DBG] from='client.24982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:59:59.536 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T15:59:59.536 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (3m) 2m ago 4m 15.1M - ba2b418f427c 081d153fb6f3 2023-12-05T15:59:59.536 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (4m) 2m ago 4m 46.3M - 8.3.5 dad864ee21e9 2ab2d15f5da7 2023-12-05T15:59:59.536 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (2m) 2m ago 2m 66.1M - 3.5 e1d6a67b021e 0469dce4c73a 2023-12-05T15:59:59.536 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443 running (10m) 2m ago 10m 405M - 17.2.0 e1d6a67b021e bd42baf0c942 2023-12-05T15:59:59.536 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:9283 running (12m) 2m ago 12m 451M - 17.2.0 e1d6a67b021e f9ce69c968fc 2023-12-05T15:59:59.536 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (12m) 2m ago 12m 55.5M 2048M 17.2.0 e1d6a67b021e 0139c8c8b6bf 2023-12-05T15:59:59.536 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (10m) 2m ago 10m 43.8M 2048M 17.2.0 e1d6a67b021e cedaff747574 2023-12-05T15:59:59.537 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (10m) 2m ago 10m 41.1M 2048M 17.2.0 e1d6a67b021e 4aaf0f854d64 2023-12-05T15:59:59.537 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (4m) 2m ago 4m 10.7M - 1dbe0e931976 6c11cf7ea2bc 2023-12-05T15:59:59.537 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (4m) 2m ago 4m 13.5M - 1dbe0e931976 5ed44184ac56 2023-12-05T15:59:59.537 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (9m) 2m ago 9m 54.8M 4062M 17.2.0 e1d6a67b021e 4f30dfb19a1d 2023-12-05T15:59:59.537 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (9m) 2m ago 9m 55.3M 4062M 17.2.0 e1d6a67b021e 86b3fa0a663f 2023-12-05T15:59:59.537 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (8m) 2m ago 8m 52.5M 4062M 17.2.0 e1d6a67b021e 4490977f74dc 2023-12-05T15:59:59.537 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (7m) 2m ago 8m 50.3M 4062M 17.2.0 e1d6a67b021e 715c72066f0e 2023-12-05T15:59:59.537 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (7m) 2m ago 7m 52.2M 4318M 17.2.0 e1d6a67b021e 1e5c4e736858 2023-12-05T15:59:59.537 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (6m) 2m ago 6m 49.4M 4318M 17.2.0 e1d6a67b021e 8938c96c499f 2023-12-05T15:59:59.537 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (6m) 2m ago 6m 49.7M 4318M 17.2.0 e1d6a67b021e ac02a2497ba9 2023-12-05T15:59:59.537 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (5m) 2m ago 5m 51.0M 4318M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T15:59:59.537 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (3m) 2m ago 4m 44.5M - 514e6a882f6e 778b6302b2cd 2023-12-05T15:59:59.537 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (2m) 2m ago 2m 84.1M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T15:59:59.537 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (2m) 2m ago 2m 82.9M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T15:59:59.537 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (2m) 2m ago 2m 83.4M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T15:59:59.537 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (2m) 2m ago 2m 82.8M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T15:59:59.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:59 smithi016 bash[30458]: cluster 2023-12-05T15:59:58.078575+0000 mgr.y (mgr.14469) 222 : 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 2023-12-05T15:59:59.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 15:59:59 smithi016 bash[30458]: audit 2023-12-05T15:59:58.731343+0000 mgr.y (mgr.14469) 223 : audit [DBG] from='client.24982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T15:59:59.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:59 smithi016 bash[25024]: cluster 2023-12-05T15:59:58.078575+0000 mgr.y (mgr.14469) 222 : 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 2023-12-05T15:59:59.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 15:59:59 smithi016 bash[25024]: audit 2023-12-05T15:59:58.731343+0000 mgr.y (mgr.14469) 223 : audit [DBG] from='client.24982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:00.002 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:00:00.002 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:00:00.002 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-05T16:00:00.002 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:00:00.002 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:00:00.002 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:00:00.003 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:00:00.003 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:00:00.003 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:00:00.003 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:00:00.003 INFO:teuthology.orchestra.run.smithi016.stdout: "mds": {}, 2023-12-05T16:00:00.003 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:00:00.003 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:00:00.003 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:00:00.003 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:00:00.003 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-05T16:00:00.003 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:00:00.003 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:00:00.405 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:00:00.405 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:00:00.405 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:00:00.406 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [], 2023-12-05T16:00:00.406 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "", 2023-12-05T16:00:00.406 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 image" 2023-12-05T16:00:00.406 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:00:00.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:00 smithi038 bash[25002]: audit 2023-12-05T15:59:58.796865+0000 mgr.y (mgr.14469) 224 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:00:00.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:00 smithi038 bash[25002]: audit 2023-12-05T15:59:59.130746+0000 mgr.y (mgr.14469) 225 : audit [DBG] from='client.24988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:00.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:00 smithi038 bash[25002]: audit 2023-12-05T15:59:59.515881+0000 mgr.y (mgr.14469) 226 : audit [DBG] from='client.15099 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:00.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:00 smithi038 bash[25002]: audit 2023-12-05T15:59:59.997625+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.16:0/2154510910' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:00:00.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:00 smithi038 bash[25002]: cluster 2023-12-05T16:00:00.000095+0000 mon.a (mon.0) 809 : cluster [INF] overall HEALTH_OK 2023-12-05T16:00:00.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:00 smithi016 bash[25024]: audit 2023-12-05T15:59:58.796865+0000 mgr.y (mgr.14469) 224 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:00:00.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:00 smithi016 bash[25024]: audit 2023-12-05T15:59:59.130746+0000 mgr.y (mgr.14469) 225 : audit [DBG] from='client.24988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:00.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:00 smithi016 bash[25024]: audit 2023-12-05T15:59:59.515881+0000 mgr.y (mgr.14469) 226 : audit [DBG] from='client.15099 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:00.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:00 smithi016 bash[25024]: audit 2023-12-05T15:59:59.997625+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.16:0/2154510910' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:00:00.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:00 smithi016 bash[25024]: cluster 2023-12-05T16:00:00.000095+0000 mon.a (mon.0) 809 : cluster [INF] overall HEALTH_OK 2023-12-05T16:00:00.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:00 smithi016 bash[30458]: audit 2023-12-05T15:59:58.796865+0000 mgr.y (mgr.14469) 224 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:00:00.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:00 smithi016 bash[30458]: audit 2023-12-05T15:59:59.130746+0000 mgr.y (mgr.14469) 225 : audit [DBG] from='client.24988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:00.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:00 smithi016 bash[30458]: audit 2023-12-05T15:59:59.515881+0000 mgr.y (mgr.14469) 226 : audit [DBG] from='client.15099 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:00.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:00 smithi016 bash[30458]: audit 2023-12-05T15:59:59.997625+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.16:0/2154510910' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:00:00.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:00 smithi016 bash[30458]: cluster 2023-12-05T16:00:00.000095+0000 mon.a (mon.0) 809 : cluster [INF] overall HEALTH_OK 2023-12-05T16:00:00.875 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_OK 2023-12-05T16:00:01.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:01 smithi038 bash[25002]: cluster 2023-12-05T16:00:00.079218+0000 mgr.y (mgr.14469) 227 : 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 2023-12-05T16:00:01.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:01 smithi038 bash[25002]: audit 2023-12-05T16:00:00.400865+0000 mgr.y (mgr.14469) 228 : audit [DBG] from='client.25006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:01.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:01 smithi038 bash[25002]: audit 2023-12-05T16:00:00.870979+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.16:0/256654863' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:00:01.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:01 smithi016 bash[30458]: cluster 2023-12-05T16:00:00.079218+0000 mgr.y (mgr.14469) 227 : 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 2023-12-05T16:00:01.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:01 smithi016 bash[30458]: audit 2023-12-05T16:00:00.400865+0000 mgr.y (mgr.14469) 228 : audit [DBG] from='client.25006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:01.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:01 smithi016 bash[30458]: audit 2023-12-05T16:00:00.870979+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.16:0/256654863' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:00:01.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:01 smithi016 bash[25024]: cluster 2023-12-05T16:00:00.079218+0000 mgr.y (mgr.14469) 227 : 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 2023-12-05T16:00:01.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:01 smithi016 bash[25024]: audit 2023-12-05T16:00:00.400865+0000 mgr.y (mgr.14469) 228 : audit [DBG] from='client.25006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:01.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:01 smithi016 bash[25024]: audit 2023-12-05T16:00:00.870979+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.16:0/256654863' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:00:03.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:03 smithi038 bash[25002]: cluster 2023-12-05T16:00:02.079905+0000 mgr.y (mgr.14469) 229 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:00:03.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:03 smithi016 bash[25024]: cluster 2023-12-05T16:00:02.079905+0000 mgr.y (mgr.14469) 229 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:00:03.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:03 smithi016 bash[30458]: cluster 2023-12-05T16:00:02.079905+0000 mgr.y (mgr.14469) 229 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:00:05.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:05 smithi038 bash[25002]: cluster 2023-12-05T16:00:04.081515+0000 mgr.y (mgr.14469) 230 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:00:05.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:05 smithi016 bash[25024]: cluster 2023-12-05T16:00:04.081515+0000 mgr.y (mgr.14469) 230 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:00:05.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:05 smithi016 bash[30458]: cluster 2023-12-05T16:00:04.081515+0000 mgr.y (mgr.14469) 230 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:00:07.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:07 smithi038 bash[25002]: cluster 2023-12-05T16:00:06.082188+0000 mgr.y (mgr.14469) 231 : 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 2023-12-05T16:00:07.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:07 smithi016 bash[30458]: cluster 2023-12-05T16:00:06.082188+0000 mgr.y (mgr.14469) 231 : 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 2023-12-05T16:00:07.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:07 smithi016 bash[25024]: cluster 2023-12-05T16:00:06.082188+0000 mgr.y (mgr.14469) 231 : 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 2023-12-05T16:00:08.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:00:08 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:00:08] "GET /metrics HTTP/1.1" 200 214784 "" "Prometheus/2.33.4" 2023-12-05T16:00:09.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:09 smithi038 bash[25002]: cluster 2023-12-05T16:00:08.083693+0000 mgr.y (mgr.14469) 232 : 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 2023-12-05T16:00:09.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:00:08 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:00:08] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T16:00:09.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:09 smithi016 bash[25024]: cluster 2023-12-05T16:00:08.083693+0000 mgr.y (mgr.14469) 232 : 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 2023-12-05T16:00:09.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:09 smithi016 bash[30458]: cluster 2023-12-05T16:00:08.083693+0000 mgr.y (mgr.14469) 232 : 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 2023-12-05T16:00:10.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:10 smithi038 bash[25002]: audit 2023-12-05T16:00:08.804945+0000 mgr.y (mgr.14469) 233 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:00:10.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:10 smithi016 bash[25024]: audit 2023-12-05T16:00:08.804945+0000 mgr.y (mgr.14469) 233 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:00:10.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:10 smithi016 bash[30458]: audit 2023-12-05T16:00:08.804945+0000 mgr.y (mgr.14469) 233 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:00:11.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:11 smithi038 bash[25002]: cluster 2023-12-05T16:00:10.084353+0000 mgr.y (mgr.14469) 234 : 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 2023-12-05T16:00:11.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:11 smithi016 bash[25024]: cluster 2023-12-05T16:00:10.084353+0000 mgr.y (mgr.14469) 234 : 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 2023-12-05T16:00:11.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:11 smithi016 bash[30458]: cluster 2023-12-05T16:00:10.084353+0000 mgr.y (mgr.14469) 234 : 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 2023-12-05T16:00:13.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:13 smithi038 bash[25002]: cluster 2023-12-05T16:00:12.085181+0000 mgr.y (mgr.14469) 235 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:00:13.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:13 smithi016 bash[25024]: cluster 2023-12-05T16:00:12.085181+0000 mgr.y (mgr.14469) 235 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:00:13.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:13 smithi016 bash[30458]: cluster 2023-12-05T16:00:12.085181+0000 mgr.y (mgr.14469) 235 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:00:15.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:15 smithi038 bash[25002]: cluster 2023-12-05T16:00:14.086752+0000 mgr.y (mgr.14469) 236 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:00:15.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:15 smithi016 bash[25024]: cluster 2023-12-05T16:00:14.086752+0000 mgr.y (mgr.14469) 236 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:00:15.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:15 smithi016 bash[30458]: cluster 2023-12-05T16:00:14.086752+0000 mgr.y (mgr.14469) 236 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:00:17.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:17 smithi038 bash[25002]: cluster 2023-12-05T16:00:16.087319+0000 mgr.y (mgr.14469) 237 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:00:17.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:17 smithi016 bash[25024]: cluster 2023-12-05T16:00:16.087319+0000 mgr.y (mgr.14469) 237 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:00:17.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:17 smithi016 bash[30458]: cluster 2023-12-05T16:00:16.087319+0000 mgr.y (mgr.14469) 237 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:00:18.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:00:18 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:00:18] "GET /metrics HTTP/1.1" 200 214784 "" "Prometheus/2.33.4" 2023-12-05T16:00:19.201 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:00:18 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:00:18] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T16:00:19.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:19 smithi038 bash[25002]: cluster 2023-12-05T16:00:18.088658+0000 mgr.y (mgr.14469) 238 : 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 2023-12-05T16:00:19.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:19 smithi016 bash[25024]: cluster 2023-12-05T16:00:18.088658+0000 mgr.y (mgr.14469) 238 : 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 2023-12-05T16:00:19.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:19 smithi016 bash[30458]: cluster 2023-12-05T16:00:18.088658+0000 mgr.y (mgr.14469) 238 : 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 2023-12-05T16:00:20.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:20 smithi038 bash[25002]: audit 2023-12-05T16:00:18.813934+0000 mgr.y (mgr.14469) 239 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:00:20.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:20 smithi016 bash[25024]: audit 2023-12-05T16:00:18.813934+0000 mgr.y (mgr.14469) 239 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:00:20.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:20 smithi016 bash[30458]: audit 2023-12-05T16:00:18.813934+0000 mgr.y (mgr.14469) 239 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:00:21.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:21 smithi038 bash[25002]: cluster 2023-12-05T16:00:20.089437+0000 mgr.y (mgr.14469) 240 : 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 2023-12-05T16:00:21.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:21 smithi016 bash[25024]: cluster 2023-12-05T16:00:20.089437+0000 mgr.y (mgr.14469) 240 : 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 2023-12-05T16:00:21.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:21 smithi016 bash[30458]: cluster 2023-12-05T16:00:20.089437+0000 mgr.y (mgr.14469) 240 : 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 2023-12-05T16:00:23.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:23 smithi038 bash[25002]: cluster 2023-12-05T16:00:22.090007+0000 mgr.y (mgr.14469) 241 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:00:23.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:23 smithi016 bash[25024]: cluster 2023-12-05T16:00:22.090007+0000 mgr.y (mgr.14469) 241 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:00:23.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:23 smithi016 bash[30458]: cluster 2023-12-05T16:00:22.090007+0000 mgr.y (mgr.14469) 241 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:00:25.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:25 smithi038 bash[25002]: cluster 2023-12-05T16:00:24.091527+0000 mgr.y (mgr.14469) 242 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:00:25.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:25 smithi016 bash[25024]: cluster 2023-12-05T16:00:24.091527+0000 mgr.y (mgr.14469) 242 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:00:25.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:25 smithi016 bash[30458]: cluster 2023-12-05T16:00:24.091527+0000 mgr.y (mgr.14469) 242 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:00:27.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:27 smithi038 bash[25002]: cluster 2023-12-05T16:00:26.092092+0000 mgr.y (mgr.14469) 243 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:00:27.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:27 smithi016 bash[25024]: cluster 2023-12-05T16:00:26.092092+0000 mgr.y (mgr.14469) 243 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:00:27.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:27 smithi016 bash[30458]: cluster 2023-12-05T16:00:26.092092+0000 mgr.y (mgr.14469) 243 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:00:28.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:00:28 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:00:28] "GET /metrics HTTP/1.1" 200 214781 "" "Prometheus/2.33.4" 2023-12-05T16:00:29.217 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:00:28 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:00:28] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T16:00:29.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:29 smithi038 bash[25002]: cluster 2023-12-05T16:00:28.093700+0000 mgr.y (mgr.14469) 244 : 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 2023-12-05T16:00:29.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:29 smithi016 bash[25024]: cluster 2023-12-05T16:00:28.093700+0000 mgr.y (mgr.14469) 244 : 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 2023-12-05T16:00:29.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:29 smithi016 bash[30458]: cluster 2023-12-05T16:00:28.093700+0000 mgr.y (mgr.14469) 244 : 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 2023-12-05T16:00:30.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:30 smithi038 bash[25002]: audit 2023-12-05T16:00:28.824894+0000 mgr.y (mgr.14469) 245 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:00:30.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:30 smithi016 bash[25024]: audit 2023-12-05T16:00:28.824894+0000 mgr.y (mgr.14469) 245 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:00:30.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:30 smithi016 bash[30458]: audit 2023-12-05T16:00:28.824894+0000 mgr.y (mgr.14469) 245 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:00:31.263 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:00:31.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:31 smithi038 bash[25002]: cluster 2023-12-05T16:00:30.094258+0000 mgr.y (mgr.14469) 246 : 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 2023-12-05T16:00:31.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:31 smithi016 bash[25024]: cluster 2023-12-05T16:00:30.094258+0000 mgr.y (mgr.14469) 246 : 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 2023-12-05T16:00:31.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:31 smithi016 bash[30458]: cluster 2023-12-05T16:00:30.094258+0000 mgr.y (mgr.14469) 246 : 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 2023-12-05T16:00:31.973 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:00:31.973 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (4m) 2m ago 5m 15.1M - ba2b418f427c 081d153fb6f3 2023-12-05T16:00:31.973 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (4m) 3m ago 4m 46.3M - 8.3.5 dad864ee21e9 2ab2d15f5da7 2023-12-05T16:00:31.974 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (2m) 2m ago 2m 66.1M - 3.5 e1d6a67b021e 0469dce4c73a 2023-12-05T16:00:31.974 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443 running (10m) 3m ago 10m 405M - 17.2.0 e1d6a67b021e bd42baf0c942 2023-12-05T16:00:31.974 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:9283 running (12m) 2m ago 12m 451M - 17.2.0 e1d6a67b021e f9ce69c968fc 2023-12-05T16:00:31.974 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (12m) 2m ago 13m 55.5M 2048M 17.2.0 e1d6a67b021e 0139c8c8b6bf 2023-12-05T16:00:31.974 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (11m) 3m ago 11m 43.8M 2048M 17.2.0 e1d6a67b021e cedaff747574 2023-12-05T16:00:31.974 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (11m) 2m ago 11m 41.1M 2048M 17.2.0 e1d6a67b021e 4aaf0f854d64 2023-12-05T16:00:31.974 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (5m) 2m ago 5m 10.7M - 1dbe0e931976 6c11cf7ea2bc 2023-12-05T16:00:31.974 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (5m) 3m ago 5m 13.5M - 1dbe0e931976 5ed44184ac56 2023-12-05T16:00:31.974 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (10m) 2m ago 10m 54.8M 4062M 17.2.0 e1d6a67b021e 4f30dfb19a1d 2023-12-05T16:00:31.974 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (9m) 2m ago 9m 55.3M 4062M 17.2.0 e1d6a67b021e 86b3fa0a663f 2023-12-05T16:00:31.974 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (9m) 2m ago 9m 52.5M 4062M 17.2.0 e1d6a67b021e 4490977f74dc 2023-12-05T16:00:31.974 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (8m) 2m ago 8m 50.3M 4062M 17.2.0 e1d6a67b021e 715c72066f0e 2023-12-05T16:00:31.974 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (7m) 3m ago 8m 52.2M 4318M 17.2.0 e1d6a67b021e 1e5c4e736858 2023-12-05T16:00:31.974 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (7m) 3m ago 7m 49.4M 4318M 17.2.0 e1d6a67b021e 8938c96c499f 2023-12-05T16:00:31.974 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (6m) 3m ago 6m 49.7M 4318M 17.2.0 e1d6a67b021e ac02a2497ba9 2023-12-05T16:00:31.975 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (6m) 3m ago 6m 51.0M 4318M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T16:00:31.975 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (4m) 3m ago 5m 44.5M - 514e6a882f6e 778b6302b2cd 2023-12-05T16:00:31.975 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (3m) 2m ago 3m 84.1M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:00:31.975 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (3m) 3m ago 3m 82.9M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:00:31.975 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (3m) 2m ago 3m 83.4M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:00:31.975 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (3m) 3m ago 3m 82.8M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:00:32.405 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:00:32.405 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:00:32.405 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-05T16:00:32.405 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:00:32.405 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:00:32.405 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:00:32.405 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:00:32.405 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:00:32.405 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:00:32.406 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:00:32.406 INFO:teuthology.orchestra.run.smithi016.stdout: "mds": {}, 2023-12-05T16:00:32.406 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:00:32.406 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:00:32.406 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:00:32.406 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:00:32.406 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-05T16:00:32.406 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:00:32.406 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:00:32.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:32 smithi038 bash[25002]: audit 2023-12-05T16:00:31.238186+0000 mgr.y (mgr.14469) 247 : audit [DBG] from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:32.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:32 smithi038 bash[25002]: audit 2023-12-05T16:00:31.599158+0000 mgr.y (mgr.14469) 248 : audit [DBG] from='client.25024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:32.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:32 smithi016 bash[30458]: audit 2023-12-05T16:00:31.238186+0000 mgr.y (mgr.14469) 247 : audit [DBG] from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:32.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:32 smithi016 bash[30458]: audit 2023-12-05T16:00:31.599158+0000 mgr.y (mgr.14469) 248 : audit [DBG] from='client.25024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:32.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:32 smithi016 bash[25024]: audit 2023-12-05T16:00:31.238186+0000 mgr.y (mgr.14469) 247 : audit [DBG] from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:32.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:32 smithi016 bash[25024]: audit 2023-12-05T16:00:31.599158+0000 mgr.y (mgr.14469) 248 : audit [DBG] from='client.25024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:32.769 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:00:32.769 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:00:32.769 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:00:32.769 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [], 2023-12-05T16:00:32.769 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "", 2023-12-05T16:00:32.769 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 image" 2023-12-05T16:00:32.769 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:00:33.184 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_OK 2023-12-05T16:00:33.520 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:33 smithi016 bash[25024]: audit 2023-12-05T16:00:31.947460+0000 mgr.y (mgr.14469) 249 : audit [DBG] from='client.25030 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:33.520 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:33 smithi016 bash[25024]: cluster 2023-12-05T16:00:32.094648+0000 mgr.y (mgr.14469) 250 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:00:33.520 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:33 smithi016 bash[25024]: audit 2023-12-05T16:00:32.400115+0000 mon.a (mon.0) 810 : audit [DBG] from='client.? 172.21.15.16:0/3654102323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:00:33.520 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:33 smithi016 bash[25024]: audit 2023-12-05T16:00:33.179353+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.16:0/1524168922' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:00:33.520 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:33 smithi016 bash[30458]: audit 2023-12-05T16:00:31.947460+0000 mgr.y (mgr.14469) 249 : audit [DBG] from='client.25030 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:33.521 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:33 smithi016 bash[30458]: cluster 2023-12-05T16:00:32.094648+0000 mgr.y (mgr.14469) 250 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:00:33.521 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:33 smithi016 bash[30458]: audit 2023-12-05T16:00:32.400115+0000 mon.a (mon.0) 810 : audit [DBG] from='client.? 172.21.15.16:0/3654102323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:00:33.521 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:33 smithi016 bash[30458]: audit 2023-12-05T16:00:33.179353+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.16:0/1524168922' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:00:33.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:33 smithi038 bash[25002]: audit 2023-12-05T16:00:31.947460+0000 mgr.y (mgr.14469) 249 : audit [DBG] from='client.25030 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:33.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:33 smithi038 bash[25002]: cluster 2023-12-05T16:00:32.094648+0000 mgr.y (mgr.14469) 250 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:00:33.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:33 smithi038 bash[25002]: audit 2023-12-05T16:00:32.400115+0000 mon.a (mon.0) 810 : audit [DBG] from='client.? 172.21.15.16:0/3654102323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:00:33.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:33 smithi038 bash[25002]: audit 2023-12-05T16:00:33.179353+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.16:0/1524168922' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:00:33.869 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:00:33 smithi016 bash[50303]: level=warn ts=2023-12-05T16:00:33.515Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:00:33.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:00:33 smithi016 bash[50303]: level=warn ts=2023-12-05T16:00:33.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.38:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2023-12-05T16:00:34.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:34 smithi038 bash[25002]: audit 2023-12-05T16:00:32.763831+0000 mgr.y (mgr.14469) 251 : audit [DBG] from='client.25042 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:34.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:34 smithi016 bash[25024]: audit 2023-12-05T16:00:32.763831+0000 mgr.y (mgr.14469) 251 : audit [DBG] from='client.25042 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:34.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:34 smithi016 bash[30458]: audit 2023-12-05T16:00:32.763831+0000 mgr.y (mgr.14469) 251 : audit [DBG] from='client.25042 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:00:35.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:35 smithi038 bash[25002]: cluster 2023-12-05T16:00:34.096296+0000 mgr.y (mgr.14469) 252 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:00:35.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:35 smithi016 bash[25024]: cluster 2023-12-05T16:00:34.096296+0000 mgr.y (mgr.14469) 252 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:00:35.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:35 smithi016 bash[30458]: cluster 2023-12-05T16:00:34.096296+0000 mgr.y (mgr.14469) 252 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:00:37.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:37 smithi038 bash[25002]: cluster 2023-12-05T16:00:36.097027+0000 mgr.y (mgr.14469) 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 2023-12-05T16:00:37.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:37 smithi016 bash[25024]: cluster 2023-12-05T16:00:36.097027+0000 mgr.y (mgr.14469) 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 2023-12-05T16:00:37.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:37 smithi016 bash[30458]: cluster 2023-12-05T16:00:36.097027+0000 mgr.y (mgr.14469) 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 2023-12-05T16:00:38.384 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:00:38 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:00:38] "GET /metrics HTTP/1.1" 200 214780 "" "Prometheus/2.33.4" 2023-12-05T16:00:39.255 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:00:38 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:00:38] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T16:00:39.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:39 smithi038 bash[25002]: cluster 2023-12-05T16:00:38.098672+0000 mgr.y (mgr.14469) 254 : 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 2023-12-05T16:00:39.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:39 smithi016 bash[25024]: cluster 2023-12-05T16:00:38.098672+0000 mgr.y (mgr.14469) 254 : 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 2023-12-05T16:00:39.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:39 smithi016 bash[30458]: cluster 2023-12-05T16:00:38.098672+0000 mgr.y (mgr.14469) 254 : 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 2023-12-05T16:00:40.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:40 smithi038 bash[25002]: audit 2023-12-05T16:00:38.832026+0000 mgr.y (mgr.14469) 255 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:00:40.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:40 smithi016 bash[30458]: audit 2023-12-05T16:00:38.832026+0000 mgr.y (mgr.14469) 255 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:00:40.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:40 smithi016 bash[25024]: audit 2023-12-05T16:00:38.832026+0000 mgr.y (mgr.14469) 255 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:00:41.332 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:41 smithi016 bash[25024]: cluster 2023-12-05T16:00:40.099440+0000 mgr.y (mgr.14469) 256 : 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 2023-12-05T16:00:41.333 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:41 smithi016 bash[30458]: cluster 2023-12-05T16:00:40.099440+0000 mgr.y (mgr.14469) 256 : 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 2023-12-05T16:00:41.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:41 smithi038 bash[25002]: cluster 2023-12-05T16:00:40.099440+0000 mgr.y (mgr.14469) 256 : 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 2023-12-05T16:00:43.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:43 smithi038 bash[25002]: audit 2023-12-05T16:00:42.028207+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:00:43.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:43 smithi038 bash[25002]: cephadm 2023-12-05T16:00:42.029579+0000 mgr.y (mgr.14469) 257 : cephadm [INF] Upgrade: Target is version 19.0.0-13-ge6605fb8 (unknown) 2023-12-05T16:00:43.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:43 smithi038 bash[25002]: cephadm 2023-12-05T16:00:42.029760+0000 mgr.y (mgr.14469) 258 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149, digests ['quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a'] 2023-12-05T16:00:43.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:43 smithi038 bash[25002]: audit 2023-12-05T16:00:42.032455+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:00:43.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:43 smithi038 bash[25002]: audit 2023-12-05T16:00:42.042818+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:00:43.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:43 smithi038 bash[25002]: cephadm 2023-12-05T16:00:42.046189+0000 mgr.y (mgr.14469) 259 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-05T16:00:43.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:43 smithi038 bash[25002]: cluster 2023-12-05T16:00:42.100394+0000 mgr.y (mgr.14469) 260 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:00:43.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:43 smithi038 bash[25002]: cephadm 2023-12-05T16:00:42.290253+0000 mgr.y (mgr.14469) 261 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 on smithi038 2023-12-05T16:00:43.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[30458]: audit 2023-12-05T16:00:42.028207+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:00:43.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[30458]: cephadm 2023-12-05T16:00:42.029579+0000 mgr.y (mgr.14469) 257 : cephadm [INF] Upgrade: Target is version 19.0.0-13-ge6605fb8 (unknown) 2023-12-05T16:00:43.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[30458]: cephadm 2023-12-05T16:00:42.029760+0000 mgr.y (mgr.14469) 258 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149, digests ['quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a'] 2023-12-05T16:00:43.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[30458]: audit 2023-12-05T16:00:42.032455+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:00:43.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[30458]: audit 2023-12-05T16:00:42.042818+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:00:43.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[30458]: cephadm 2023-12-05T16:00:42.046189+0000 mgr.y (mgr.14469) 259 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-05T16:00:43.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[30458]: cluster 2023-12-05T16:00:42.100394+0000 mgr.y (mgr.14469) 260 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:00:43.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[30458]: cephadm 2023-12-05T16:00:42.290253+0000 mgr.y (mgr.14469) 261 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 on smithi038 2023-12-05T16:00:43.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[25024]: audit 2023-12-05T16:00:42.028207+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:00:43.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[25024]: cephadm 2023-12-05T16:00:42.029579+0000 mgr.y (mgr.14469) 257 : cephadm [INF] Upgrade: Target is version 19.0.0-13-ge6605fb8 (unknown) 2023-12-05T16:00:43.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[25024]: cephadm 2023-12-05T16:00:42.029760+0000 mgr.y (mgr.14469) 258 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149, digests ['quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a'] 2023-12-05T16:00:43.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[25024]: audit 2023-12-05T16:00:42.032455+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:00:43.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[25024]: audit 2023-12-05T16:00:42.042818+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:00:43.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[25024]: cephadm 2023-12-05T16:00:42.046189+0000 mgr.y (mgr.14469) 259 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-05T16:00:43.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[25024]: cluster 2023-12-05T16:00:42.100394+0000 mgr.y (mgr.14469) 260 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:00:43.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[25024]: cephadm 2023-12-05T16:00:42.290253+0000 mgr.y (mgr.14469) 261 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 on smithi038 2023-12-05T16:00:43.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[50303]: level=error ts=2023-12-05T16:00:43.511Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=6 err="ceph-dashboard/webhook[1]: 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[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:00:43.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[50303]: level=warn ts=2023-12-05T16:00:43.515Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.38:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2023-12-05T16:00:43.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:00:43 smithi016 bash[50303]: level=warn ts=2023-12-05T16:00:43.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:00:45.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:45 smithi038 bash[25002]: cluster 2023-12-05T16:00:44.102131+0000 mgr.y (mgr.14469) 262 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:00:45.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:45 smithi016 bash[25024]: cluster 2023-12-05T16:00:44.102131+0000 mgr.y (mgr.14469) 262 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:00:45.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:45 smithi016 bash[30458]: cluster 2023-12-05T16:00:44.102131+0000 mgr.y (mgr.14469) 262 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:00:47.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:47 smithi038 bash[25002]: cluster 2023-12-05T16:00:46.102987+0000 mgr.y (mgr.14469) 263 : 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 2023-12-05T16:00:47.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:47 smithi016 bash[25024]: cluster 2023-12-05T16:00:46.102987+0000 mgr.y (mgr.14469) 263 : 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 2023-12-05T16:00:47.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:47 smithi016 bash[30458]: cluster 2023-12-05T16:00:46.102987+0000 mgr.y (mgr.14469) 263 : 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 2023-12-05T16:00:48.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:00:48 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:00:48] "GET /metrics HTTP/1.1" 200 214780 "" "Prometheus/2.33.4" 2023-12-05T16:00:49.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:49 smithi038 bash[25002]: cluster 2023-12-05T16:00:48.104704+0000 mgr.y (mgr.14469) 264 : 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 2023-12-05T16:00:49.340 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:00:48 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:00:48] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T16:00:49.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:49 smithi016 bash[25024]: cluster 2023-12-05T16:00:48.104704+0000 mgr.y (mgr.14469) 264 : 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 2023-12-05T16:00:49.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:49 smithi016 bash[30458]: cluster 2023-12-05T16:00:48.104704+0000 mgr.y (mgr.14469) 264 : 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 2023-12-05T16:00:50.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:50 smithi038 bash[25002]: audit 2023-12-05T16:00:48.837397+0000 mgr.y (mgr.14469) 265 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:00:50.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:50 smithi016 bash[25024]: audit 2023-12-05T16:00:48.837397+0000 mgr.y (mgr.14469) 265 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:00:50.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:50 smithi016 bash[30458]: audit 2023-12-05T16:00:48.837397+0000 mgr.y (mgr.14469) 265 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:00:51.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:51 smithi038 bash[25002]: cluster 2023-12-05T16:00:50.105435+0000 mgr.y (mgr.14469) 266 : 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 2023-12-05T16:00:51.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:51 smithi016 bash[25024]: cluster 2023-12-05T16:00:50.105435+0000 mgr.y (mgr.14469) 266 : 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 2023-12-05T16:00:51.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:51 smithi016 bash[30458]: cluster 2023-12-05T16:00:50.105435+0000 mgr.y (mgr.14469) 266 : 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 2023-12-05T16:00:53.517 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:53 smithi016 bash[25024]: cluster 2023-12-05T16:00:52.106176+0000 mgr.y (mgr.14469) 267 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:00:53.518 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:53 smithi016 bash[25024]: audit 2023-12-05T16:00:52.327710+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:00:53.518 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:53 smithi016 bash[25024]: audit 2023-12-05T16:00:52.328211+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:00:53.518 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:53 smithi016 bash[25024]: audit 2023-12-05T16:00:52.336600+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T16:00:53.518 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:53 smithi016 bash[25024]: audit 2023-12-05T16:00:52.336939+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T16:00:53.518 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:53 smithi016 bash[30458]: cluster 2023-12-05T16:00:52.106176+0000 mgr.y (mgr.14469) 267 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:00:53.519 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:53 smithi016 bash[30458]: audit 2023-12-05T16:00:52.327710+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:00:53.519 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:53 smithi016 bash[30458]: audit 2023-12-05T16:00:52.328211+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:00:53.519 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:53 smithi016 bash[30458]: audit 2023-12-05T16:00:52.336600+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T16:00:53.519 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:53 smithi016 bash[30458]: audit 2023-12-05T16:00:52.336939+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T16:00:53.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:53 smithi038 bash[25002]: cluster 2023-12-05T16:00:52.106176+0000 mgr.y (mgr.14469) 267 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:00:53.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:53 smithi038 bash[25002]: audit 2023-12-05T16:00:52.327710+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:00:53.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:53 smithi038 bash[25002]: audit 2023-12-05T16:00:52.328211+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:00:53.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:53 smithi038 bash[25002]: audit 2023-12-05T16:00:52.336600+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T16:00:53.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:53 smithi038 bash[25002]: audit 2023-12-05T16:00:52.336939+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T16:00:53.869 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:00:53 smithi016 bash[50303]: level=error ts=2023-12-05T16:00:53.512Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=6 err="ceph-dashboard/webhook[1]: 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[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:00:53.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:00:53 smithi016 bash[50303]: level=warn ts=2023-12-05T16:00:53.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:00:53.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:00:53 smithi016 bash[50303]: level=warn ts=2023-12-05T16:00:53.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.38:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2023-12-05T16:00:55.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:55 smithi038 bash[25002]: cluster 2023-12-05T16:00:54.107900+0000 mgr.y (mgr.14469) 268 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:00:55.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:55 smithi016 bash[25024]: cluster 2023-12-05T16:00:54.107900+0000 mgr.y (mgr.14469) 268 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:00:55.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:55 smithi016 bash[30458]: cluster 2023-12-05T16:00:54.107900+0000 mgr.y (mgr.14469) 268 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:00:57.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:57 smithi038 bash[25002]: cluster 2023-12-05T16:00:56.108659+0000 mgr.y (mgr.14469) 269 : 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 2023-12-05T16:00:57.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:57 smithi016 bash[25024]: cluster 2023-12-05T16:00:56.108659+0000 mgr.y (mgr.14469) 269 : 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 2023-12-05T16:00:57.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:57 smithi016 bash[30458]: cluster 2023-12-05T16:00:56.108659+0000 mgr.y (mgr.14469) 269 : 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 2023-12-05T16:00:58.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:00:58 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:00:58] "GET /metrics HTTP/1.1" 200 214787 "" "Prometheus/2.33.4" 2023-12-05T16:00:59.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:00:59 smithi038 bash[25002]: cluster 2023-12-05T16:00:58.110315+0000 mgr.y (mgr.14469) 270 : 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 2023-12-05T16:00:59.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:00:58 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:00:58] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T16:00:59.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:00:59 smithi016 bash[25024]: cluster 2023-12-05T16:00:58.110315+0000 mgr.y (mgr.14469) 270 : 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 2023-12-05T16:00:59.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:00:59 smithi016 bash[30458]: cluster 2023-12-05T16:00:58.110315+0000 mgr.y (mgr.14469) 270 : 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 2023-12-05T16:01:00.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:00 smithi038 bash[25002]: audit 2023-12-05T16:00:58.844925+0000 mgr.y (mgr.14469) 271 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:01:00.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:00 smithi016 bash[25024]: audit 2023-12-05T16:00:58.844925+0000 mgr.y (mgr.14469) 271 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:01:00.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:00 smithi016 bash[30458]: audit 2023-12-05T16:00:58.844925+0000 mgr.y (mgr.14469) 271 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:01:01.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:01 smithi038 bash[25002]: cluster 2023-12-05T16:01:00.111040+0000 mgr.y (mgr.14469) 272 : 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 2023-12-05T16:01:01.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:01 smithi016 bash[25024]: cluster 2023-12-05T16:01:00.111040+0000 mgr.y (mgr.14469) 272 : 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 2023-12-05T16:01:01.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:01 smithi016 bash[30458]: cluster 2023-12-05T16:01:00.111040+0000 mgr.y (mgr.14469) 272 : 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 2023-12-05T16:01:03.518 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:03 smithi016 bash[50303]: level=error ts=2023-12-05T16:01:03.513Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=6 err="ceph-dashboard/webhook[1]: 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[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:01:03.519 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:03 smithi016 bash[30458]: cluster 2023-12-05T16:01:02.111805+0000 mgr.y (mgr.14469) 273 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:01:03.519 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:03 smithi016 bash[25024]: cluster 2023-12-05T16:01:02.111805+0000 mgr.y (mgr.14469) 273 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:01:03.572 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:01:03.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:03 smithi038 bash[25002]: cluster 2023-12-05T16:01:02.111805+0000 mgr.y (mgr.14469) 273 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:01:03.869 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:03 smithi016 bash[50303]: level=warn ts=2023-12-05T16:01:03.517Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:01:03.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:03 smithi016 bash[50303]: level=warn ts=2023-12-05T16:01:03.517Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.38:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2023-12-05T16:01:04.303 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:01:04.303 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (4m) 3m ago 5m 15.1M - ba2b418f427c 081d153fb6f3 2023-12-05T16:01:04.303 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (5m) 3m ago 5m 46.3M - 8.3.5 dad864ee21e9 2ab2d15f5da7 2023-12-05T16:01:04.303 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (3m) 3m ago 3m 66.1M - 3.5 e1d6a67b021e 0469dce4c73a 2023-12-05T16:01:04.303 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443 running (11m) 3m ago 11m 405M - 17.2.0 e1d6a67b021e bd42baf0c942 2023-12-05T16:01:04.303 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:9283 running (13m) 3m ago 13m 451M - 17.2.0 e1d6a67b021e f9ce69c968fc 2023-12-05T16:01:04.303 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (13m) 3m ago 13m 55.5M 2048M 17.2.0 e1d6a67b021e 0139c8c8b6bf 2023-12-05T16:01:04.303 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (11m) 3m ago 11m 43.8M 2048M 17.2.0 e1d6a67b021e cedaff747574 2023-12-05T16:01:04.304 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (11m) 3m ago 11m 41.1M 2048M 17.2.0 e1d6a67b021e 4aaf0f854d64 2023-12-05T16:01:04.304 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (5m) 3m ago 5m 10.7M - 1dbe0e931976 6c11cf7ea2bc 2023-12-05T16:01:04.304 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (5m) 3m ago 5m 13.5M - 1dbe0e931976 5ed44184ac56 2023-12-05T16:01:04.304 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (10m) 3m ago 11m 54.8M 4062M 17.2.0 e1d6a67b021e 4f30dfb19a1d 2023-12-05T16:01:04.304 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (10m) 3m ago 10m 55.3M 4062M 17.2.0 e1d6a67b021e 86b3fa0a663f 2023-12-05T16:01:04.304 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (9m) 3m ago 9m 52.5M 4062M 17.2.0 e1d6a67b021e 4490977f74dc 2023-12-05T16:01:04.304 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (9m) 3m ago 9m 50.3M 4062M 17.2.0 e1d6a67b021e 715c72066f0e 2023-12-05T16:01:04.304 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (8m) 3m ago 8m 52.2M 4318M 17.2.0 e1d6a67b021e 1e5c4e736858 2023-12-05T16:01:04.304 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (7m) 3m ago 7m 49.4M 4318M 17.2.0 e1d6a67b021e 8938c96c499f 2023-12-05T16:01:04.304 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (7m) 3m ago 7m 49.7M 4318M 17.2.0 e1d6a67b021e ac02a2497ba9 2023-12-05T16:01:04.304 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (6m) 3m ago 6m 51.0M 4318M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T16:01:04.304 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (4m) 3m ago 5m 44.5M - 514e6a882f6e 778b6302b2cd 2023-12-05T16:01:04.304 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (3m) 3m ago 3m 84.1M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:01:04.304 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (3m) 3m ago 3m 82.9M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:01:04.304 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (3m) 3m ago 3m 83.4M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:01:04.304 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (3m) 3m ago 3m 82.8M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:01:04.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:04 smithi038 bash[25002]: audit 2023-12-05T16:01:03.551601+0000 mgr.y (mgr.14469) 274 : audit [DBG] from='client.15159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:04.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:04 smithi016 bash[25024]: audit 2023-12-05T16:01:03.551601+0000 mgr.y (mgr.14469) 274 : audit [DBG] from='client.15159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:04.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:04 smithi016 bash[30458]: audit 2023-12-05T16:01:03.551601+0000 mgr.y (mgr.14469) 274 : audit [DBG] from='client.15159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:04.720 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:01:04.720 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:01:04.720 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-05T16:01:04.720 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:01:04.721 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:01:04.721 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:01:04.721 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:01:04.721 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:01:04.721 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:01:04.721 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:01:04.721 INFO:teuthology.orchestra.run.smithi016.stdout: "mds": {}, 2023-12-05T16:01:04.721 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:01:04.721 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:01:04.721 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:01:04.721 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:01:04.721 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-05T16:01:04.721 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:01:04.721 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:01:05.085 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:01:05.085 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:01:05.085 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:01:05.086 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [], 2023-12-05T16:01:05.086 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "0/23 daemons upgraded", 2023-12-05T16:01:05.086 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 image on host smithi038" 2023-12-05T16:01:05.086 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:01:05.494 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_OK 2023-12-05T16:01:05.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:05 smithi038 bash[25002]: audit 2023-12-05T16:01:03.916467+0000 mgr.y (mgr.14469) 275 : audit [DBG] from='client.15165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:05.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:05 smithi038 bash[25002]: cluster 2023-12-05T16:01:04.113478+0000 mgr.y (mgr.14469) 276 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:01:05.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:05 smithi038 bash[25002]: audit 2023-12-05T16:01:04.275936+0000 mgr.y (mgr.14469) 277 : audit [DBG] from='client.15171 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:05.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:05 smithi038 bash[25002]: audit 2023-12-05T16:01:04.715878+0000 mon.a (mon.0) 815 : audit [DBG] from='client.? 172.21.15.16:0/664831178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:01:05.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:05 smithi016 bash[25024]: audit 2023-12-05T16:01:03.916467+0000 mgr.y (mgr.14469) 275 : audit [DBG] from='client.15165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:05.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:05 smithi016 bash[25024]: cluster 2023-12-05T16:01:04.113478+0000 mgr.y (mgr.14469) 276 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:01:05.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:05 smithi016 bash[25024]: audit 2023-12-05T16:01:04.275936+0000 mgr.y (mgr.14469) 277 : audit [DBG] from='client.15171 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:05.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:05 smithi016 bash[25024]: audit 2023-12-05T16:01:04.715878+0000 mon.a (mon.0) 815 : audit [DBG] from='client.? 172.21.15.16:0/664831178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:01:05.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:05 smithi016 bash[30458]: audit 2023-12-05T16:01:03.916467+0000 mgr.y (mgr.14469) 275 : audit [DBG] from='client.15165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:05.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:05 smithi016 bash[30458]: cluster 2023-12-05T16:01:04.113478+0000 mgr.y (mgr.14469) 276 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:01:05.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:05 smithi016 bash[30458]: audit 2023-12-05T16:01:04.275936+0000 mgr.y (mgr.14469) 277 : audit [DBG] from='client.15171 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:05.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:05 smithi016 bash[30458]: audit 2023-12-05T16:01:04.715878+0000 mon.a (mon.0) 815 : audit [DBG] from='client.? 172.21.15.16:0/664831178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:01:06.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:06 smithi038 bash[25002]: audit 2023-12-05T16:01:05.080622+0000 mgr.y (mgr.14469) 278 : audit [DBG] from='client.25078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:06.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:06 smithi038 bash[25002]: audit 2023-12-05T16:01:05.490348+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.16:0/3319366368' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:01:06.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:06 smithi016 bash[25024]: audit 2023-12-05T16:01:05.080622+0000 mgr.y (mgr.14469) 278 : audit [DBG] from='client.25078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:06.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:06 smithi016 bash[25024]: audit 2023-12-05T16:01:05.490348+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.16:0/3319366368' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:01:06.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:06 smithi016 bash[30458]: audit 2023-12-05T16:01:05.080622+0000 mgr.y (mgr.14469) 278 : audit [DBG] from='client.25078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:06.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:06 smithi016 bash[30458]: audit 2023-12-05T16:01:05.490348+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.16:0/3319366368' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:01:07.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:07 smithi038 bash[25002]: cluster 2023-12-05T16:01:06.114184+0000 mgr.y (mgr.14469) 279 : 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 2023-12-05T16:01:07.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:07 smithi016 bash[25024]: cluster 2023-12-05T16:01:06.114184+0000 mgr.y (mgr.14469) 279 : 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 2023-12-05T16:01:07.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:07 smithi016 bash[30458]: cluster 2023-12-05T16:01:06.114184+0000 mgr.y (mgr.14469) 279 : 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 2023-12-05T16:01:08.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:08 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:01:08] "GET /metrics HTTP/1.1" 200 214783 "" "Prometheus/2.33.4" 2023-12-05T16:01:09.229 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:08 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:01:08] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T16:01:09.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:09 smithi038 bash[25002]: cluster 2023-12-05T16:01:08.115891+0000 mgr.y (mgr.14469) 280 : 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 2023-12-05T16:01:09.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:09 smithi016 bash[25024]: cluster 2023-12-05T16:01:08.115891+0000 mgr.y (mgr.14469) 280 : 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 2023-12-05T16:01:09.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:09 smithi016 bash[30458]: cluster 2023-12-05T16:01:08.115891+0000 mgr.y (mgr.14469) 280 : 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 2023-12-05T16:01:10.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:10 smithi038 bash[25002]: audit 2023-12-05T16:01:08.853796+0000 mgr.y (mgr.14469) 281 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:01:10.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:10 smithi016 bash[25024]: audit 2023-12-05T16:01:08.853796+0000 mgr.y (mgr.14469) 281 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:01:10.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:10 smithi016 bash[30458]: audit 2023-12-05T16:01:08.853796+0000 mgr.y (mgr.14469) 281 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:01:11.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:11 smithi038 bash[25002]: cluster 2023-12-05T16:01:10.116718+0000 mgr.y (mgr.14469) 282 : 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 2023-12-05T16:01:11.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:11 smithi016 bash[30458]: cluster 2023-12-05T16:01:10.116718+0000 mgr.y (mgr.14469) 282 : 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 2023-12-05T16:01:11.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:11 smithi016 bash[25024]: cluster 2023-12-05T16:01:10.116718+0000 mgr.y (mgr.14469) 282 : 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 2023-12-05T16:01:13.518 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:13 smithi016 bash[30458]: cluster 2023-12-05T16:01:12.117468+0000 mgr.y (mgr.14469) 283 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:01:13.519 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:13 smithi016 bash[50303]: level=error ts=2023-12-05T16:01:13.513Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=6 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: 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" 2023-12-05T16:01:13.519 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:13 smithi016 bash[25024]: cluster 2023-12-05T16:01:12.117468+0000 mgr.y (mgr.14469) 283 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:01:13.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:13 smithi038 bash[25002]: cluster 2023-12-05T16:01:12.117468+0000 mgr.y (mgr.14469) 283 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:01:13.869 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:13 smithi016 bash[50303]: level=warn ts=2023-12-05T16:01:13.518Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.38:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2023-12-05T16:01:13.869 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:13 smithi016 bash[50303]: level=warn ts=2023-12-05T16:01:13.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:01:15.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:15 smithi038 bash[25002]: cluster 2023-12-05T16:01:14.119274+0000 mgr.y (mgr.14469) 284 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:01:15.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:15 smithi016 bash[25024]: cluster 2023-12-05T16:01:14.119274+0000 mgr.y (mgr.14469) 284 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:01:15.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:15 smithi016 bash[30458]: cluster 2023-12-05T16:01:14.119274+0000 mgr.y (mgr.14469) 284 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:01:17.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:17 smithi038 bash[25002]: cluster 2023-12-05T16:01:16.120034+0000 mgr.y (mgr.14469) 285 : 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 2023-12-05T16:01:17.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:17 smithi016 bash[25024]: cluster 2023-12-05T16:01:16.120034+0000 mgr.y (mgr.14469) 285 : 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 2023-12-05T16:01:17.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:17 smithi016 bash[30458]: cluster 2023-12-05T16:01:16.120034+0000 mgr.y (mgr.14469) 285 : 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 2023-12-05T16:01:18.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:18 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:01:18] "GET /metrics HTTP/1.1" 200 214783 "" "Prometheus/2.33.4" 2023-12-05T16:01:19.248 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:18 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:01:18] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T16:01:19.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:19 smithi038 bash[25002]: cluster 2023-12-05T16:01:18.121732+0000 mgr.y (mgr.14469) 286 : 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 2023-12-05T16:01:19.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:19 smithi016 bash[25024]: cluster 2023-12-05T16:01:18.121732+0000 mgr.y (mgr.14469) 286 : 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 2023-12-05T16:01:19.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:19 smithi016 bash[30458]: cluster 2023-12-05T16:01:18.121732+0000 mgr.y (mgr.14469) 286 : 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 2023-12-05T16:01:20.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:20 smithi038 bash[25002]: audit 2023-12-05T16:01:18.865087+0000 mgr.y (mgr.14469) 287 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:01:20.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:20 smithi016 bash[25024]: audit 2023-12-05T16:01:18.865087+0000 mgr.y (mgr.14469) 287 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:01:20.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:20 smithi016 bash[30458]: audit 2023-12-05T16:01:18.865087+0000 mgr.y (mgr.14469) 287 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:01:21.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:21 smithi038 bash[25002]: cluster 2023-12-05T16:01:20.122498+0000 mgr.y (mgr.14469) 288 : 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 2023-12-05T16:01:21.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:21 smithi016 bash[25024]: cluster 2023-12-05T16:01:20.122498+0000 mgr.y (mgr.14469) 288 : 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 2023-12-05T16:01:21.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:21 smithi016 bash[30458]: cluster 2023-12-05T16:01:20.122498+0000 mgr.y (mgr.14469) 288 : 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 2023-12-05T16:01:23.519 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:23 smithi016 bash[25024]: cluster 2023-12-05T16:01:22.123238+0000 mgr.y (mgr.14469) 289 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:01:23.519 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:23 smithi016 bash[30458]: cluster 2023-12-05T16:01:22.123238+0000 mgr.y (mgr.14469) 289 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:01:23.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:23 smithi038 bash[25002]: cluster 2023-12-05T16:01:22.123238+0000 mgr.y (mgr.14469) 289 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:01:23.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:23 smithi016 bash[50303]: level=error ts=2023-12-05T16:01:23.514Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=6 err="ceph-dashboard/webhook[1]: 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[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:01:23.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:23 smithi016 bash[50303]: level=warn ts=2023-12-05T16:01:23.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.38:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2023-12-05T16:01:23.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:23 smithi016 bash[50303]: level=warn ts=2023-12-05T16:01:23.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:01:25.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:25 smithi038 bash[25002]: cluster 2023-12-05T16:01:24.125000+0000 mgr.y (mgr.14469) 290 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:01:25.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:25 smithi016 bash[25024]: cluster 2023-12-05T16:01:24.125000+0000 mgr.y (mgr.14469) 290 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:01:25.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:25 smithi016 bash[30458]: cluster 2023-12-05T16:01:24.125000+0000 mgr.y (mgr.14469) 290 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:01:27.519 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:27 smithi038 bash[25002]: cluster 2023-12-05T16:01:26.125709+0000 mgr.y (mgr.14469) 291 : 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 2023-12-05T16:01:27.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:27 smithi016 bash[25024]: cluster 2023-12-05T16:01:26.125709+0000 mgr.y (mgr.14469) 291 : 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 2023-12-05T16:01:27.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:27 smithi016 bash[30458]: cluster 2023-12-05T16:01:26.125709+0000 mgr.y (mgr.14469) 291 : 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 2023-12-05T16:01:28.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:28 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:01:28] "GET /metrics HTTP/1.1" 200 214793 "" "Prometheus/2.33.4" 2023-12-05T16:01:28.761 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:28 smithi038 bash[25002]: cephadm 2023-12-05T16:01:27.475879+0000 mgr.y (mgr.14469) 292 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-05T16:01:28.761 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:28 smithi038 bash[25002]: audit 2023-12-05T16:01:27.487498+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:01:28.761 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:28 smithi038 bash[25002]: audit 2023-12-05T16:01:27.493371+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:01:28.761 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:28 smithi038 bash[25002]: audit 2023-12-05T16:01:27.493628+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:01:28.761 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:28 smithi038 bash[25002]: audit 2023-12-05T16:01:27.496430+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:01:28.761 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:28 smithi038 bash[25002]: audit 2023-12-05T16:01:27.498299+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:01:28.761 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:28 smithi038 bash[25002]: cephadm 2023-12-05T16:01:27.499540+0000 mgr.y (mgr.14469) 293 : cephadm [INF] Deploying daemon mgr.x on smithi038 2023-12-05T16:01:28.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:28 smithi016 bash[25024]: cephadm 2023-12-05T16:01:27.475879+0000 mgr.y (mgr.14469) 292 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-05T16:01:28.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:28 smithi016 bash[25024]: audit 2023-12-05T16:01:27.487498+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:01:28.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:28 smithi016 bash[25024]: audit 2023-12-05T16:01:27.493371+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:01:28.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:28 smithi016 bash[25024]: audit 2023-12-05T16:01:27.493628+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:01:28.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:28 smithi016 bash[25024]: audit 2023-12-05T16:01:27.496430+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:01:28.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:28 smithi016 bash[25024]: audit 2023-12-05T16:01:27.498299+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:01:28.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:28 smithi016 bash[25024]: cephadm 2023-12-05T16:01:27.499540+0000 mgr.y (mgr.14469) 293 : cephadm [INF] Deploying daemon mgr.x on smithi038 2023-12-05T16:01:28.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:28 smithi016 bash[30458]: cephadm 2023-12-05T16:01:27.475879+0000 mgr.y (mgr.14469) 292 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-05T16:01:28.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:28 smithi016 bash[30458]: audit 2023-12-05T16:01:27.487498+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:01:28.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:28 smithi016 bash[30458]: audit 2023-12-05T16:01:27.493371+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:01:28.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:28 smithi016 bash[30458]: audit 2023-12-05T16:01:27.493628+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:01:28.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:28 smithi016 bash[30458]: audit 2023-12-05T16:01:27.496430+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:01:28.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:28 smithi016 bash[30458]: audit 2023-12-05T16:01:27.498299+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:01:28.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:28 smithi016 bash[30458]: cephadm 2023-12-05T16:01:27.499540+0000 mgr.y (mgr.14469) 293 : cephadm [INF] Deploying daemon mgr.x on smithi038 2023-12-05T16:01:29.088 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:28 smithi038 bash[25737]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:01:28] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T16:01:29.735 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:29 smithi038 systemd[1]: Stopping Ceph mgr.x for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:01:29.736 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:29 smithi038 bash[25002]: cluster 2023-12-05T16:01:28.127421+0000 mgr.y (mgr.14469) 294 : 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 2023-12-05T16:01:29.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:29 smithi016 bash[25024]: cluster 2023-12-05T16:01:28.127421+0000 mgr.y (mgr.14469) 294 : 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 2023-12-05T16:01:29.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:29 smithi016 bash[30458]: cluster 2023-12-05T16:01:28.127421+0000 mgr.y (mgr.14469) 294 : 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 2023-12-05T16:01:30.036 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:29 smithi038 bash[45085]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-mgr.x 2023-12-05T16:01:30.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:30 smithi038 bash[25002]: audit 2023-12-05T16:01:28.871955+0000 mgr.y (mgr.14469) 295 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:01:30.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:30 smithi038 bash[45096]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-mgr-x 2023-12-05T16:01:30.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:30 smithi038 bash[45143]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-mgr.x 2023-12-05T16:01:30.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:30 smithi038 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-05T16:01:30.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:30 smithi038 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-05T16:01:30.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:30 smithi038 systemd[1]: Stopped Ceph mgr.x for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:01:30.815 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:30 smithi016 bash[25024]: audit 2023-12-05T16:01:28.871955+0000 mgr.y (mgr.14469) 295 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:01:30.815 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:30 smithi016 bash[30458]: audit 2023-12-05T16:01:28.871955+0000 mgr.y (mgr.14469) 295 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:01:31.088 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:30 smithi038 systemd[1]: Started Ceph mgr.x for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:01:31.369 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:31 smithi016 bash[50303]: level=warn ts=2023-12-05T16:01:31.123Z 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.38:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:01:31.815 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:31 smithi038 bash[25002]: cluster 2023-12-05T16:01:30.128233+0000 mgr.y (mgr.14469) 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 2023-12-05T16:01:31.815 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:31 smithi038 bash[25002]: audit 2023-12-05T16:01:30.786020+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:01:31.816 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:31 smithi038 bash[25002]: audit 2023-12-05T16:01:30.790181+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:01:31.816 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:31 smithi038 bash[25002]: audit 2023-12-05T16:01:30.792223+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:01:31.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:31 smithi016 bash[25024]: cluster 2023-12-05T16:01:30.128233+0000 mgr.y (mgr.14469) 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 2023-12-05T16:01:31.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:31 smithi016 bash[25024]: audit 2023-12-05T16:01:30.786020+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:01:31.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:31 smithi016 bash[25024]: audit 2023-12-05T16:01:30.790181+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:01:31.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:31 smithi016 bash[25024]: audit 2023-12-05T16:01:30.792223+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:01:31.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:31 smithi016 bash[30458]: cluster 2023-12-05T16:01:30.128233+0000 mgr.y (mgr.14469) 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 2023-12-05T16:01:31.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:31 smithi016 bash[30458]: audit 2023-12-05T16:01:30.786020+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:01:31.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:31 smithi016 bash[30458]: audit 2023-12-05T16:01:30.790181+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:01:31.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:31 smithi016 bash[30458]: audit 2023-12-05T16:01:30.792223+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:01:32.088 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:31 smithi038 bash[45212]: debug 2023-12-05T16:01:31.806+0000 7f0390a39700 1 -- 172.21.15.38:0/250358049 <== mon.2 v2:172.21.15.38:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55bc8ae6e1a0 con 0x55bc8bbecc00 2023-12-05T16:01:32.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:31 smithi038 bash[45212]: debug 2023-12-05T16:01:31.974+0000 7f039abdf200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T16:01:33.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:32 smithi038 bash[45212]: debug 2023-12-05T16:01:32.914+0000 7f039abdf200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-05T16:01:33.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:33 smithi038 bash[45212]: debug 2023-12-05T16:01:33.018+0000 7f039abdf200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T16:01:33.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:33 smithi038 bash[45212]: debug 2023-12-05T16:01:33.122+0000 7f039abdf200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T16:01:33.781 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:33 smithi038 bash[25002]: cluster 2023-12-05T16:01:32.129005+0000 mgr.y (mgr.14469) 297 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:01:33.781 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:33 smithi038 bash[45212]: debug 2023-12-05T16:01:33.398+0000 7f039abdf200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T16:01:33.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:33 smithi016 bash[30458]: cluster 2023-12-05T16:01:32.129005+0000 mgr.y (mgr.14469) 297 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:01:33.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:33 smithi016 bash[25024]: cluster 2023-12-05T16:01:32.129005+0000 mgr.y (mgr.14469) 297 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:01:33.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:33 smithi016 bash[50303]: level=error ts=2023-12-05T16:01:33.514Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=6 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.38:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:01:33.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:33 smithi016 bash[50303]: level=warn ts=2023-12-05T16:01:33.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.38:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:01:33.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:33 smithi016 bash[50303]: level=warn ts=2023-12-05T16:01:33.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:01:34.088 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:33 smithi038 bash[45212]: debug 2023-12-05T16:01:33.774+0000 7f039abdf200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T16:01:34.088 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:33 smithi038 bash[45212]: debug 2023-12-05T16:01:33.942+0000 7f039abdf200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T16:01:34.588 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:34 smithi038 bash[45212]: debug 2023-12-05T16:01:34.178+0000 7f039abdf200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T16:01:35.358 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:35 smithi038 bash[45212]: debug 2023-12-05T16:01:35.278+0000 7f039abdf200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T16:01:35.838 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:35 smithi038 bash[45212]: debug 2023-12-05T16:01:35.398+0000 7f039abdf200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T16:01:35.838 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:35 smithi038 bash[45212]: debug 2023-12-05T16:01:35.534+0000 7f039abdf200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T16:01:35.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:35 smithi038 bash[25002]: cluster 2023-12-05T16:01:34.130812+0000 mgr.y (mgr.14469) 298 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:01:35.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:35 smithi038 bash[25002]: audit 2023-12-05T16:01:34.806632+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:01:35.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:35 smithi038 bash[25002]: audit 2023-12-05T16:01:35.318209+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:01:35.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:35 smithi016 bash[30458]: cluster 2023-12-05T16:01:34.130812+0000 mgr.y (mgr.14469) 298 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:01:35.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:35 smithi016 bash[30458]: audit 2023-12-05T16:01:34.806632+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:01:35.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:35 smithi016 bash[30458]: audit 2023-12-05T16:01:35.318209+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:01:35.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:35 smithi016 bash[25024]: cluster 2023-12-05T16:01:34.130812+0000 mgr.y (mgr.14469) 298 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:01:35.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:35 smithi016 bash[25024]: audit 2023-12-05T16:01:34.806632+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:01:35.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:35 smithi016 bash[25024]: audit 2023-12-05T16:01:35.318209+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:01:35.881 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:01:36.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:36 smithi038 bash[45212]: debug 2023-12-05T16:01:36.042+0000 7f039abdf200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T16:01:36.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:36 smithi038 bash[45212]: debug 2023-12-05T16:01:36.274+0000 7f039abdf200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T16:01:36.610 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:01:36.610 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (5m) 3m ago 6m 15.1M - ba2b418f427c 081d153fb6f3 2023-12-05T16:01:36.610 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (5m) 1s ago 5m 47.8M - 8.3.5 dad864ee21e9 2ab2d15f5da7 2023-12-05T16:01:36.610 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (4m) 3m ago 4m 66.1M - 3.5 e1d6a67b021e 0469dce4c73a 2023-12-05T16:01:36.610 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283 running (5s) 1s ago 12m 77.7M - 19.0.0-13-ge6605fb8 104f332cd0a9 45e6adf197ba 2023-12-05T16:01:36.610 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:9283 running (14m) 3m ago 14m 451M - 17.2.0 e1d6a67b021e f9ce69c968fc 2023-12-05T16:01:36.610 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (14m) 3m ago 14m 55.5M 2048M 17.2.0 e1d6a67b021e 0139c8c8b6bf 2023-12-05T16:01:36.611 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (12m) 1s ago 12m 45.4M 2048M 17.2.0 e1d6a67b021e cedaff747574 2023-12-05T16:01:36.611 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (12m) 3m ago 12m 41.1M 2048M 17.2.0 e1d6a67b021e 4aaf0f854d64 2023-12-05T16:01:36.611 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (6m) 3m ago 6m 10.7M - 1dbe0e931976 6c11cf7ea2bc 2023-12-05T16:01:36.611 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (6m) 1s ago 6m 12.1M - 1dbe0e931976 5ed44184ac56 2023-12-05T16:01:36.611 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (11m) 3m ago 11m 54.8M 4062M 17.2.0 e1d6a67b021e 4f30dfb19a1d 2023-12-05T16:01:36.611 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (10m) 3m ago 10m 55.3M 4062M 17.2.0 e1d6a67b021e 86b3fa0a663f 2023-12-05T16:01:36.611 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (10m) 3m ago 10m 52.5M 4062M 17.2.0 e1d6a67b021e 4490977f74dc 2023-12-05T16:01:36.611 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (9m) 3m ago 9m 50.3M 4062M 17.2.0 e1d6a67b021e 715c72066f0e 2023-12-05T16:01:36.611 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (9m) 1s ago 9m 56.0M 4318M 17.2.0 e1d6a67b021e 1e5c4e736858 2023-12-05T16:01:36.611 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (8m) 1s ago 8m 53.5M 4318M 17.2.0 e1d6a67b021e 8938c96c499f 2023-12-05T16:01:36.611 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (7m) 1s ago 7m 53.5M 4318M 17.2.0 e1d6a67b021e ac02a2497ba9 2023-12-05T16:01:36.611 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (7m) 1s ago 7m 53.8M 4318M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T16:01:36.611 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (5m) 1s ago 6m 62.5M - 514e6a882f6e 778b6302b2cd 2023-12-05T16:01:36.611 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (4m) 3m ago 4m 84.1M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:01:36.611 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (4m) 1s ago 4m 84.6M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:01:36.612 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (4m) 3m ago 4m 83.4M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:01:36.612 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (4m) 1s ago 4m 84.5M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:01:37.026 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:01:37.026 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:01:37.026 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-05T16:01:37.026 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:01:37.026 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:01:37.027 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:01:37.027 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:01:37.027 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:01:37.027 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:01:37.027 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:01:37.027 INFO:teuthology.orchestra.run.smithi016.stdout: "mds": {}, 2023-12-05T16:01:37.027 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:01:37.027 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:01:37.027 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:01:37.027 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:01:37.027 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-05T16:01:37.027 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:01:37.027 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:01:37.088 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:36 smithi038 bash[45212]: debug 2023-12-05T16:01:36.746+0000 7f039abdf200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T16:01:37.391 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:01:37.391 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:01:37.391 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:01:37.391 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [], 2023-12-05T16:01:37.391 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T16:01:37.391 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "Currently upgrading mgr daemons" 2023-12-05T16:01:37.391 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:01:37.518 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:37 smithi038 bash[45212]: debug 2023-12-05T16:01:37.246+0000 7f039abdf200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T16:01:37.518 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:37 smithi038 bash[25002]: audit 2023-12-05T16:01:35.861426+0000 mgr.y (mgr.14469) 299 : audit [DBG] from='client.15201 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:37.518 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:37 smithi038 bash[25002]: cluster 2023-12-05T16:01:36.131528+0000 mgr.y (mgr.14469) 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 2023-12-05T16:01:37.518 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:37 smithi038 bash[25002]: audit 2023-12-05T16:01:36.229532+0000 mgr.y (mgr.14469) 301 : audit [DBG] from='client.25102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:37.518 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:37 smithi038 bash[25002]: audit 2023-12-05T16:01:36.579840+0000 mgr.y (mgr.14469) 302 : audit [DBG] from='client.15213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:37.518 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:37 smithi038 bash[25002]: audit 2023-12-05T16:01:37.021534+0000 mon.c (mon.1) 49 : audit [DBG] from='client.? 172.21.15.16:0/352451895' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:01:37.804 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_OK 2023-12-05T16:01:37.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:37 smithi016 bash[25024]: audit 2023-12-05T16:01:35.861426+0000 mgr.y (mgr.14469) 299 : audit [DBG] from='client.15201 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:37.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:37 smithi016 bash[25024]: cluster 2023-12-05T16:01:36.131528+0000 mgr.y (mgr.14469) 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 2023-12-05T16:01:37.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:37 smithi016 bash[25024]: audit 2023-12-05T16:01:36.229532+0000 mgr.y (mgr.14469) 301 : audit [DBG] from='client.25102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:37.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:37 smithi016 bash[25024]: audit 2023-12-05T16:01:36.579840+0000 mgr.y (mgr.14469) 302 : audit [DBG] from='client.15213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:37.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:37 smithi016 bash[25024]: audit 2023-12-05T16:01:37.021534+0000 mon.c (mon.1) 49 : audit [DBG] from='client.? 172.21.15.16:0/352451895' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:01:37.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:37 smithi016 bash[30458]: audit 2023-12-05T16:01:35.861426+0000 mgr.y (mgr.14469) 299 : audit [DBG] from='client.15201 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:37.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:37 smithi016 bash[30458]: cluster 2023-12-05T16:01:36.131528+0000 mgr.y (mgr.14469) 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 2023-12-05T16:01:37.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:37 smithi016 bash[30458]: audit 2023-12-05T16:01:36.229532+0000 mgr.y (mgr.14469) 301 : audit [DBG] from='client.25102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:37.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:37 smithi016 bash[30458]: audit 2023-12-05T16:01:36.579840+0000 mgr.y (mgr.14469) 302 : audit [DBG] from='client.15213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:37.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:37 smithi016 bash[30458]: audit 2023-12-05T16:01:37.021534+0000 mon.c (mon.1) 49 : audit [DBG] from='client.? 172.21.15.16:0/352451895' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:01:38.088 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:37 smithi038 bash[45212]: debug 2023-12-05T16:01:37.822+0000 7f039abdf200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T16:01:38.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:37 smithi038 bash[45212]: debug 2023-12-05T16:01:37.938+0000 7f039abdf200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T16:01:38.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:38 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:01:38] "GET /metrics HTTP/1.1" 200 214789 "" "Prometheus/2.33.4" 2023-12-05T16:01:38.413 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:38 smithi038 bash[45212]: debug 2023-12-05T16:01:38.286+0000 7f039abdf200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T16:01:38.677 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:38 smithi038 bash[25002]: audit 2023-12-05T16:01:37.386313+0000 mgr.y (mgr.14469) 303 : audit [DBG] from='client.15225 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:38.677 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:38 smithi038 bash[25002]: audit 2023-12-05T16:01:37.799758+0000 mon.a (mon.0) 821 : audit [DBG] from='client.? 172.21.15.16:0/3994475821' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:01:38.677 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:38 smithi038 bash[45212]: debug 2023-12-05T16:01:38.406+0000 7f039abdf200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T16:01:38.678 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:38 smithi038 bash[45212]: debug 2023-12-05T16:01:38.554+0000 7f039abdf200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T16:01:38.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:38 smithi016 bash[25024]: audit 2023-12-05T16:01:37.386313+0000 mgr.y (mgr.14469) 303 : audit [DBG] from='client.15225 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:38.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:38 smithi016 bash[25024]: audit 2023-12-05T16:01:37.799758+0000 mon.a (mon.0) 821 : audit [DBG] from='client.? 172.21.15.16:0/3994475821' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:01:38.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:38 smithi016 bash[30458]: audit 2023-12-05T16:01:37.386313+0000 mgr.y (mgr.14469) 303 : audit [DBG] from='client.15225 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:01:38.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:38 smithi016 bash[30458]: audit 2023-12-05T16:01:37.799758+0000 mon.a (mon.0) 821 : audit [DBG] from='client.? 172.21.15.16:0/3994475821' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:01:39.001 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:38 smithi038 bash[45212]: debug 2023-12-05T16:01:38.670+0000 7f039abdf200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T16:01:39.001 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:38 smithi038 bash[45212]: debug 2023-12-05T16:01:38.798+0000 7f039abdf200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T16:01:39.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:38 smithi038 bash[45212]: debug 2023-12-05T16:01:38.994+0000 7f039abdf200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T16:01:39.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:39 smithi038 bash[45212]: debug 2023-12-05T16:01:39.122+0000 7f039abdf200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T16:01:39.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:39 smithi038 bash[25002]: cluster 2023-12-05T16:01:38.133276+0000 mgr.y (mgr.14469) 304 : 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 2023-12-05T16:01:39.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:39 smithi016 bash[25024]: cluster 2023-12-05T16:01:38.133276+0000 mgr.y (mgr.14469) 304 : 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 2023-12-05T16:01:39.869 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:39 smithi016 bash[30458]: cluster 2023-12-05T16:01:38.133276+0000 mgr.y (mgr.14469) 304 : 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 2023-12-05T16:01:40.716 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:40 smithi038 bash[25002]: audit 2023-12-05T16:01:38.880958+0000 mgr.y (mgr.14469) 305 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:01:40.716 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:40 smithi038 bash[25002]: cluster 2023-12-05T16:01:40.408240+0000 mon.a (mon.0) 822 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T16:01:40.716 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:40 smithi038 bash[25002]: cluster 2023-12-05T16:01:40.408571+0000 mon.a (mon.0) 823 : cluster [DBG] Standby manager daemon x started 2023-12-05T16:01:40.716 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:40 smithi038 bash[25002]: audit 2023-12-05T16:01:40.411298+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.? 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T16:01:40.716 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:40 smithi038 bash[25002]: audit 2023-12-05T16:01:40.412425+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.? 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:01:40.716 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:40 smithi038 bash[25002]: audit 2023-12-05T16:01:40.417157+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.? 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T16:01:40.717 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:40 smithi038 bash[25002]: audit 2023-12-05T16:01:40.418176+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.? 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:01:40.717 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:40 smithi038 bash[45212]: debug 2023-12-05T16:01:40.398+0000 7f039abdf200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T16:01:40.717 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:40 smithi038 bash[45212]: [05/Dec/2023:16:01:40] ENGINE Bus STARTING 2023-12-05T16:01:40.717 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:40 smithi038 bash[45212]: CherryPy Checker: 2023-12-05T16:01:40.717 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:40 smithi038 bash[45212]: The Application mounted at '' has an empty config. 2023-12-05T16:01:40.717 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:40 smithi038 bash[45212]: [05/Dec/2023:16:01:40] ENGINE Serving on http://:::9283 2023-12-05T16:01:40.717 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:40 smithi038 bash[45212]: [05/Dec/2023:16:01:40] ENGINE Bus STARTED 2023-12-05T16:01:40.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:40 smithi016 bash[25024]: audit 2023-12-05T16:01:38.880958+0000 mgr.y (mgr.14469) 305 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:01:40.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:40 smithi016 bash[25024]: cluster 2023-12-05T16:01:40.408240+0000 mon.a (mon.0) 822 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T16:01:40.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:40 smithi016 bash[25024]: cluster 2023-12-05T16:01:40.408571+0000 mon.a (mon.0) 823 : cluster [DBG] Standby manager daemon x started 2023-12-05T16:01:40.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:40 smithi016 bash[25024]: audit 2023-12-05T16:01:40.411298+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.? 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T16:01:40.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:40 smithi016 bash[25024]: audit 2023-12-05T16:01:40.412425+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.? 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:01:40.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:40 smithi016 bash[25024]: audit 2023-12-05T16:01:40.417157+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.? 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T16:01:40.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:40 smithi016 bash[25024]: audit 2023-12-05T16:01:40.418176+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.? 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:01:40.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:40 smithi016 bash[30458]: audit 2023-12-05T16:01:38.880958+0000 mgr.y (mgr.14469) 305 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:01:40.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:40 smithi016 bash[30458]: cluster 2023-12-05T16:01:40.408240+0000 mon.a (mon.0) 822 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T16:01:40.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:40 smithi016 bash[30458]: cluster 2023-12-05T16:01:40.408571+0000 mon.a (mon.0) 823 : cluster [DBG] Standby manager daemon x started 2023-12-05T16:01:40.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:40 smithi016 bash[30458]: audit 2023-12-05T16:01:40.411298+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.? 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T16:01:40.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:40 smithi016 bash[30458]: audit 2023-12-05T16:01:40.412425+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.? 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:01:40.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:40 smithi016 bash[30458]: audit 2023-12-05T16:01:40.417157+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.? 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T16:01:40.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:40 smithi016 bash[30458]: audit 2023-12-05T16:01:40.418176+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.? 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:01:41.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:41 smithi038 bash[25002]: cluster 2023-12-05T16:01:40.134028+0000 mgr.y (mgr.14469) 306 : 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 2023-12-05T16:01:41.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:41 smithi038 bash[25002]: cluster 2023-12-05T16:01:41.075678+0000 mon.a (mon.0) 824 : cluster [DBG] mgrmap e21: y(active, since 6m), standbys: x 2023-12-05T16:01:41.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:41 smithi016 bash[25024]: cluster 2023-12-05T16:01:40.134028+0000 mgr.y (mgr.14469) 306 : 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 2023-12-05T16:01:41.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:41 smithi016 bash[25024]: cluster 2023-12-05T16:01:41.075678+0000 mon.a (mon.0) 824 : cluster [DBG] mgrmap e21: y(active, since 6m), standbys: x 2023-12-05T16:01:41.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:41 smithi016 bash[30458]: cluster 2023-12-05T16:01:40.134028+0000 mgr.y (mgr.14469) 306 : 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 2023-12-05T16:01:41.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:41 smithi016 bash[30458]: cluster 2023-12-05T16:01:41.075678+0000 mon.a (mon.0) 824 : cluster [DBG] mgrmap e21: y(active, since 6m), standbys: x 2023-12-05T16:01:43.827 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[25310]: debug 2023-12-05T16:01:43.608+0000 7ff966e7d700 -1 mgr handle_mgr_map I was active but no longer am 2023-12-05T16:01:43.827 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[25310]: ignoring --setuser ceph since I am not root 2023-12-05T16:01:43.827 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[25310]: ignoring --setgroup ceph since I am not root 2023-12-05T16:01:43.827 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[25310]: debug 2023-12-05T16:01:43.660+0000 7f12f4332700 1 -- 172.21.15.16:0/1074175571 <== mon.0 v2:172.21.15.16:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e97b6cc340 con 0x55e97c448c00 2023-12-05T16:01:43.827 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[25024]: cluster 2023-12-05T16:01:42.134778+0000 mgr.y (mgr.14469) 307 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:01:43.827 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[25024]: audit 2023-12-05T16:01:42.597889+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:01:43.827 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[25024]: audit 2023-12-05T16:01:42.608984+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:01:43.827 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[25024]: audit 2023-12-05T16:01:42.620719+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:01:43.827 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[25024]: cephadm 2023-12-05T16:01:42.624870+0000 mgr.y (mgr.14469) 308 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-05T16:01:43.827 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[25024]: cephadm 2023-12-05T16:01:42.628055+0000 mgr.y (mgr.14469) 309 : cephadm [INF] Failing over to other MGR 2023-12-05T16:01:43.828 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[25024]: audit 2023-12-05T16:01:42.629095+0000 mon.b (mon.2) 125 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-05T16:01:43.828 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[25024]: audit 2023-12-05T16:01:42.629298+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-05T16:01:43.828 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[25024]: cluster 2023-12-05T16:01:42.636713+0000 mon.a (mon.0) 828 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-05T16:01:43.828 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[50303]: level=error ts=2023-12-05T16:01:43.515Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.38:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:01:43.828 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[50303]: level=warn ts=2023-12-05T16:01:43.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.38:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2023-12-05T16:01:43.828 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[50303]: level=warn ts=2023-12-05T16:01: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.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:01:43.828 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[30458]: cluster 2023-12-05T16:01:42.134778+0000 mgr.y (mgr.14469) 307 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:01:43.828 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[30458]: audit 2023-12-05T16:01:42.597889+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:01:43.829 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[30458]: audit 2023-12-05T16:01:42.608984+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:01:43.829 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[30458]: audit 2023-12-05T16:01:42.620719+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:01:43.829 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[30458]: cephadm 2023-12-05T16:01:42.624870+0000 mgr.y (mgr.14469) 308 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-05T16:01:43.829 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[30458]: cephadm 2023-12-05T16:01:42.628055+0000 mgr.y (mgr.14469) 309 : cephadm [INF] Failing over to other MGR 2023-12-05T16:01:43.829 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[30458]: audit 2023-12-05T16:01:42.629095+0000 mon.b (mon.2) 125 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-05T16:01:43.829 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[30458]: audit 2023-12-05T16:01:42.629298+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-05T16:01:43.829 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[30458]: cluster 2023-12-05T16:01:42.636713+0000 mon.a (mon.0) 828 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-05T16:01:43.897 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:43 smithi038 bash[25002]: cluster 2023-12-05T16:01:42.134778+0000 mgr.y (mgr.14469) 307 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:01:43.897 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:43 smithi038 bash[25002]: audit 2023-12-05T16:01:42.597889+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:01:43.897 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:43 smithi038 bash[25002]: audit 2023-12-05T16:01:42.608984+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-05T16:01:43.897 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:43 smithi038 bash[25002]: audit 2023-12-05T16:01:42.620719+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:01:43.897 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:43 smithi038 bash[25002]: cephadm 2023-12-05T16:01:42.624870+0000 mgr.y (mgr.14469) 308 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-05T16:01:43.897 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:43 smithi038 bash[25002]: cephadm 2023-12-05T16:01:42.628055+0000 mgr.y (mgr.14469) 309 : cephadm [INF] Failing over to other MGR 2023-12-05T16:01:43.898 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:43 smithi038 bash[25002]: audit 2023-12-05T16:01:42.629095+0000 mon.b (mon.2) 125 : audit [INF] from='mgr.14469 172.21.15.16:0/1133562865' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-05T16:01:43.898 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:43 smithi038 bash[25002]: audit 2023-12-05T16:01:42.629298+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-05T16:01:43.898 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:43 smithi038 bash[25002]: cluster 2023-12-05T16:01:42.636713+0000 mon.a (mon.0) 828 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-05T16:01:43.898 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:43 smithi038 bash[45212]: [05/Dec/2023:16:01:43] ENGINE Bus STOPPING 2023-12-05T16:01:43.898 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:43 smithi038 bash[45212]: [05/Dec/2023:16:01:43] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-05T16:01:43.898 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:43 smithi038 bash[45212]: [05/Dec/2023:16:01:43] ENGINE Bus STOPPED 2023-12-05T16:01:43.898 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:43 smithi038 bash[45212]: [05/Dec/2023:16:01:43] ENGINE Bus STARTING 2023-12-05T16:01:44.119 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[25310]: debug 2023-12-05T16:01:43.816+0000 7f12fcd8e000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T16:01:44.120 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:43 smithi016 bash[50303]: level=warn ts=2023-12-05T16:01:43.983Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=2 err="Post \"https://172.21.15.38:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:01:44.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:43 smithi038 bash[45212]: [05/Dec/2023:16:01:43] ENGINE Serving on http://:::9283 2023-12-05T16:01:44.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:43 smithi038 bash[45212]: [05/Dec/2023:16:01:43] ENGINE Bus STARTED 2023-12-05T16:01:44.531 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[50303]: level=warn ts=2023-12-05T16:01:44.234Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=2 err="Post \"https://172.21.15.16:8443//api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:01:44.829 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25310]: debug 2023-12-05T16:01:44.520+0000 7f12fcd8e000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T16:01:44.829 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25310]: debug 2023-12-05T16:01:44.652+0000 7f12fcd8e000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T16:01:44.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.619470+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-05T16:01:44.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: cluster 2023-12-05T16:01:43.619729+0000 mon.a (mon.0) 830 : cluster [DBG] mgrmap e22: x(active, starting, since 0.989097s) 2023-12-05T16:01:44.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.621386+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T16:01:44.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.622282+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T16:01:44.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.622812+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T16:01:44.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.623276+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T16:01:44.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.623739+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:01:44.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.624095+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:01:44.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.624485+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:01:44.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.624983+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:01:44.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.625509+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:01:44.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.626077+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:01:44.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.626632+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:01:44.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.627222+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:01:44.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.627808+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T16:01:44.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.628081+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T16:01:44.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.628771+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T16:01:44.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: cluster 2023-12-05T16:01:43.677962+0000 mon.a (mon.0) 831 : cluster [INF] Manager daemon x is now available 2023-12-05T16:01:44.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.726653+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:44.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: cephadm 2023-12-05T16:01:43.730556+0000 mgr.x (mgr.25090) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-05T16:01:44.831 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.619470+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-05T16:01:44.832 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: cluster 2023-12-05T16:01:43.619729+0000 mon.a (mon.0) 830 : cluster [DBG] mgrmap e22: x(active, starting, since 0.989097s) 2023-12-05T16:01:44.832 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.621386+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T16:01:44.832 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.622282+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T16:01:44.832 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.622812+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T16:01:44.832 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.623276+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T16:01:44.832 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.623739+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:01:44.832 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.624095+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:01:44.832 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.624485+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:01:44.832 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.624983+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:01:44.832 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.625509+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:01:44.832 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.626077+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:01:44.832 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.626632+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:01:44.832 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.627222+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:01:44.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.627808+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T16:01:44.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.628081+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T16:01:44.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.628771+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T16:01:44.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: cluster 2023-12-05T16:01:43.677962+0000 mon.a (mon.0) 831 : cluster [INF] Manager daemon x is now available 2023-12-05T16:01:44.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.726653+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:44.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: cephadm 2023-12-05T16:01:43.730556+0000 mgr.x (mgr.25090) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-05T16:01:44.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.736751+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:44.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: cephadm 2023-12-05T16:01:43.738194+0000 mgr.x (mgr.25090) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-05T16:01:44.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: cephadm 2023-12-05T16:01:43.739176+0000 mgr.x (mgr.25090) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2023-12-05T16:01:44.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: cephadm 2023-12-05T16:01:43.739343+0000 mgr.x (mgr.25090) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2023-12-05T16:01:44.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.745856+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:44.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.760050+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:01:44.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.815705+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:01:44.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.827966+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:01:44.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.828073+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:01:44.834 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.870661+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-05T16:01:44.834 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:43.871032+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-05T16:01:44.834 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:44.311070+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:44.834 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[30458]: audit 2023-12-05T16:01:44.318275+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:44.834 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.736751+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:44.834 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: cephadm 2023-12-05T16:01:43.738194+0000 mgr.x (mgr.25090) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-05T16:01:44.834 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: cephadm 2023-12-05T16:01:43.739176+0000 mgr.x (mgr.25090) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2023-12-05T16:01:44.834 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: cephadm 2023-12-05T16:01:43.739343+0000 mgr.x (mgr.25090) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2023-12-05T16:01:44.834 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.745856+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:44.834 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.760050+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:01:44.834 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.815705+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:01:44.834 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.827966+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:01:44.834 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.828073+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:01:44.834 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.870661+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-05T16:01:44.834 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:43.871032+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-05T16:01:44.835 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:44.311070+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:44.835 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25024]: audit 2023-12-05T16:01:44.318275+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:45.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.619470+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-05T16:01:45.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: cluster 2023-12-05T16:01:43.619729+0000 mon.a (mon.0) 830 : cluster [DBG] mgrmap e22: x(active, starting, since 0.989097s) 2023-12-05T16:01:45.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.621386+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T16:01:45.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.622282+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T16:01:45.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.622812+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T16:01:45.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.623276+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T16:01:45.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.623739+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:01:45.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.624095+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:01:45.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.624485+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:01:45.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.624983+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:01:45.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.625509+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:01:45.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.626077+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:01:45.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.626632+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:01:45.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.627222+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:01:45.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.627808+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T16:01:45.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.628081+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T16:01:45.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.628771+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T16:01:45.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: cluster 2023-12-05T16:01:43.677962+0000 mon.a (mon.0) 831 : cluster [INF] Manager daemon x is now available 2023-12-05T16:01:45.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.726653+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:45.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: cephadm 2023-12-05T16:01:43.730556+0000 mgr.x (mgr.25090) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-05T16:01:45.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.736751+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:45.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: cephadm 2023-12-05T16:01:43.738194+0000 mgr.x (mgr.25090) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-05T16:01:45.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: cephadm 2023-12-05T16:01:43.739176+0000 mgr.x (mgr.25090) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2023-12-05T16:01:45.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: cephadm 2023-12-05T16:01:43.739343+0000 mgr.x (mgr.25090) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2023-12-05T16:01:45.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.745856+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:45.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.760050+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:01:45.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.815705+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:01:45.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.827966+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:01:45.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.828073+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:01:45.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.870661+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-05T16:01:45.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:43.871032+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-05T16:01:45.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:44.311070+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:45.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:44 smithi038 bash[25002]: audit 2023-12-05T16:01:44.318275+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:45.119 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[25310]: debug 2023-12-05T16:01:44.820+0000 7f12fcd8e000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T16:01:45.119 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:44 smithi016 bash[50303]: level=warn ts=2023-12-05T16:01:44.959Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=3 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" 2023-12-05T16:01:45.476 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:45 smithi016 bash[25310]: debug 2023-12-05T16:01:45.160+0000 7f12fcd8e000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T16:01:45.477 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:45 smithi016 bash[25310]: debug 2023-12-05T16:01:45.256+0000 7f12fcd8e000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T16:01:45.869 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:45 smithi016 bash[25310]: debug 2023-12-05T16:01:45.464+0000 7f12fcd8e000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T16:01:45.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:45 smithi016 bash[30458]: cephadm 2023-12-05T16:01:44.353735+0000 mgr.x (mgr.25090) 5 : cephadm [INF] Deploying cephadm binary to smithi038 2023-12-05T16:01:45.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:45 smithi016 bash[30458]: cephadm 2023-12-05T16:01:44.360058+0000 mgr.x (mgr.25090) 6 : cephadm [INF] Deploying cephadm binary to smithi016 2023-12-05T16:01:45.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:45 smithi016 bash[30458]: cluster 2023-12-05T16:01:44.630457+0000 mon.a (mon.0) 839 : cluster [DBG] mgrmap e23: x(active, since 1.99988s) 2023-12-05T16:01:45.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:45 smithi016 bash[30458]: cluster 2023-12-05T16:01:44.660972+0000 mgr.x (mgr.25090) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:01:45.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:45 smithi016 bash[25024]: cephadm 2023-12-05T16:01:44.353735+0000 mgr.x (mgr.25090) 5 : cephadm [INF] Deploying cephadm binary to smithi038 2023-12-05T16:01:45.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:45 smithi016 bash[25024]: cephadm 2023-12-05T16:01:44.360058+0000 mgr.x (mgr.25090) 6 : cephadm [INF] Deploying cephadm binary to smithi016 2023-12-05T16:01:45.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:45 smithi016 bash[25024]: cluster 2023-12-05T16:01:44.630457+0000 mon.a (mon.0) 839 : cluster [DBG] mgrmap e23: x(active, since 1.99988s) 2023-12-05T16:01:45.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:45 smithi016 bash[25024]: cluster 2023-12-05T16:01:44.660972+0000 mgr.x (mgr.25090) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:01:46.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:45 smithi038 bash[25002]: cephadm 2023-12-05T16:01:44.353735+0000 mgr.x (mgr.25090) 5 : cephadm [INF] Deploying cephadm binary to smithi038 2023-12-05T16:01:46.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:45 smithi038 bash[25002]: cephadm 2023-12-05T16:01:44.360058+0000 mgr.x (mgr.25090) 6 : cephadm [INF] Deploying cephadm binary to smithi016 2023-12-05T16:01:46.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:45 smithi038 bash[25002]: cluster 2023-12-05T16:01:44.630457+0000 mon.a (mon.0) 839 : cluster [DBG] mgrmap e23: x(active, since 1.99988s) 2023-12-05T16:01:46.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:45 smithi038 bash[25002]: cluster 2023-12-05T16:01:44.660972+0000 mgr.x (mgr.25090) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:01:46.619 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:46 smithi016 bash[25310]: debug 2023-12-05T16:01:46.360+0000 7f12fcd8e000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T16:01:46.620 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:46 smithi016 bash[25310]: debug 2023-12-05T16:01:46.472+0000 7f12fcd8e000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T16:01:47.055 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:46 smithi016 bash[25024]: cluster 2023-12-05T16:01:45.628395+0000 mgr.x (mgr.25090) 8 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:01:47.055 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:46 smithi016 bash[25310]: debug 2023-12-05T16:01:46.688+0000 7f12fcd8e000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T16:01:47.056 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:46 smithi016 bash[30458]: cluster 2023-12-05T16:01:45.628395+0000 mgr.x (mgr.25090) 8 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:01:47.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:46 smithi038 bash[25002]: cluster 2023-12-05T16:01:45.628395+0000 mgr.x (mgr.25090) 8 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:01:47.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:47 smithi016 bash[25310]: debug 2023-12-05T16:01:47.048+0000 7f12fcd8e000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T16:01:47.649 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:47 smithi016 bash[25310]: debug 2023-12-05T16:01:47.388+0000 7f12fcd8e000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T16:01:48.061 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:47 smithi016 bash[25310]: debug 2023-12-05T16:01:47.772+0000 7f12fcd8e000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T16:01:48.061 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:47 smithi016 bash[25024]: cephadm 2023-12-05T16:01:46.092051+0000 mgr.x (mgr.25090) 9 : cephadm [INF] [05/Dec/2023:16:01:46] ENGINE Bus STARTING 2023-12-05T16:01:48.061 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:47 smithi016 bash[25024]: cephadm 2023-12-05T16:01:46.204066+0000 mgr.x (mgr.25090) 10 : cephadm [INF] [05/Dec/2023:16:01:46] ENGINE Serving on http://172.21.15.38:8765 2023-12-05T16:01:48.061 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:47 smithi016 bash[25024]: cephadm 2023-12-05T16:01:46.412157+0000 mgr.x (mgr.25090) 11 : cephadm [INF] [05/Dec/2023:16:01:46] ENGINE Serving on https://172.21.15.38:7150 2023-12-05T16:01:48.061 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:47 smithi016 bash[25024]: cephadm 2023-12-05T16:01:46.412537+0000 mgr.x (mgr.25090) 12 : cephadm [INF] [05/Dec/2023:16:01:46] ENGINE Bus STARTED 2023-12-05T16:01:48.061 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:47 smithi016 bash[25024]: cluster 2023-12-05T16:01:46.653189+0000 mon.a (mon.0) 840 : cluster [DBG] mgrmap e24: x(active, since 4s) 2023-12-05T16:01:48.062 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:47 smithi016 bash[30458]: cephadm 2023-12-05T16:01:46.092051+0000 mgr.x (mgr.25090) 9 : cephadm [INF] [05/Dec/2023:16:01:46] ENGINE Bus STARTING 2023-12-05T16:01:48.062 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:47 smithi016 bash[30458]: cephadm 2023-12-05T16:01:46.204066+0000 mgr.x (mgr.25090) 10 : cephadm [INF] [05/Dec/2023:16:01:46] ENGINE Serving on http://172.21.15.38:8765 2023-12-05T16:01:48.062 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:47 smithi016 bash[30458]: cephadm 2023-12-05T16:01:46.412157+0000 mgr.x (mgr.25090) 11 : cephadm [INF] [05/Dec/2023:16:01:46] ENGINE Serving on https://172.21.15.38:7150 2023-12-05T16:01:48.062 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:47 smithi016 bash[30458]: cephadm 2023-12-05T16:01:46.412537+0000 mgr.x (mgr.25090) 12 : cephadm [INF] [05/Dec/2023:16:01:46] ENGINE Bus STARTED 2023-12-05T16:01:48.062 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:47 smithi016 bash[30458]: cluster 2023-12-05T16:01:46.653189+0000 mon.a (mon.0) 840 : cluster [DBG] mgrmap e24: x(active, since 4s) 2023-12-05T16:01:48.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:47 smithi038 bash[25002]: cephadm 2023-12-05T16:01:46.092051+0000 mgr.x (mgr.25090) 9 : cephadm [INF] [05/Dec/2023:16:01:46] ENGINE Bus STARTING 2023-12-05T16:01:48.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:47 smithi038 bash[25002]: cephadm 2023-12-05T16:01:46.204066+0000 mgr.x (mgr.25090) 10 : cephadm [INF] [05/Dec/2023:16:01:46] ENGINE Serving on http://172.21.15.38:8765 2023-12-05T16:01:48.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:47 smithi038 bash[25002]: cephadm 2023-12-05T16:01:46.412157+0000 mgr.x (mgr.25090) 11 : cephadm [INF] [05/Dec/2023:16:01:46] ENGINE Serving on https://172.21.15.38:7150 2023-12-05T16:01:48.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:47 smithi038 bash[25002]: cephadm 2023-12-05T16:01:46.412537+0000 mgr.x (mgr.25090) 12 : cephadm [INF] [05/Dec/2023:16:01:46] ENGINE Bus STARTED 2023-12-05T16:01:48.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:47 smithi038 bash[25002]: cluster 2023-12-05T16:01:46.653189+0000 mon.a (mon.0) 840 : cluster [DBG] mgrmap e24: x(active, since 4s) 2023-12-05T16:01:48.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:48 smithi016 bash[25310]: debug 2023-12-05T16:01:48.056+0000 7f12fcd8e000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T16:01:48.953 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:48 smithi038 bash[25002]: cluster 2023-12-05T16:01:47.629273+0000 mgr.x (mgr.25090) 13 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:01:49.047 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:48 smithi016 bash[25024]: cluster 2023-12-05T16:01:47.629273+0000 mgr.x (mgr.25090) 13 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:01:49.047 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:48 smithi016 bash[30458]: cluster 2023-12-05T16:01:47.629273+0000 mgr.x (mgr.25090) 13 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:01:49.048 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:48 smithi016 bash[25310]: debug 2023-12-05T16:01:48.764+0000 7f12fcd8e000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T16:01:49.048 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:48 smithi016 bash[25310]: debug 2023-12-05T16:01:48.872+0000 7f12fcd8e000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T16:01:49.310 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:49 smithi016 bash[25310]: debug 2023-12-05T16:01:49.040+0000 7f12fcd8e000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T16:01:49.310 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:49 smithi016 bash[25310]: debug 2023-12-05T16:01:49.156+0000 7f12fcd8e000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T16:01:49.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:48 smithi038 bash[45212]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:01:48] "GET /metrics HTTP/1.1" 200 35135 "" "Prometheus/2.33.4" 2023-12-05T16:01:49.608 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:49 smithi016 bash[25310]: debug 2023-12-05T16:01:49.304+0000 7f12fcd8e000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T16:01:49.869 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:49 smithi016 bash[25310]: debug 2023-12-05T16:01:49.600+0000 7f12fcd8e000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T16:01:49.869 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:49 smithi016 bash[25310]: debug 2023-12-05T16:01:49.728+0000 7f12fcd8e000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T16:01:50.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:49 smithi016 bash[25310]: debug 2023-12-05T16:01:49.920+0000 7f12fcd8e000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T16:01:50.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:50 smithi016 bash[25310]: debug 2023-12-05T16:01:50.048+0000 7f12fcd8e000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T16:01:50.952 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:50 smithi016 bash[25024]: audit 2023-12-05T16:01:48.889508+0000 mgr.x (mgr.25090) 14 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:01:50.952 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:50 smithi016 bash[25024]: cluster 2023-12-05T16:01:49.629991+0000 mgr.x (mgr.25090) 15 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:01:50.952 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:50 smithi016 bash[30458]: audit 2023-12-05T16:01:48.889508+0000 mgr.x (mgr.25090) 14 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:01:50.952 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:50 smithi016 bash[30458]: cluster 2023-12-05T16:01:49.629991+0000 mgr.x (mgr.25090) 15 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:01:51.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:50 smithi038 bash[25002]: audit 2023-12-05T16:01:48.889508+0000 mgr.x (mgr.25090) 14 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:01:51.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:50 smithi038 bash[25002]: cluster 2023-12-05T16:01:49.629991+0000 mgr.x (mgr.25090) 15 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:01:51.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:50 smithi016 bash[25310]: debug 2023-12-05T16:01:50.944+0000 7f12fcd8e000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T16:01:51.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:50 smithi016 bash[25310]: [05/Dec/2023:16:01:50] ENGINE Bus STARTING 2023-12-05T16:01:51.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:51 smithi016 bash[25310]: CherryPy Checker: 2023-12-05T16:01:51.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:51 smithi016 bash[25310]: The Application mounted at '' has an empty config. 2023-12-05T16:01:51.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:51 smithi016 bash[25310]: [05/Dec/2023:16:01:51] ENGINE Serving on http://:::9283 2023-12-05T16:01:51.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:51 smithi016 bash[25310]: [05/Dec/2023:16:01:51] ENGINE Bus STARTED 2023-12-05T16:01:52.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:51 smithi038 bash[25002]: cluster 2023-12-05T16:01:50.965719+0000 mon.a (mon.0) 841 : cluster [DBG] Standby manager daemon y started 2023-12-05T16:01:52.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:51 smithi038 bash[25002]: audit 2023-12-05T16:01:50.969790+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.? 172.21.15.16:0/279713044' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-05T16:01:52.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:51 smithi038 bash[25002]: audit 2023-12-05T16:01:50.970440+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.? 172.21.15.16:0/279713044' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:01:52.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:51 smithi038 bash[25002]: audit 2023-12-05T16:01:50.974420+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.? 172.21.15.16:0/279713044' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-05T16:01:52.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:51 smithi038 bash[25002]: audit 2023-12-05T16:01:50.976506+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.? 172.21.15.16:0/279713044' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:01:52.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:51 smithi016 bash[30458]: cluster 2023-12-05T16:01:50.965719+0000 mon.a (mon.0) 841 : cluster [DBG] Standby manager daemon y started 2023-12-05T16:01:52.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:51 smithi016 bash[30458]: audit 2023-12-05T16:01:50.969790+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.? 172.21.15.16:0/279713044' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-05T16:01:52.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:51 smithi016 bash[30458]: audit 2023-12-05T16:01:50.970440+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.? 172.21.15.16:0/279713044' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:01:52.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:51 smithi016 bash[30458]: audit 2023-12-05T16:01:50.974420+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.? 172.21.15.16:0/279713044' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-05T16:01:52.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:51 smithi016 bash[30458]: audit 2023-12-05T16:01:50.976506+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.? 172.21.15.16:0/279713044' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:01:52.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:51 smithi016 bash[25024]: cluster 2023-12-05T16:01:50.965719+0000 mon.a (mon.0) 841 : cluster [DBG] Standby manager daemon y started 2023-12-05T16:01:52.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:51 smithi016 bash[25024]: audit 2023-12-05T16:01:50.969790+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.? 172.21.15.16:0/279713044' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-05T16:01:52.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:51 smithi016 bash[25024]: audit 2023-12-05T16:01:50.970440+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.? 172.21.15.16:0/279713044' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:01:52.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:51 smithi016 bash[25024]: audit 2023-12-05T16:01:50.974420+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.? 172.21.15.16:0/279713044' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-05T16:01:52.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:51 smithi016 bash[25024]: audit 2023-12-05T16:01:50.976506+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.? 172.21.15.16:0/279713044' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:01:53.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:52 smithi038 bash[25002]: cluster 2023-12-05T16:01:51.631564+0000 mgr.x (mgr.25090) 16 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-05T16:01:53.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:52 smithi038 bash[25002]: cluster 2023-12-05T16:01:51.682712+0000 mon.a (mon.0) 846 : cluster [DBG] mgrmap e25: x(active, since 9s), standbys: y 2023-12-05T16:01:53.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:52 smithi038 bash[25002]: audit 2023-12-05T16:01:51.687247+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T16:01:53.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:52 smithi016 bash[25024]: cluster 2023-12-05T16:01:51.631564+0000 mgr.x (mgr.25090) 16 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-05T16:01:53.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:52 smithi016 bash[25024]: cluster 2023-12-05T16:01:51.682712+0000 mon.a (mon.0) 846 : cluster [DBG] mgrmap e25: x(active, since 9s), standbys: y 2023-12-05T16:01:53.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:52 smithi016 bash[25024]: audit 2023-12-05T16:01:51.687247+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T16:01:53.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:52 smithi016 bash[30458]: cluster 2023-12-05T16:01:51.631564+0000 mgr.x (mgr.25090) 16 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-05T16:01:53.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:52 smithi016 bash[30458]: cluster 2023-12-05T16:01:51.682712+0000 mon.a (mon.0) 846 : cluster [DBG] mgrmap e25: x(active, since 9s), standbys: y 2023-12-05T16:01:53.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:52 smithi016 bash[30458]: audit 2023-12-05T16:01:51.687247+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T16:01:53.620 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:53 smithi016 bash[50303]: level=warn ts=2023-12-05T16:01:53.300Z 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.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:01:53.620 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:53 smithi016 bash[50303]: level=error ts=2023-12-05T16:01:53.516Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: 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" 2023-12-05T16:01:53.620 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:53 smithi016 bash[50303]: level=warn ts=2023-12-05T16:01:53.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:01:53.620 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:01:53 smithi016 bash[50303]: level=warn ts=2023-12-05T16:01:53.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.38:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2023-12-05T16:01:55.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:54 smithi038 bash[25002]: cluster 2023-12-05T16:01:53.632396+0000 mgr.x (mgr.25090) 17 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-05T16:01:55.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:54 smithi016 bash[25024]: cluster 2023-12-05T16:01:53.632396+0000 mgr.x (mgr.25090) 17 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-05T16:01:55.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:54 smithi016 bash[30458]: cluster 2023-12-05T16:01:53.632396+0000 mgr.x (mgr.25090) 17 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-05T16:01:56.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:56 smithi038 bash[25002]: cluster 2023-12-05T16:01:55.634079+0000 mgr.x (mgr.25090) 18 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-05T16:01:56.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:56 smithi016 bash[25024]: cluster 2023-12-05T16:01:55.634079+0000 mgr.x (mgr.25090) 18 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-05T16:01:56.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:56 smithi016 bash[30458]: cluster 2023-12-05T16:01:55.634079+0000 mgr.x (mgr.25090) 18 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-05T16:01:58.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:01:58 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:01:58] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T16:01:59.088 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:01:58 smithi038 bash[45212]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:01:58] "GET /metrics HTTP/1.1" 200 38139 "" "Prometheus/2.33.4" 2023-12-05T16:01:59.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:58 smithi038 bash[25002]: cluster 2023-12-05T16:01:57.634567+0000 mgr.x (mgr.25090) 19 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:01:59.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:58 smithi038 bash[25002]: audit 2023-12-05T16:01:58.459163+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:59.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:58 smithi038 bash[25002]: audit 2023-12-05T16:01:58.474333+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:59.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:58 smithi038 bash[25002]: audit 2023-12-05T16:01:58.514932+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:59.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:58 smithi038 bash[25002]: audit 2023-12-05T16:01:58.529221+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:59.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:58 smithi016 bash[25024]: cluster 2023-12-05T16:01:57.634567+0000 mgr.x (mgr.25090) 19 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:01:59.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:58 smithi016 bash[25024]: audit 2023-12-05T16:01:58.459163+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:59.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:58 smithi016 bash[25024]: audit 2023-12-05T16:01:58.474333+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:59.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:58 smithi016 bash[25024]: audit 2023-12-05T16:01:58.514932+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:59.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:58 smithi016 bash[25024]: audit 2023-12-05T16:01:58.529221+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:59.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:58 smithi016 bash[30458]: cluster 2023-12-05T16:01:57.634567+0000 mgr.x (mgr.25090) 19 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:01:59.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:58 smithi016 bash[30458]: audit 2023-12-05T16:01:58.459163+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:59.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:58 smithi016 bash[30458]: audit 2023-12-05T16:01:58.474333+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:59.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:58 smithi016 bash[30458]: audit 2023-12-05T16:01:58.514932+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:01:59.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:58 smithi016 bash[30458]: audit 2023-12-05T16:01:58.529221+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:00.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:59 smithi038 bash[25002]: audit 2023-12-05T16:01:58.815865+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:02:00.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:59 smithi038 bash[25002]: audit 2023-12-05T16:01:59.636577+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:00.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:59 smithi038 bash[25002]: audit 2023-12-05T16:01:59.644624+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:00.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:59 smithi038 bash[25002]: audit 2023-12-05T16:01:59.658011+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:00.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:59 smithi038 bash[25002]: audit 2023-12-05T16:01:59.663072+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:59 smithi038 bash[25002]: audit 2023-12-05T16:01:59.666453+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:00.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:59 smithi038 bash[25002]: audit 2023-12-05T16:01:59.667565+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:59 smithi038 bash[25002]: audit 2023-12-05T16:01:59.670876+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:59 smithi038 bash[25002]: audit 2023-12-05T16:01:59.670949+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:59 smithi038 bash[25002]: audit 2023-12-05T16:01:59.673353+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:59 smithi038 bash[25002]: audit 2023-12-05T16:01:59.673372+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:59 smithi038 bash[25002]: audit 2023-12-05T16:01:59.675743+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:59 smithi038 bash[25002]: audit 2023-12-05T16:01:59.675751+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:01:59 smithi038 bash[25002]: audit 2023-12-05T16:01:59.686831+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:00.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[30458]: audit 2023-12-05T16:01:58.815865+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:02:00.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[30458]: audit 2023-12-05T16:01:59.636577+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:00.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[30458]: audit 2023-12-05T16:01:59.644624+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:00.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[30458]: audit 2023-12-05T16:01:59.658011+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:00.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[30458]: audit 2023-12-05T16:01:59.663072+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[30458]: audit 2023-12-05T16:01:59.666453+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:00.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[30458]: audit 2023-12-05T16:01:59.667565+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[30458]: audit 2023-12-05T16:01:59.670876+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[30458]: audit 2023-12-05T16:01:59.670949+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[30458]: audit 2023-12-05T16:01:59.673353+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[30458]: audit 2023-12-05T16:01:59.673372+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[30458]: audit 2023-12-05T16:01:59.675743+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[30458]: audit 2023-12-05T16:01:59.675751+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[30458]: audit 2023-12-05T16:01:59.686831+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:00.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[25024]: audit 2023-12-05T16:01:58.815865+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:02:00.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[25024]: audit 2023-12-05T16:01:59.636577+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:00.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[25024]: audit 2023-12-05T16:01:59.644624+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:00.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[25024]: audit 2023-12-05T16:01:59.658011+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:00.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[25024]: audit 2023-12-05T16:01:59.663072+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[25024]: audit 2023-12-05T16:01:59.666453+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:00.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[25024]: audit 2023-12-05T16:01:59.667565+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[25024]: audit 2023-12-05T16:01:59.670876+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[25024]: audit 2023-12-05T16:01:59.670949+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[25024]: audit 2023-12-05T16:01:59.673353+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[25024]: audit 2023-12-05T16:01:59.673372+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[25024]: audit 2023-12-05T16:01:59.675743+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[25024]: audit 2023-12-05T16:01:59.675751+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:00.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:01:59 smithi016 bash[25024]: audit 2023-12-05T16:01:59.686831+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:01.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:00 smithi038 bash[25002]: audit 2023-12-05T16:01:58.897510+0000 mgr.x (mgr.25090) 20 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:02:01.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:00 smithi038 bash[25002]: cluster 2023-12-05T16:01:59.635257+0000 mgr.x (mgr.25090) 21 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:02:01.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:00 smithi038 bash[25002]: cephadm 2023-12-05T16:01:59.678044+0000 mgr.x (mgr.25090) 22 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 2782M 2023-12-05T16:02:01.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:00 smithi016 bash[30458]: audit 2023-12-05T16:01:58.897510+0000 mgr.x (mgr.25090) 20 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:02:01.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:00 smithi016 bash[30458]: cluster 2023-12-05T16:01:59.635257+0000 mgr.x (mgr.25090) 21 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:02:01.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:00 smithi016 bash[30458]: cephadm 2023-12-05T16:01:59.678044+0000 mgr.x (mgr.25090) 22 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 2782M 2023-12-05T16:02:01.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:00 smithi016 bash[25024]: audit 2023-12-05T16:01:58.897510+0000 mgr.x (mgr.25090) 20 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:02:01.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:00 smithi016 bash[25024]: cluster 2023-12-05T16:01:59.635257+0000 mgr.x (mgr.25090) 21 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:02:01.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:00 smithi016 bash[25024]: cephadm 2023-12-05T16:01:59.678044+0000 mgr.x (mgr.25090) 22 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 2782M 2023-12-05T16:02:02.588 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:02 smithi038 bash[41598]: ts=2023-12-05T16:02:02.314Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.38:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.16:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:02:03.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:02 smithi038 bash[25002]: cluster 2023-12-05T16:02:01.637020+0000 mgr.x (mgr.25090) 23 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:02:03.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:02 smithi016 bash[25024]: cluster 2023-12-05T16:02:01.637020+0000 mgr.x (mgr.25090) 23 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:02:03.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:02 smithi016 bash[30458]: cluster 2023-12-05T16:02:01.637020+0000 mgr.x (mgr.25090) 23 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:02:03.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:03 smithi016 bash[50303]: level=error ts=2023-12-05T16:02:03.517Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[1]: 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[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:02:03.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:03 smithi016 bash[50303]: level=warn ts=2023-12-05T16:02:03.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.38:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2023-12-05T16:02:03.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:03 smithi016 bash[50303]: level=warn ts=2023-12-05T16:02:03.522Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:02:05.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:04 smithi038 bash[25002]: cluster 2023-12-05T16:02:03.637783+0000 mgr.x (mgr.25090) 24 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:05.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:04 smithi016 bash[25024]: cluster 2023-12-05T16:02:03.637783+0000 mgr.x (mgr.25090) 24 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:05.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:04 smithi016 bash[30458]: cluster 2023-12-05T16:02:03.637783+0000 mgr.x (mgr.25090) 24 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:06.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:06 smithi038 bash[25002]: cluster 2023-12-05T16:02:05.639762+0000 mgr.x (mgr.25090) 25 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:06.369 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:06 smithi016 bash[25024]: cluster 2023-12-05T16:02:05.639762+0000 mgr.x (mgr.25090) 25 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:06.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:06 smithi016 bash[30458]: cluster 2023-12-05T16:02:05.639762+0000 mgr.x (mgr.25090) 25 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:08.218 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:02:08.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:02:08 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:02:08] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T16:02:08.948 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:08 smithi038 bash[25002]: cluster 2023-12-05T16:02:07.640589+0000 mgr.x (mgr.25090) 26 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:08.985 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:02:08.985 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (5m) 10s ago 6m 19.3M - 0.23.0 ba2b418f427c 081d153fb6f3 2023-12-05T16:02:08.985 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (6m) 10s ago 6m 47.2M - 8.3.5 dad864ee21e9 2ab2d15f5da7 2023-12-05T16:02:08.985 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (4m) 10s ago 4m 47.7M - 3.5 e1d6a67b021e 0469dce4c73a 2023-12-05T16:02:08.985 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283 running (38s) 10s ago 12m 479M - 19.0.0-13-ge6605fb8 104f332cd0a9 45e6adf197ba 2023-12-05T16:02:08.985 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:9283 running (14m) 10s ago 14m 406M - 17.2.0 e1d6a67b021e f9ce69c968fc 2023-12-05T16:02:08.985 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (14m) 10s ago 14m 59.3M 2048M 17.2.0 e1d6a67b021e 0139c8c8b6bf 2023-12-05T16:02:08.985 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (12m) 10s ago 12m 49.2M 2048M 17.2.0 e1d6a67b021e cedaff747574 2023-12-05T16:02:08.985 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (12m) 10s ago 12m 44.9M 2048M 17.2.0 e1d6a67b021e 4aaf0f854d64 2023-12-05T16:02:08.985 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (6m) 10s ago 6m 12.0M - 1.3.1 1dbe0e931976 6c11cf7ea2bc 2023-12-05T16:02:08.985 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (6m) 10s ago 6m 15.0M - 1.3.1 1dbe0e931976 5ed44184ac56 2023-12-05T16:02:08.986 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (12m) 10s ago 12m 57.0M 2782M 17.2.0 e1d6a67b021e 4f30dfb19a1d 2023-12-05T16:02:08.986 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (11m) 10s ago 11m 57.7M 2782M 17.2.0 e1d6a67b021e 86b3fa0a663f 2023-12-05T16:02:08.986 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (10m) 10s ago 10m 54.6M 2782M 17.2.0 e1d6a67b021e 4490977f74dc 2023-12-05T16:02:08.986 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (10m) 10s ago 10m 55.2M 2782M 17.2.0 e1d6a67b021e 715c72066f0e 2023-12-05T16:02:08.986 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (9m) 10s ago 9m 56.6M 4318M 17.2.0 e1d6a67b021e 1e5c4e736858 2023-12-05T16:02:08.986 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (8m) 10s ago 9m 53.9M 4318M 17.2.0 e1d6a67b021e 8938c96c499f 2023-12-05T16:02:08.986 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (8m) 10s ago 8m 53.7M 4318M 17.2.0 e1d6a67b021e ac02a2497ba9 2023-12-05T16:02:08.986 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (7m) 10s ago 7m 54.6M 4318M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T16:02:08.986 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (5m) 10s ago 6m 67.9M - 2.33.4 514e6a882f6e 778b6302b2cd 2023-12-05T16:02:08.986 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (4m) 10s ago 4m 85.5M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:02:08.986 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (4m) 10s ago 4m 85.3M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:02:08.986 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (4m) 10s ago 4m 85.2M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:02:08.986 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (4m) 10s ago 4m 85.2M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:02:09.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:08 smithi016 bash[25024]: cluster 2023-12-05T16:02:07.640589+0000 mgr.x (mgr.25090) 26 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:09.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:08 smithi016 bash[30458]: cluster 2023-12-05T16:02:07.640589+0000 mgr.x (mgr.25090) 26 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:09.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:02:08 smithi038 bash[45212]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:02:08] "GET /metrics HTTP/1.1" 200 38139 "" "Prometheus/2.33.4" 2023-12-05T16:02:09.458 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:02:09.458 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:02:09.458 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-05T16:02:09.458 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:02:09.458 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:02:09.459 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T16:02:09.459 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:02:09.459 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:02:09.459 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:02:09.459 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:02:09.459 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:02:09.459 INFO:teuthology.orchestra.run.smithi016.stdout: "mds": {}, 2023-12-05T16:02:09.459 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:02:09.459 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:02:09.459 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:02:09.459 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:02:09.459 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-05T16:02:09.459 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:02:09.459 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:02:09.459 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:02:09.861 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:02:09.862 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:02:09.862 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:02:09.862 INFO:teuthology.orchestra.run.smithi016.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:02:09.862 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [], 2023-12-05T16:02:09.862 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T16:02:09.862 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "", 2023-12-05T16:02:09.862 INFO:teuthology.orchestra.run.smithi016.stdout: "is_paused": false 2023-12-05T16:02:09.862 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:02:10.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:09 smithi038 bash[25002]: audit 2023-12-05T16:02:08.193866+0000 mgr.x (mgr.25090) 27 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:10.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:09 smithi038 bash[25002]: audit 2023-12-05T16:02:08.581082+0000 mgr.x (mgr.25090) 28 : audit [DBG] from='client.25165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:10.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:09 smithi038 bash[25002]: audit 2023-12-05T16:02:09.372022+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:10.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:09 smithi038 bash[25002]: audit 2023-12-05T16:02:09.384852+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:10.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:09 smithi038 bash[25002]: audit 2023-12-05T16:02:09.389146+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:09 smithi038 bash[25002]: audit 2023-12-05T16:02:09.389200+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:09 smithi038 bash[25002]: audit 2023-12-05T16:02:09.391832+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:09 smithi038 bash[25002]: audit 2023-12-05T16:02:09.391846+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:09 smithi038 bash[25002]: audit 2023-12-05T16:02:09.394675+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:09 smithi038 bash[25002]: audit 2023-12-05T16:02:09.394697+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:09 smithi038 bash[25002]: audit 2023-12-05T16:02:09.397365+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:09 smithi038 bash[25002]: audit 2023-12-05T16:02:09.397393+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:09 smithi038 bash[25002]: audit 2023-12-05T16:02:09.407669+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:10.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:09 smithi038 bash[25002]: audit 2023-12-05T16:02:09.410710+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:02:10.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:09 smithi038 bash[25002]: audit 2023-12-05T16:02:09.412446+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:02:10.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:09 smithi038 bash[25002]: audit 2023-12-05T16:02:09.453368+0000 mon.a (mon.0) 867 : audit [DBG] from='client.? 172.21.15.16:0/2649362528' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:02:10.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[30458]: audit 2023-12-05T16:02:08.193866+0000 mgr.x (mgr.25090) 27 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:10.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[30458]: audit 2023-12-05T16:02:08.581082+0000 mgr.x (mgr.25090) 28 : audit [DBG] from='client.25165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:10.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[30458]: audit 2023-12-05T16:02:09.372022+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:10.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[30458]: audit 2023-12-05T16:02:09.384852+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:10.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[30458]: audit 2023-12-05T16:02:09.389146+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[30458]: audit 2023-12-05T16:02:09.389200+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[30458]: audit 2023-12-05T16:02:09.391832+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[30458]: audit 2023-12-05T16:02:09.391846+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[30458]: audit 2023-12-05T16:02:09.394675+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[30458]: audit 2023-12-05T16:02:09.394697+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[30458]: audit 2023-12-05T16:02:09.397365+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[30458]: audit 2023-12-05T16:02:09.397393+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[30458]: audit 2023-12-05T16:02:09.407669+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:10.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[30458]: audit 2023-12-05T16:02:09.410710+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:02:10.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[30458]: audit 2023-12-05T16:02:09.412446+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:02:10.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[30458]: audit 2023-12-05T16:02:09.453368+0000 mon.a (mon.0) 867 : audit [DBG] from='client.? 172.21.15.16:0/2649362528' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:02:10.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[25024]: audit 2023-12-05T16:02:08.193866+0000 mgr.x (mgr.25090) 27 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:10.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[25024]: audit 2023-12-05T16:02:08.581082+0000 mgr.x (mgr.25090) 28 : audit [DBG] from='client.25165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:10.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[25024]: audit 2023-12-05T16:02:09.372022+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:10.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[25024]: audit 2023-12-05T16:02:09.384852+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:10.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[25024]: audit 2023-12-05T16:02:09.389146+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[25024]: audit 2023-12-05T16:02:09.389200+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[25024]: audit 2023-12-05T16:02:09.391832+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[25024]: audit 2023-12-05T16:02:09.391846+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[25024]: audit 2023-12-05T16:02:09.394675+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[25024]: audit 2023-12-05T16:02:09.394697+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[25024]: audit 2023-12-05T16:02:09.397365+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[25024]: audit 2023-12-05T16:02:09.397393+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:02:10.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[25024]: audit 2023-12-05T16:02:09.407669+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:10.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[25024]: audit 2023-12-05T16:02:09.410710+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:02:10.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[25024]: audit 2023-12-05T16:02:09.412446+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:02:10.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:09 smithi016 bash[25024]: audit 2023-12-05T16:02:09.453368+0000 mon.a (mon.0) 867 : audit [DBG] from='client.? 172.21.15.16:0/2649362528' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:02:10.316 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_OK 2023-12-05T16:02:11.082 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:10 smithi016 systemd[1]: Stopping Ceph node-exporter.a for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:02:11.083 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[59676]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-node-exporter.a 2023-12-05T16:02:11.083 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: audit 2023-12-05T16:02:08.904456+0000 mgr.x (mgr.25090) 29 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:02:11.083 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: audit 2023-12-05T16:02:08.954622+0000 mgr.x (mgr.25090) 30 : audit [DBG] from='client.25171 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:11.083 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: cephadm 2023-12-05T16:02:09.399688+0000 mgr.x (mgr.25090) 31 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 3038M 2023-12-05T16:02:11.083 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: cephadm 2023-12-05T16:02:09.415157+0000 mgr.x (mgr.25090) 32 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T16:02:11.083 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: cephadm 2023-12-05T16:02:09.415510+0000 mgr.x (mgr.25090) 33 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T16:02:11.083 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: cephadm 2023-12-05T16:02:09.580473+0000 mgr.x (mgr.25090) 34 : cephadm [INF] Updating smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:02:11.083 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: cephadm 2023-12-05T16:02:09.580844+0000 mgr.x (mgr.25090) 35 : cephadm [INF] Updating smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:02:11.083 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: cluster 2023-12-05T16:02:09.641291+0000 mgr.x (mgr.25090) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:11.083 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: cephadm 2023-12-05T16:02:09.745475+0000 mgr.x (mgr.25090) 37 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:02:11.084 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: cephadm 2023-12-05T16:02:09.746146+0000 mgr.x (mgr.25090) 38 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:02:11.084 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: audit 2023-12-05T16:02:10.085014+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.084 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: audit 2023-12-05T16:02:10.091133+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.084 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: audit 2023-12-05T16:02:10.099850+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.084 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: audit 2023-12-05T16:02:10.105068+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.084 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: audit 2023-12-05T16:02:10.113787+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.084 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: audit 2023-12-05T16:02:10.195310+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.084 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: audit 2023-12-05T16:02:10.203688+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.084 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: audit 2023-12-05T16:02:10.210015+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.084 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: audit 2023-12-05T16:02:10.216765+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.084 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[25024]: audit 2023-12-05T16:02:10.311818+0000 mon.c (mon.1) 54 : audit [DBG] from='client.? 172.21.15.16:0/1953649835' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:02:11.084 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: audit 2023-12-05T16:02:08.904456+0000 mgr.x (mgr.25090) 29 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:02:11.084 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: audit 2023-12-05T16:02:08.954622+0000 mgr.x (mgr.25090) 30 : audit [DBG] from='client.25171 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:11.084 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: cephadm 2023-12-05T16:02:09.399688+0000 mgr.x (mgr.25090) 31 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 3038M 2023-12-05T16:02:11.085 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: cephadm 2023-12-05T16:02:09.415157+0000 mgr.x (mgr.25090) 32 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T16:02:11.085 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: cephadm 2023-12-05T16:02:09.415510+0000 mgr.x (mgr.25090) 33 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T16:02:11.085 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: cephadm 2023-12-05T16:02:09.580473+0000 mgr.x (mgr.25090) 34 : cephadm [INF] Updating smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:02:11.085 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: cephadm 2023-12-05T16:02:09.580844+0000 mgr.x (mgr.25090) 35 : cephadm [INF] Updating smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:02:11.085 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: cluster 2023-12-05T16:02:09.641291+0000 mgr.x (mgr.25090) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:11.085 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: cephadm 2023-12-05T16:02:09.745475+0000 mgr.x (mgr.25090) 37 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:02:11.085 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: cephadm 2023-12-05T16:02:09.746146+0000 mgr.x (mgr.25090) 38 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:02:11.085 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: audit 2023-12-05T16:02:10.085014+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.085 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: audit 2023-12-05T16:02:10.091133+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.085 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: audit 2023-12-05T16:02:10.099850+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.085 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: audit 2023-12-05T16:02:10.105068+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.085 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: audit 2023-12-05T16:02:10.113787+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.085 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: audit 2023-12-05T16:02:10.195310+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.085 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: audit 2023-12-05T16:02:10.203688+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.086 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: audit 2023-12-05T16:02:10.210015+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.086 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: audit 2023-12-05T16:02:10.216765+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.086 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:10 smithi016 bash[30458]: audit 2023-12-05T16:02:10.311818+0000 mon.c (mon.1) 54 : audit [DBG] from='client.? 172.21.15.16:0/1953649835' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:02:11.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: audit 2023-12-05T16:02:08.904456+0000 mgr.x (mgr.25090) 29 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:02:11.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: audit 2023-12-05T16:02:08.954622+0000 mgr.x (mgr.25090) 30 : audit [DBG] from='client.25171 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:11.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: cephadm 2023-12-05T16:02:09.399688+0000 mgr.x (mgr.25090) 31 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 3038M 2023-12-05T16:02:11.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: cephadm 2023-12-05T16:02:09.415157+0000 mgr.x (mgr.25090) 32 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T16:02:11.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: cephadm 2023-12-05T16:02:09.415510+0000 mgr.x (mgr.25090) 33 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T16:02:11.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: cephadm 2023-12-05T16:02:09.580473+0000 mgr.x (mgr.25090) 34 : cephadm [INF] Updating smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:02:11.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: cephadm 2023-12-05T16:02:09.580844+0000 mgr.x (mgr.25090) 35 : cephadm [INF] Updating smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:02:11.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: cluster 2023-12-05T16:02:09.641291+0000 mgr.x (mgr.25090) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:11.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: cephadm 2023-12-05T16:02:09.745475+0000 mgr.x (mgr.25090) 37 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:02:11.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: cephadm 2023-12-05T16:02:09.746146+0000 mgr.x (mgr.25090) 38 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:02:11.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: audit 2023-12-05T16:02:10.085014+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: audit 2023-12-05T16:02:10.091133+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: audit 2023-12-05T16:02:10.099850+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: audit 2023-12-05T16:02:10.105068+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: audit 2023-12-05T16:02:10.113787+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: audit 2023-12-05T16:02:10.195310+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: audit 2023-12-05T16:02:10.203688+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: audit 2023-12-05T16:02:10.210015+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: audit 2023-12-05T16:02:10.216765+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:11.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:10 smithi038 bash[25002]: audit 2023-12-05T16:02:10.311818+0000 mon.c (mon.1) 54 : audit [DBG] from='client.? 172.21.15.16:0/1953649835' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:02:11.794 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:11 smithi016 bash[25024]: audit 2023-12-05T16:02:09.856736+0000 mgr.x (mgr.25090) 39 : audit [DBG] from='client.25183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:11.794 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:11 smithi016 bash[25024]: cephadm 2023-12-05T16:02:09.910302+0000 mgr.x (mgr.25090) 40 : cephadm [INF] Updating smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:02:11.794 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:11 smithi016 bash[25024]: cephadm 2023-12-05T16:02:09.910490+0000 mgr.x (mgr.25090) 41 : cephadm [INF] Updating smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:02:11.794 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:11 smithi016 bash[25024]: cephadm 2023-12-05T16:02:10.220200+0000 mgr.x (mgr.25090) 42 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-05T16:02:11.794 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:11 smithi016 bash[25024]: cephadm 2023-12-05T16:02:10.221074+0000 mgr.x (mgr.25090) 43 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi016 2023-12-05T16:02:11.794 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:11 smithi016 bash[30458]: audit 2023-12-05T16:02:09.856736+0000 mgr.x (mgr.25090) 39 : audit [DBG] from='client.25183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:11.794 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:11 smithi016 bash[30458]: cephadm 2023-12-05T16:02:09.910302+0000 mgr.x (mgr.25090) 40 : cephadm [INF] Updating smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:02:11.794 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:11 smithi016 bash[30458]: cephadm 2023-12-05T16:02:09.910490+0000 mgr.x (mgr.25090) 41 : cephadm [INF] Updating smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:02:11.795 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:11 smithi016 bash[30458]: cephadm 2023-12-05T16:02:10.220200+0000 mgr.x (mgr.25090) 42 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-05T16:02:11.795 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:11 smithi016 bash[30458]: cephadm 2023-12-05T16:02:10.221074+0000 mgr.x (mgr.25090) 43 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi016 2023-12-05T16:02:11.795 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:11 smithi016 bash[59685]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-node-exporter-a 2023-12-05T16:02:11.795 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:11 smithi016 bash[59733]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-node-exporter.a 2023-12-05T16:02:11.795 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:11 smithi016 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-05T16:02:11.795 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:11 smithi016 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-05T16:02:11.795 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:11 smithi016 systemd[1]: Stopped Ceph node-exporter.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:02:11.795 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:11 smithi016 systemd[1]: Started Ceph node-exporter.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:02:12.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:11 smithi038 bash[25002]: audit 2023-12-05T16:02:09.856736+0000 mgr.x (mgr.25090) 39 : audit [DBG] from='client.25183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:12.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:11 smithi038 bash[25002]: cephadm 2023-12-05T16:02:09.910302+0000 mgr.x (mgr.25090) 40 : cephadm [INF] Updating smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:02:12.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:11 smithi038 bash[25002]: cephadm 2023-12-05T16:02:09.910490+0000 mgr.x (mgr.25090) 41 : cephadm [INF] Updating smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:02:12.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:11 smithi038 bash[25002]: cephadm 2023-12-05T16:02:10.220200+0000 mgr.x (mgr.25090) 42 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-05T16:02:12.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:11 smithi038 bash[25002]: cephadm 2023-12-05T16:02:10.221074+0000 mgr.x (mgr.25090) 43 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi016 2023-12-05T16:02:12.588 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:12 smithi038 bash[41598]: ts=2023-12-05T16:02:12.314Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.38:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.16:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:02:13.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:12 smithi038 bash[25002]: cluster 2023-12-05T16:02:11.642997+0000 mgr.x (mgr.25090) 44 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:13.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:12 smithi038 bash[25002]: audit 2023-12-05T16:02:11.774166+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:13.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:12 smithi038 bash[25002]: audit 2023-12-05T16:02:11.787298+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:13.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[25024]: cluster 2023-12-05T16:02:11.642997+0000 mgr.x (mgr.25090) 44 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:13.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[25024]: audit 2023-12-05T16:02:11.774166+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:13.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[25024]: audit 2023-12-05T16:02:11.787298+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:13.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[30458]: cluster 2023-12-05T16:02:11.642997+0000 mgr.x (mgr.25090) 44 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:13.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[30458]: audit 2023-12-05T16:02:11.774166+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:13.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[30458]: audit 2023-12-05T16:02:11.787298+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:13.120 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.765Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-05T16:02:13.121 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.765Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2023-12-05T16:02:13.121 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.765Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2023-12-05T16:02:13.121 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.765Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-05T16:02:13.121 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.766Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-05T16:02:13.121 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.766Z caller=node_exporter.go:115 level=info collector=arp 2023-12-05T16:02:13.121 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.766Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-05T16:02:13.121 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.766Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-05T16:02:13.121 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.766Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-05T16:02:13.121 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.766Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-05T16:02:13.121 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.766Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-05T16:02:13.121 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.766Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-05T16:02:13.121 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.766Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-05T16:02:13.121 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.766Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-05T16:02:13.121 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.766Z caller=node_exporter.go:115 level=info collector=edac 2023-12-05T16:02:13.122 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.766Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-05T16:02:13.122 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.766Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-05T16:02:13.122 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.766Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-05T16:02:13.122 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.766Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-05T16:02:13.122 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.766Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-05T16:02:13.122 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-05T16:02:13.122 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-05T16:02:13.122 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-05T16:02:13.122 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-05T16:02:13.122 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-05T16:02:13.122 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-05T16:02:13.122 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-05T16:02:13.122 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-05T16:02:13.122 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-05T16:02:13.122 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-05T16:02:13.123 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-05T16:02:13.123 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=os 2023-12-05T16:02:13.123 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-05T16:02:13.123 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-05T16:02:13.123 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-05T16:02:13.123 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-05T16:02:13.123 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-05T16:02:13.123 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-05T16:02:13.123 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=stat 2023-12-05T16:02:13.123 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-05T16:02:13.123 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-05T16:02:13.123 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-05T16:02:13.123 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=time 2023-12-05T16:02:13.123 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-05T16:02:13.123 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=uname 2023-12-05T16:02:13.124 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-05T16:02:13.124 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-05T16:02:13.124 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-05T16:02:13.124 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-05T16:02:13.124 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:02:12 smithi016 bash[59762]: ts=2023-12-05T16:02:12.767Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-05T16:02:13.787 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:13 smithi016 bash[50303]: level=error ts=2023-12-05T16:02:13.518Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: 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" 2023-12-05T16:02:13.788 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:13 smithi016 bash[50303]: level=warn ts=2023-12-05T16:02:13.524Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.38:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.38 because it doesn't contain any IP SANs" 2023-12-05T16:02:13.788 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:13 smithi016 bash[50303]: level=warn ts=2023-12-05T16:02:13.525Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.16:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.16 because it doesn't contain any IP SANs" 2023-12-05T16:02:14.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:13 smithi038 bash[25002]: cephadm 2023-12-05T16:02:11.840358+0000 mgr.x (mgr.25090) 45 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-05T16:02:14.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:13 smithi038 bash[25002]: cephadm 2023-12-05T16:02:11.860364+0000 mgr.x (mgr.25090) 46 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi016 2023-12-05T16:02:14.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:13 smithi016 bash[25024]: cephadm 2023-12-05T16:02:11.840358+0000 mgr.x (mgr.25090) 45 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-05T16:02:14.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:13 smithi016 bash[25024]: cephadm 2023-12-05T16:02:11.860364+0000 mgr.x (mgr.25090) 46 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi016 2023-12-05T16:02:14.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:13 smithi016 bash[30458]: cephadm 2023-12-05T16:02:11.840358+0000 mgr.x (mgr.25090) 45 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-05T16:02:14.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:13 smithi016 bash[30458]: cephadm 2023-12-05T16:02:11.860364+0000 mgr.x (mgr.25090) 46 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi016 2023-12-05T16:02:15.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:14 smithi038 bash[25002]: cluster 2023-12-05T16:02:13.643806+0000 mgr.x (mgr.25090) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:15.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:14 smithi038 bash[25002]: audit 2023-12-05T16:02:13.816153+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:02:15.119 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:14 smithi016 bash[30458]: cluster 2023-12-05T16:02:13.643806+0000 mgr.x (mgr.25090) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:15.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:14 smithi016 bash[30458]: audit 2023-12-05T16:02:13.816153+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:02:15.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:14 smithi016 bash[25024]: cluster 2023-12-05T16:02:13.643806+0000 mgr.x (mgr.25090) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:15.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:14 smithi016 bash[25024]: audit 2023-12-05T16:02:13.816153+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:02:16.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:16 smithi016 bash[25024]: cluster 2023-12-05T16:02:15.645597+0000 mgr.x (mgr.25090) 48 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:16.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:16 smithi016 bash[30458]: cluster 2023-12-05T16:02:15.645597+0000 mgr.x (mgr.25090) 48 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:16.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:16 smithi038 bash[25002]: cluster 2023-12-05T16:02:15.645597+0000 mgr.x (mgr.25090) 48 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:18.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:02:18 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:02:18] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T16:02:18.914 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:18 smithi016 bash[25024]: cluster 2023-12-05T16:02:17.646385+0000 mgr.x (mgr.25090) 49 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:18.914 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:18 smithi016 bash[30458]: cluster 2023-12-05T16:02:17.646385+0000 mgr.x (mgr.25090) 49 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:19.088 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:02:18 smithi038 bash[45212]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:02:18] "GET /metrics HTTP/1.1" 200 38137 "" "Prometheus/2.33.4" 2023-12-05T16:02:19.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:18 smithi038 bash[25002]: cluster 2023-12-05T16:02:17.646385+0000 mgr.x (mgr.25090) 49 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:20.498 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:20 smithi016 systemd[1]: Stopping Ceph alertmanager.a for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:02:20.498 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:20 smithi016 bash[60031]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-alertmanager.a 2023-12-05T16:02:20.498 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:20 smithi016 bash[50303]: level=info ts=2023-12-05T16:02:20.289Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-05T16:02:20.814 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:20 smithi016 bash[25024]: audit 2023-12-05T16:02:18.909666+0000 mgr.x (mgr.25090) 50 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:02:20.814 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:20 smithi016 bash[25024]: cluster 2023-12-05T16:02:19.647185+0000 mgr.x (mgr.25090) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:20.814 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:20 smithi016 bash[30458]: audit 2023-12-05T16:02:18.909666+0000 mgr.x (mgr.25090) 50 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:02:20.814 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:20 smithi016 bash[30458]: cluster 2023-12-05T16:02:19.647185+0000 mgr.x (mgr.25090) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:21.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:20 smithi038 bash[25002]: audit 2023-12-05T16:02:18.909666+0000 mgr.x (mgr.25090) 50 : audit [DBG] from='client.14955 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:02:21.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:20 smithi038 bash[25002]: cluster 2023-12-05T16:02:19.647185+0000 mgr.x (mgr.25090) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:21.119 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:20 smithi016 bash[60040]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-alertmanager-a 2023-12-05T16:02:21.119 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:20 smithi016 bash[60078]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-alertmanager.a 2023-12-05T16:02:21.120 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:20 smithi016 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-05T16:02:21.120 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:20 smithi016 systemd[1]: Stopped Ceph alertmanager.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:02:21.120 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:20 smithi016 systemd[1]: Started Ceph alertmanager.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:02:22.318 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:22 smithi038 bash[25002]: audit 2023-12-05T16:02:21.034285+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:22.318 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:22 smithi038 bash[25002]: audit 2023-12-05T16:02:21.046650+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:22.318 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:22 smithi038 bash[25002]: cephadm 2023-12-05T16:02:21.053724+0000 mgr.x (mgr.25090) 52 : cephadm [INF] Reconfiguring iscsi.foo.smithi016.zlyjxv (dependencies changed)... 2023-12-05T16:02:22.319 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:22 smithi038 bash[25002]: audit 2023-12-05T16:02:21.054522+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi016.zlyjxv", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-05T16:02:22.319 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:22 smithi038 bash[25002]: audit 2023-12-05T16:02:21.054575+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi016.zlyjxv", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-05T16:02:22.319 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:22 smithi038 bash[25002]: audit 2023-12-05T16:02:21.063677+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:02:22.319 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:22 smithi038 bash[25002]: cephadm 2023-12-05T16:02:21.065817+0000 mgr.x (mgr.25090) 53 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi016.zlyjxv on smithi016 2023-12-05T16:02:22.319 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:22 smithi038 bash[25002]: cluster 2023-12-05T16:02:21.648942+0000 mgr.x (mgr.25090) 54 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:22.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[25024]: audit 2023-12-05T16:02:21.034285+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:22.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[25024]: audit 2023-12-05T16:02:21.046650+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:22.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[25024]: cephadm 2023-12-05T16:02:21.053724+0000 mgr.x (mgr.25090) 52 : cephadm [INF] Reconfiguring iscsi.foo.smithi016.zlyjxv (dependencies changed)... 2023-12-05T16:02:22.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[25024]: audit 2023-12-05T16:02:21.054522+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi016.zlyjxv", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-05T16:02:22.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[25024]: audit 2023-12-05T16:02:21.054575+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi016.zlyjxv", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-05T16:02:22.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[25024]: audit 2023-12-05T16:02:21.063677+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:02:22.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[25024]: cephadm 2023-12-05T16:02:21.065817+0000 mgr.x (mgr.25090) 53 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi016.zlyjxv on smithi016 2023-12-05T16:02:22.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[25024]: cluster 2023-12-05T16:02:21.648942+0000 mgr.x (mgr.25090) 54 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:22.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[30458]: audit 2023-12-05T16:02:21.034285+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:22.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[30458]: audit 2023-12-05T16:02:21.046650+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:22.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[30458]: cephadm 2023-12-05T16:02:21.053724+0000 mgr.x (mgr.25090) 52 : cephadm [INF] Reconfiguring iscsi.foo.smithi016.zlyjxv (dependencies changed)... 2023-12-05T16:02:22.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[30458]: audit 2023-12-05T16:02:21.054522+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi016.zlyjxv", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-05T16:02:22.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[30458]: audit 2023-12-05T16:02:21.054575+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi016.zlyjxv", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-05T16:02:22.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[30458]: audit 2023-12-05T16:02:21.063677+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:02:22.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[30458]: cephadm 2023-12-05T16:02:21.065817+0000 mgr.x (mgr.25090) 53 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi016.zlyjxv on smithi016 2023-12-05T16:02:22.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[30458]: cluster 2023-12-05T16:02:21.648942+0000 mgr.x (mgr.25090) 54 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:22.589 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:22 smithi038 bash[41598]: ts=2023-12-05T16:02:22.313Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.38:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.16:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:02:22.819 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[60107]: level=info ts=2023-12-05T16:02:22.676Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-05T16:02:22.819 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[60107]: level=info ts=2023-12-05T16:02:22.676Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-05T16:02:22.819 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[60107]: level=info ts=2023-12-05T16:02:22.680Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.16 port=9094 2023-12-05T16:02:22.819 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[60107]: level=info ts=2023-12-05T16:02:22.681Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-05T16:02:22.819 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[60107]: level=info ts=2023-12-05T16:02:22.724Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-05T16:02:22.819 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[60107]: level=info ts=2023-12-05T16:02:22.724Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-05T16:02:22.819 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[60107]: level=info ts=2023-12-05T16:02:22.729Z caller=main.go:518 msg=Listening address=:9093 2023-12-05T16:02:22.819 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:22 smithi016 bash[60107]: level=info ts=2023-12-05T16:02:22.729Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-05T16:02:24.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:24 smithi016 bash[25024]: cluster 2023-12-05T16:02:23.649697+0000 mgr.x (mgr.25090) 55 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:24.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:24 smithi016 bash[60107]: level=info ts=2023-12-05T16:02:24.682Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000848695s 2023-12-05T16:02:24.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:24 smithi016 bash[30458]: cluster 2023-12-05T16:02:23.649697+0000 mgr.x (mgr.25090) 55 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:25.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:24 smithi038 bash[25002]: cluster 2023-12-05T16:02:23.649697+0000 mgr.x (mgr.25090) 55 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:26.521 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:26 smithi016 bash[30458]: audit 2023-12-05T16:02:25.220584+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:26.521 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:26 smithi016 bash[30458]: audit 2023-12-05T16:02:25.233511+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:26.522 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:26 smithi016 bash[30458]: cephadm 2023-12-05T16:02:25.243815+0000 mgr.x (mgr.25090) 56 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T16:02:26.522 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:26 smithi016 bash[30458]: cephadm 2023-12-05T16:02:25.506657+0000 mgr.x (mgr.25090) 57 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi038 2023-12-05T16:02:26.522 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:26 smithi016 bash[30458]: cluster 2023-12-05T16:02:25.651143+0000 mgr.x (mgr.25090) 58 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:26.522 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:26 smithi016 bash[25024]: audit 2023-12-05T16:02:25.220584+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:26.522 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:26 smithi016 bash[25024]: audit 2023-12-05T16:02:25.233511+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:26.522 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:26 smithi016 bash[25024]: cephadm 2023-12-05T16:02:25.243815+0000 mgr.x (mgr.25090) 56 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T16:02:26.522 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:26 smithi016 bash[25024]: cephadm 2023-12-05T16:02:25.506657+0000 mgr.x (mgr.25090) 57 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi038 2023-12-05T16:02:26.522 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:26 smithi016 bash[25024]: cluster 2023-12-05T16:02:25.651143+0000 mgr.x (mgr.25090) 58 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:26.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:26 smithi038 bash[25002]: audit 2023-12-05T16:02:25.220584+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:26.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:26 smithi038 bash[25002]: audit 2023-12-05T16:02:25.233511+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:26.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:26 smithi038 bash[25002]: cephadm 2023-12-05T16:02:25.243815+0000 mgr.x (mgr.25090) 56 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T16:02:26.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:26 smithi038 bash[25002]: cephadm 2023-12-05T16:02:25.506657+0000 mgr.x (mgr.25090) 57 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi038 2023-12-05T16:02:26.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:26 smithi038 bash[25002]: cluster 2023-12-05T16:02:25.651143+0000 mgr.x (mgr.25090) 58 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:27.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:27 smithi016 bash[25024]: audit 2023-12-05T16:02:27.280633+0000 mon.c (mon.1) 55 : audit [DBG] from='client.? 172.21.15.16:0/2181294540' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-05T16:02:27.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:27 smithi016 bash[30458]: audit 2023-12-05T16:02:27.280633+0000 mon.c (mon.1) 55 : audit [DBG] from='client.? 172.21.15.16:0/2181294540' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-05T16:02:27.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:27 smithi038 bash[25002]: audit 2023-12-05T16:02:27.280633+0000 mon.c (mon.1) 55 : audit [DBG] from='client.? 172.21.15.16:0/2181294540' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-05T16:02:28.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:02:28 smithi016 bash[25310]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:02:28] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T16:02:28.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:28 smithi016 bash[25024]: cluster 2023-12-05T16:02:27.651860+0000 mgr.x (mgr.25090) 59 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:28.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:28 smithi016 bash[25024]: audit 2023-12-05T16:02:27.678450+0000 mon.c (mon.1) 56 : audit [INF] from='client.? 172.21.15.16:0/2336466581' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2373383634"}]: dispatch 2023-12-05T16:02:28.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:28 smithi016 bash[25024]: audit 2023-12-05T16:02:27.679446+0000 mon.a (mon.0) 884 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2373383634"}]: dispatch 2023-12-05T16:02:28.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:28 smithi016 bash[30458]: cluster 2023-12-05T16:02:27.651860+0000 mgr.x (mgr.25090) 59 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:28.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:28 smithi016 bash[30458]: audit 2023-12-05T16:02:27.678450+0000 mon.c (mon.1) 56 : audit [INF] from='client.? 172.21.15.16:0/2336466581' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2373383634"}]: dispatch 2023-12-05T16:02:28.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:28 smithi016 bash[30458]: audit 2023-12-05T16:02:27.679446+0000 mon.a (mon.0) 884 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2373383634"}]: dispatch 2023-12-05T16:02:28.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:28 smithi038 bash[25002]: cluster 2023-12-05T16:02:27.651860+0000 mgr.x (mgr.25090) 59 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:28.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:28 smithi038 bash[25002]: audit 2023-12-05T16:02:27.678450+0000 mon.c (mon.1) 56 : audit [INF] from='client.? 172.21.15.16:0/2336466581' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2373383634"}]: dispatch 2023-12-05T16:02:28.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:28 smithi038 bash[25002]: audit 2023-12-05T16:02:27.679446+0000 mon.a (mon.0) 884 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2373383634"}]: dispatch 2023-12-05T16:02:29.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:02:28 smithi038 bash[45212]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:02:28] "GET /metrics HTTP/1.1" 200 38139 "" "Prometheus/2.33.4" 2023-12-05T16:02:29.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:29 smithi016 bash[30458]: audit 2023-12-05T16:02:28.350207+0000 mon.a (mon.0) 885 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2373383634"}]': finished 2023-12-05T16:02:29.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:29 smithi016 bash[30458]: cluster 2023-12-05T16:02:28.350493+0000 mon.a (mon.0) 886 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-05T16:02:29.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:29 smithi016 bash[30458]: audit 2023-12-05T16:02:28.747989+0000 mon.a (mon.0) 887 : audit [INF] from='client.? 172.21.15.16:0/2722965130' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3684199067"}]: dispatch 2023-12-05T16:02:29.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:29 smithi016 bash[30458]: audit 2023-12-05T16:02:28.816808+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:02:29.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:29 smithi016 bash[25024]: audit 2023-12-05T16:02:28.350207+0000 mon.a (mon.0) 885 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2373383634"}]': finished 2023-12-05T16:02:29.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:29 smithi016 bash[25024]: cluster 2023-12-05T16:02:28.350493+0000 mon.a (mon.0) 886 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-05T16:02:29.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:29 smithi016 bash[25024]: audit 2023-12-05T16:02:28.747989+0000 mon.a (mon.0) 887 : audit [INF] from='client.? 172.21.15.16:0/2722965130' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3684199067"}]: dispatch 2023-12-05T16:02:29.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:29 smithi016 bash[25024]: audit 2023-12-05T16:02:28.816808+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:02:29.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:29 smithi038 bash[25002]: audit 2023-12-05T16:02:28.350207+0000 mon.a (mon.0) 885 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2373383634"}]': finished 2023-12-05T16:02:29.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:29 smithi038 bash[25002]: cluster 2023-12-05T16:02:28.350493+0000 mon.a (mon.0) 886 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-05T16:02:29.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:29 smithi038 bash[25002]: audit 2023-12-05T16:02:28.747989+0000 mon.a (mon.0) 887 : audit [INF] from='client.? 172.21.15.16:0/2722965130' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3684199067"}]: dispatch 2023-12-05T16:02:29.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:29 smithi038 bash[25002]: audit 2023-12-05T16:02:28.816808+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:02:30.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:30 smithi016 bash[25024]: audit 2023-12-05T16:02:29.359061+0000 mon.a (mon.0) 888 : audit [INF] from='client.? 172.21.15.16:0/2722965130' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3684199067"}]': finished 2023-12-05T16:02:30.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:30 smithi016 bash[25024]: cluster 2023-12-05T16:02:29.359228+0000 mon.a (mon.0) 889 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-05T16:02:30.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:30 smithi016 bash[25024]: cluster 2023-12-05T16:02:29.652633+0000 mgr.x (mgr.25090) 60 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-05T16:02:30.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:30 smithi016 bash[25024]: audit 2023-12-05T16:02:29.752066+0000 mon.c (mon.1) 57 : audit [INF] from='client.? 172.21.15.16:0/3340342859' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/3178476426"}]: dispatch 2023-12-05T16:02:30.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:30 smithi016 bash[25024]: audit 2023-12-05T16:02:29.752997+0000 mon.a (mon.0) 890 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/3178476426"}]: dispatch 2023-12-05T16:02:30.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:30 smithi016 bash[30458]: audit 2023-12-05T16:02:29.359061+0000 mon.a (mon.0) 888 : audit [INF] from='client.? 172.21.15.16:0/2722965130' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3684199067"}]': finished 2023-12-05T16:02:30.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:30 smithi016 bash[30458]: cluster 2023-12-05T16:02:29.359228+0000 mon.a (mon.0) 889 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-05T16:02:30.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:30 smithi016 bash[30458]: cluster 2023-12-05T16:02:29.652633+0000 mgr.x (mgr.25090) 60 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-05T16:02:30.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:30 smithi016 bash[30458]: audit 2023-12-05T16:02:29.752066+0000 mon.c (mon.1) 57 : audit [INF] from='client.? 172.21.15.16:0/3340342859' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/3178476426"}]: dispatch 2023-12-05T16:02:30.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:30 smithi016 bash[30458]: audit 2023-12-05T16:02:29.752997+0000 mon.a (mon.0) 890 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/3178476426"}]: dispatch 2023-12-05T16:02:30.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:30 smithi038 bash[25002]: audit 2023-12-05T16:02:29.359061+0000 mon.a (mon.0) 888 : audit [INF] from='client.? 172.21.15.16:0/2722965130' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/3684199067"}]': finished 2023-12-05T16:02:30.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:30 smithi038 bash[25002]: cluster 2023-12-05T16:02:29.359228+0000 mon.a (mon.0) 889 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-05T16:02:30.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:30 smithi038 bash[25002]: cluster 2023-12-05T16:02:29.652633+0000 mgr.x (mgr.25090) 60 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-05T16:02:30.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:30 smithi038 bash[25002]: audit 2023-12-05T16:02:29.752066+0000 mon.c (mon.1) 57 : audit [INF] from='client.? 172.21.15.16:0/3340342859' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/3178476426"}]: dispatch 2023-12-05T16:02:30.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:30 smithi038 bash[25002]: audit 2023-12-05T16:02:29.752997+0000 mon.a (mon.0) 890 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/3178476426"}]: dispatch 2023-12-05T16:02:31.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:31 smithi038 bash[25002]: audit 2023-12-05T16:02:30.370858+0000 mon.a (mon.0) 891 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/3178476426"}]': finished 2023-12-05T16:02:31.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:31 smithi038 bash[25002]: cluster 2023-12-05T16:02:30.371048+0000 mon.a (mon.0) 892 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-05T16:02:31.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:31 smithi038 bash[25002]: audit 2023-12-05T16:02:30.765679+0000 mon.c (mon.1) 58 : audit [INF] from='client.? 172.21.15.16:0/4093743909' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/3178476426"}]: dispatch 2023-12-05T16:02:31.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:31 smithi038 bash[25002]: audit 2023-12-05T16:02:30.766623+0000 mon.a (mon.0) 893 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/3178476426"}]: dispatch 2023-12-05T16:02:31.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:31 smithi016 bash[30458]: audit 2023-12-05T16:02:30.370858+0000 mon.a (mon.0) 891 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/3178476426"}]': finished 2023-12-05T16:02:31.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:31 smithi016 bash[30458]: cluster 2023-12-05T16:02:30.371048+0000 mon.a (mon.0) 892 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-05T16:02:31.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:31 smithi016 bash[30458]: audit 2023-12-05T16:02:30.765679+0000 mon.c (mon.1) 58 : audit [INF] from='client.? 172.21.15.16:0/4093743909' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/3178476426"}]: dispatch 2023-12-05T16:02:31.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:31 smithi016 bash[30458]: audit 2023-12-05T16:02:30.766623+0000 mon.a (mon.0) 893 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/3178476426"}]: dispatch 2023-12-05T16:02:31.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:31 smithi016 bash[25024]: audit 2023-12-05T16:02:30.370858+0000 mon.a (mon.0) 891 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6801/3178476426"}]': finished 2023-12-05T16:02:31.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:31 smithi016 bash[25024]: cluster 2023-12-05T16:02:30.371048+0000 mon.a (mon.0) 892 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-05T16:02:31.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:31 smithi016 bash[25024]: audit 2023-12-05T16:02:30.765679+0000 mon.c (mon.1) 58 : audit [INF] from='client.? 172.21.15.16:0/4093743909' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/3178476426"}]: dispatch 2023-12-05T16:02:31.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:31 smithi016 bash[25024]: audit 2023-12-05T16:02:30.766623+0000 mon.a (mon.0) 893 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/3178476426"}]: dispatch 2023-12-05T16:02:32.589 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:32 smithi038 bash[41598]: ts=2023-12-05T16:02:32.314Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.38:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.16:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:02:32.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:32 smithi038 bash[25002]: audit 2023-12-05T16:02:31.373003+0000 mon.a (mon.0) 894 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/3178476426"}]': finished 2023-12-05T16:02:32.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:32 smithi038 bash[25002]: cluster 2023-12-05T16:02:31.373123+0000 mon.a (mon.0) 895 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-05T16:02:32.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:32 smithi038 bash[25002]: cluster 2023-12-05T16:02:31.653522+0000 mgr.x (mgr.25090) 61 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:02:32.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:32 smithi038 bash[25002]: audit 2023-12-05T16:02:31.762017+0000 mon.a (mon.0) 896 : audit [INF] from='client.? 172.21.15.16:0/3982976494' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/394591918"}]: dispatch 2023-12-05T16:02:32.690 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:32 smithi016 bash[25024]: audit 2023-12-05T16:02:31.373003+0000 mon.a (mon.0) 894 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/3178476426"}]': finished 2023-12-05T16:02:32.690 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:32 smithi016 bash[25024]: cluster 2023-12-05T16:02:31.373123+0000 mon.a (mon.0) 895 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-05T16:02:32.690 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:32 smithi016 bash[25024]: cluster 2023-12-05T16:02:31.653522+0000 mgr.x (mgr.25090) 61 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:02:32.690 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:32 smithi016 bash[25024]: audit 2023-12-05T16:02:31.762017+0000 mon.a (mon.0) 896 : audit [INF] from='client.? 172.21.15.16:0/3982976494' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/394591918"}]: dispatch 2023-12-05T16:02:32.691 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:32 smithi016 bash[30458]: audit 2023-12-05T16:02:31.373003+0000 mon.a (mon.0) 894 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:6800/3178476426"}]': finished 2023-12-05T16:02:32.691 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:32 smithi016 bash[30458]: cluster 2023-12-05T16:02:31.373123+0000 mon.a (mon.0) 895 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-05T16:02:32.691 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:32 smithi016 bash[30458]: cluster 2023-12-05T16:02:31.653522+0000 mgr.x (mgr.25090) 61 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:02:32.691 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:32 smithi016 bash[30458]: audit 2023-12-05T16:02:31.762017+0000 mon.a (mon.0) 896 : audit [INF] from='client.? 172.21.15.16:0/3982976494' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/394591918"}]: dispatch 2023-12-05T16:02:32.691 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:02:32 smithi016 bash[60107]: level=info ts=2023-12-05T16:02:32.685Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003617884s 2023-12-05T16:02:33.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:33 smithi038 bash[25002]: audit 2023-12-05T16:02:32.400064+0000 mon.a (mon.0) 897 : audit [INF] from='client.? 172.21.15.16:0/3982976494' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/394591918"}]': finished 2023-12-05T16:02:33.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:33 smithi038 bash[25002]: cluster 2023-12-05T16:02:32.400145+0000 mon.a (mon.0) 898 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-05T16:02:33.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:33 smithi038 bash[25002]: audit 2023-12-05T16:02:32.784173+0000 mon.c (mon.1) 59 : audit [INF] from='client.? 172.21.15.16:0/3391631160' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2601044864"}]: dispatch 2023-12-05T16:02:33.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:33 smithi038 bash[25002]: audit 2023-12-05T16:02:32.785184+0000 mon.a (mon.0) 899 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2601044864"}]: dispatch 2023-12-05T16:02:33.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:33 smithi016 bash[25024]: audit 2023-12-05T16:02:32.400064+0000 mon.a (mon.0) 897 : audit [INF] from='client.? 172.21.15.16:0/3982976494' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/394591918"}]': finished 2023-12-05T16:02:33.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:33 smithi016 bash[25024]: cluster 2023-12-05T16:02:32.400145+0000 mon.a (mon.0) 898 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-05T16:02:33.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:33 smithi016 bash[25024]: audit 2023-12-05T16:02:32.784173+0000 mon.c (mon.1) 59 : audit [INF] from='client.? 172.21.15.16:0/3391631160' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2601044864"}]: dispatch 2023-12-05T16:02:33.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:33 smithi016 bash[25024]: audit 2023-12-05T16:02:32.785184+0000 mon.a (mon.0) 899 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2601044864"}]: dispatch 2023-12-05T16:02:33.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:33 smithi016 bash[30458]: audit 2023-12-05T16:02:32.400064+0000 mon.a (mon.0) 897 : audit [INF] from='client.? 172.21.15.16:0/3982976494' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/394591918"}]': finished 2023-12-05T16:02:33.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:33 smithi016 bash[30458]: cluster 2023-12-05T16:02:32.400145+0000 mon.a (mon.0) 898 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-05T16:02:33.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:33 smithi016 bash[30458]: audit 2023-12-05T16:02:32.784173+0000 mon.c (mon.1) 59 : audit [INF] from='client.? 172.21.15.16:0/3391631160' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2601044864"}]: dispatch 2023-12-05T16:02:33.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:33 smithi016 bash[30458]: audit 2023-12-05T16:02:32.785184+0000 mon.a (mon.0) 899 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2601044864"}]: dispatch 2023-12-05T16:02:34.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:34 smithi038 bash[25002]: audit 2023-12-05T16:02:33.411086+0000 mon.a (mon.0) 900 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2601044864"}]': finished 2023-12-05T16:02:34.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:34 smithi038 bash[25002]: cluster 2023-12-05T16:02:33.411391+0000 mon.a (mon.0) 901 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-05T16:02:34.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:34 smithi038 bash[25002]: cluster 2023-12-05T16:02:33.654227+0000 mgr.x (mgr.25090) 62 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:02:34.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:34 smithi038 bash[25002]: audit 2023-12-05T16:02:33.807228+0000 mon.c (mon.1) 60 : audit [INF] from='client.? 172.21.15.16:0/3793404842' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/1199207181"}]: dispatch 2023-12-05T16:02:34.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:34 smithi038 bash[25002]: audit 2023-12-05T16:02:33.808173+0000 mon.a (mon.0) 902 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/1199207181"}]: dispatch 2023-12-05T16:02:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:34 smithi016 bash[25024]: audit 2023-12-05T16:02:33.411086+0000 mon.a (mon.0) 900 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2601044864"}]': finished 2023-12-05T16:02:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:34 smithi016 bash[25024]: cluster 2023-12-05T16:02:33.411391+0000 mon.a (mon.0) 901 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-05T16:02:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:34 smithi016 bash[25024]: cluster 2023-12-05T16:02:33.654227+0000 mgr.x (mgr.25090) 62 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:02:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:34 smithi016 bash[25024]: audit 2023-12-05T16:02:33.807228+0000 mon.c (mon.1) 60 : audit [INF] from='client.? 172.21.15.16:0/3793404842' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/1199207181"}]: dispatch 2023-12-05T16:02:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:34 smithi016 bash[25024]: audit 2023-12-05T16:02:33.808173+0000 mon.a (mon.0) 902 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/1199207181"}]: dispatch 2023-12-05T16:02:34.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:34 smithi016 bash[30458]: audit 2023-12-05T16:02:33.411086+0000 mon.a (mon.0) 900 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/2601044864"}]': finished 2023-12-05T16:02:34.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:34 smithi016 bash[30458]: cluster 2023-12-05T16:02:33.411391+0000 mon.a (mon.0) 901 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-05T16:02:34.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:34 smithi016 bash[30458]: cluster 2023-12-05T16:02:33.654227+0000 mgr.x (mgr.25090) 62 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:02:34.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:34 smithi016 bash[30458]: audit 2023-12-05T16:02:33.807228+0000 mon.c (mon.1) 60 : audit [INF] from='client.? 172.21.15.16:0/3793404842' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/1199207181"}]: dispatch 2023-12-05T16:02:34.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:34 smithi016 bash[30458]: audit 2023-12-05T16:02:33.808173+0000 mon.a (mon.0) 902 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/1199207181"}]: dispatch 2023-12-05T16:02:35.423 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:35 smithi038 bash[25002]: audit 2023-12-05T16:02:34.422282+0000 mon.a (mon.0) 903 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/1199207181"}]': finished 2023-12-05T16:02:35.423 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:35 smithi038 bash[25002]: cluster 2023-12-05T16:02:34.422378+0000 mon.a (mon.0) 904 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-05T16:02:35.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:35 smithi016 bash[25024]: audit 2023-12-05T16:02:34.422282+0000 mon.a (mon.0) 903 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/1199207181"}]': finished 2023-12-05T16:02:35.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:35 smithi016 bash[25024]: cluster 2023-12-05T16:02:34.422378+0000 mon.a (mon.0) 904 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-05T16:02:35.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:35 smithi016 bash[30458]: audit 2023-12-05T16:02:34.422282+0000 mon.a (mon.0) 903 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi016.zlyjxv' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.16:0/1199207181"}]': finished 2023-12-05T16:02:35.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:35 smithi016 bash[30458]: cluster 2023-12-05T16:02:34.422378+0000 mon.a (mon.0) 904 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-05T16:02:36.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:36 smithi038 bash[25002]: cluster 2023-12-05T16:02:35.655932+0000 mgr.x (mgr.25090) 63 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:36.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:36 smithi016 bash[25024]: cluster 2023-12-05T16:02:35.655932+0000 mgr.x (mgr.25090) 63 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:36.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:36 smithi016 bash[30458]: cluster 2023-12-05T16:02:35.655932+0000 mgr.x (mgr.25090) 63 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:37.702 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:37 smithi038 systemd[1]: Stopping Ceph prometheus.a for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:02:37.703 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:37 smithi038 bash[47168]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-prometheus.a 2023-12-05T16:02:37.703 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:37 smithi038 bash[41598]: ts=2023-12-05T16:02:37.446Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-05T16:02:37.703 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:37 smithi038 bash[41598]: ts=2023-12-05T16:02:37.446Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-05T16:02:37.703 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:37 smithi038 bash[41598]: ts=2023-12-05T16:02:37.446Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-05T16:02:37.703 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:37 smithi038 bash[41598]: ts=2023-12-05T16:02:37.446Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-05T16:02:37.703 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:37 smithi038 bash[41598]: ts=2023-12-05T16:02:37.447Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-05T16:02:37.703 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:37 smithi038 bash[41598]: ts=2023-12-05T16:02:37.447Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-05T16:02:37.703 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:37 smithi038 bash[41598]: ts=2023-12-05T16:02:37.447Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-05T16:02:37.703 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:37 smithi038 bash[41598]: ts=2023-12-05T16:02:37.447Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-05T16:02:37.703 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:37 smithi038 bash[41598]: ts=2023-12-05T16:02:37.448Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-05T16:02:37.703 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:37 smithi038 bash[41598]: ts=2023-12-05T16:02:37.448Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-05T16:02:37.703 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:37 smithi038 bash[41598]: ts=2023-12-05T16:02:37.448Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-05T16:02:37.703 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:37 smithi038 bash[41598]: ts=2023-12-05T16:02:37.449Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-05T16:02:38.339 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:38 smithi038 bash[47177]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-prometheus-a 2023-12-05T16:02:38.339 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:38 smithi038 bash[47214]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-prometheus.a 2023-12-05T16:02:38.339 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:38 smithi038 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-05T16:02:38.339 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:38 smithi038 systemd[1]: Stopped Ceph prometheus.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:02:38.339 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:38 smithi038 systemd[1]: Started Ceph prometheus.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:02:39.089 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:38 smithi038 systemd[1]: Stopping Ceph node-exporter.b for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:02:39.089 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:38 smithi038 bash[47265]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-node-exporter.b 2023-12-05T16:02:39.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:38 smithi038 bash[25002]: audit 2023-12-05T16:02:36.939941+0000 mgr.x (mgr.25090) 64 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:02:39.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:38 smithi038 bash[25002]: cluster 2023-12-05T16:02:37.656809+0000 mgr.x (mgr.25090) 65 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:39.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:38 smithi038 bash[25002]: audit 2023-12-05T16:02:38.216578+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:39.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:38 smithi038 bash[25002]: audit 2023-12-05T16:02:38.228646+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:39.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:38 smithi016 bash[25024]: audit 2023-12-05T16:02:36.939941+0000 mgr.x (mgr.25090) 64 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:02:39.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:38 smithi016 bash[25024]: cluster 2023-12-05T16:02:37.656809+0000 mgr.x (mgr.25090) 65 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:39.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:38 smithi016 bash[25024]: audit 2023-12-05T16:02:38.216578+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:39.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:38 smithi016 bash[25024]: audit 2023-12-05T16:02:38.228646+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:38 smithi016 bash[30458]: audit 2023-12-05T16:02:36.939941+0000 mgr.x (mgr.25090) 64 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:02:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:38 smithi016 bash[30458]: cluster 2023-12-05T16:02:37.656809+0000 mgr.x (mgr.25090) 65 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:38 smithi016 bash[30458]: audit 2023-12-05T16:02:38.216578+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:39.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:38 smithi016 bash[30458]: audit 2023-12-05T16:02:38.228646+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:39.899 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:39 smithi038 bash[25002]: cephadm 2023-12-05T16:02:38.247483+0000 mgr.x (mgr.25090) 66 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-05T16:02:39.899 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:39 smithi038 bash[25002]: cephadm 2023-12-05T16:02:38.248153+0000 mgr.x (mgr.25090) 67 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi038 2023-12-05T16:02:39.899 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:39 smithi038 bash[47275]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-node-exporter-b 2023-12-05T16:02:39.899 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:39 smithi038 bash[47313]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-node-exporter.b 2023-12-05T16:02:39.899 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:39 smithi038 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-05T16:02:39.899 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:39 smithi038 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-05T16:02:39.899 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:39 smithi038 systemd[1]: Stopped Ceph node-exporter.b for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:02:39.899 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:39 smithi038 systemd[1]: Started Ceph node-exporter.b for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:02:40.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:39 smithi016 bash[25024]: cephadm 2023-12-05T16:02:38.247483+0000 mgr.x (mgr.25090) 66 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-05T16:02:40.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:39 smithi016 bash[25024]: cephadm 2023-12-05T16:02:38.248153+0000 mgr.x (mgr.25090) 67 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi038 2023-12-05T16:02:40.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:39 smithi016 bash[30458]: cephadm 2023-12-05T16:02:38.247483+0000 mgr.x (mgr.25090) 66 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-05T16:02:40.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:39 smithi016 bash[30458]: cephadm 2023-12-05T16:02:38.248153+0000 mgr.x (mgr.25090) 67 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi038 2023-12-05T16:02:40.339 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:39 smithi038 bash[47243]: ts=2023-12-05T16:02:39.906Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-05T16:02:40.339 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:39 smithi038 bash[47243]: ts=2023-12-05T16:02:39.906Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-05T16:02:40.339 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:39 smithi038 bash[47243]: ts=2023-12-05T16:02:39.906Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-05T16:02:40.339 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:39 smithi038 bash[47243]: ts=2023-12-05T16:02:39.906Z caller=main.go:518 level=info host_details="(Linux 5.4.0-167-generic #184-Ubuntu SMP Tue Oct 31 09:21:49 UTC 2023 x86_64 smithi038 (none))" 2023-12-05T16:02:40.339 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:39 smithi038 bash[47243]: ts=2023-12-05T16:02:39.906Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-05T16:02:40.339 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:39 smithi038 bash[47243]: ts=2023-12-05T16:02:39.906Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-05T16:02:40.339 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:39 smithi038 bash[47243]: ts=2023-12-05T16:02:39.908Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-05T16:02:40.339 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:39 smithi038 bash[47243]: ts=2023-12-05T16:02:39.909Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-05T16:02:40.339 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:39 smithi038 bash[47243]: ts=2023-12-05T16:02:39.910Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-05T16:02:40.339 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:39 smithi038 bash[47243]: ts=2023-12-05T16:02:39.912Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-05T16:02:40.339 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:39 smithi038 bash[47243]: ts=2023-12-05T16:02:39.915Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.784121ms 2023-12-05T16:02:40.339 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:39 smithi038 bash[47243]: ts=2023-12-05T16:02:39.915Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-05T16:02:40.340 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:40 smithi038 bash[47243]: ts=2023-12-05T16:02:40.099Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2023-12-05T16:02:40.728 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:02:40.735 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:40 smithi038 bash[47243]: ts=2023-12-05T16:02:40.334Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2023-12-05T16:02:40.735 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:40 smithi038 bash[47243]: ts=2023-12-05T16:02:40.335Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2023-12-05T16:02:40.735 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:40 smithi038 bash[47243]: ts=2023-12-05T16:02:40.335Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=66.169µs wal_replay_duration=419.952573ms total_replay_duration=422.843555ms 2023-12-05T16:02:40.735 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:40 smithi038 bash[47243]: ts=2023-12-05T16:02:40.341Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-05T16:02:40.735 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:40 smithi038 bash[47243]: ts=2023-12-05T16:02:40.341Z caller=main.go:947 level=info msg="TSDB started" 2023-12-05T16:02:40.735 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:40 smithi038 bash[47243]: ts=2023-12-05T16:02:40.341Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-05T16:02:40.735 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:40 smithi038 bash[47243]: ts=2023-12-05T16:02:40.368Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=27.096903ms db_storage=1.489µs remote_storage=2.343µs web_handler=574ns query_engine=1.18µs scrape=627.17µs scrape_sd=320.065µs notify=26.42µs notify_sd=26.219µs rules=25.479555ms 2023-12-05T16:02:40.735 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:40 smithi038 bash[47243]: ts=2023-12-05T16:02:40.369Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-05T16:02:41.016 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:40 smithi038 bash[25002]: cluster 2023-12-05T16:02:39.657585+0000 mgr.x (mgr.25090) 68 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 705 B/s rd, 0 op/s 2023-12-05T16:02:41.016 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:40 smithi038 bash[25002]: audit 2023-12-05T16:02:39.893811+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:41.016 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:40 smithi038 bash[25002]: audit 2023-12-05T16:02:39.906783+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:41.016 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:40 smithi038 bash[25002]: audit 2023-12-05T16:02:40.084984+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:41.017 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:40 smithi038 bash[25002]: audit 2023-12-05T16:02:40.092249+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:41.017 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:40 smithi038 bash[25002]: audit 2023-12-05T16:02:40.098053+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T16:02:41.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:40 smithi016 bash[25024]: cluster 2023-12-05T16:02:39.657585+0000 mgr.x (mgr.25090) 68 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 705 B/s rd, 0 op/s 2023-12-05T16:02:41.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:40 smithi016 bash[25024]: audit 2023-12-05T16:02:39.893811+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:41.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:40 smithi016 bash[25024]: audit 2023-12-05T16:02:39.906783+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:41.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:40 smithi016 bash[25024]: audit 2023-12-05T16:02:40.084984+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:41.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:40 smithi016 bash[25024]: audit 2023-12-05T16:02:40.092249+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:41.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:40 smithi016 bash[25024]: audit 2023-12-05T16:02:40.098053+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T16:02:41.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:40 smithi016 bash[30458]: cluster 2023-12-05T16:02:39.657585+0000 mgr.x (mgr.25090) 68 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 705 B/s rd, 0 op/s 2023-12-05T16:02:41.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:40 smithi016 bash[30458]: audit 2023-12-05T16:02:39.893811+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:41.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:40 smithi016 bash[30458]: audit 2023-12-05T16:02:39.906783+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:41.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:40 smithi016 bash[30458]: audit 2023-12-05T16:02:40.084984+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:41.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:40 smithi016 bash[30458]: audit 2023-12-05T16:02:40.092249+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:02:41.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:40 smithi016 bash[30458]: audit 2023-12-05T16:02:40.098053+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T16:02:41.339 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.045Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-05T16:02:41.339 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.045Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2023-12-05T16:02:41.340 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.046Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2023-12-05T16:02:41.340 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-05T16:02:41.340 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-05T16:02:41.340 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=arp 2023-12-05T16:02:41.340 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-05T16:02:41.340 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-05T16:02:41.340 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-05T16:02:41.340 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-05T16:02:41.340 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-05T16:02:41.340 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-05T16:02:41.340 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-05T16:02:41.340 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-05T16:02:41.340 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=edac 2023-12-05T16:02:41.340 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-05T16:02:41.340 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-05T16:02:41.341 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-05T16:02:41.341 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-05T16:02:41.341 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-05T16:02:41.341 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-05T16:02:41.341 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-05T16:02:41.341 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-05T16:02:41.341 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-05T16:02:41.341 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-05T16:02:41.341 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-05T16:02:41.341 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-05T16:02:41.341 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-05T16:02:41.341 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-05T16:02:41.341 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-05T16:02:41.341 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-05T16:02:41.341 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=os 2023-12-05T16:02:41.342 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-05T16:02:41.342 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-05T16:02:41.342 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-05T16:02:41.342 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-05T16:02:41.342 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-05T16:02:41.342 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-05T16:02:41.342 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=stat 2023-12-05T16:02:41.342 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-05T16:02:41.342 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-05T16:02:41.342 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-05T16:02:41.342 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=time 2023-12-05T16:02:41.342 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-05T16:02:41.342 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=uname 2023-12-05T16:02:41.343 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-05T16:02:41.343 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-05T16:02:41.343 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.047Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-05T16:02:41.343 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.048Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-05T16:02:41.343 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[47392]: ts=2023-12-05T16:02:41.048Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-05T16:02:41.498 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:02:41.499 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 starting - - - - 2023-12-05T16:02:41.499 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (6m) 42s ago 6m 47.2M - 8.3.5 dad864ee21e9 2ab2d15f5da7 2023-12-05T16:02:41.499 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 starting - - - - 2023-12-05T16:02:41.499 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283 running (70s) 42s ago 13m 479M - 19.0.0-13-ge6605fb8 104f332cd0a9 45e6adf197ba 2023-12-05T16:02:41.499 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:9283 running (15m) 43s ago 15m 406M - 17.2.0 e1d6a67b021e f9ce69c968fc 2023-12-05T16:02:41.499 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (15m) 43s ago 15m 59.3M 2048M 17.2.0 e1d6a67b021e 0139c8c8b6bf 2023-12-05T16:02:41.499 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (13m) 42s ago 13m 49.2M 2048M 17.2.0 e1d6a67b021e cedaff747574 2023-12-05T16:02:41.499 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (13m) 43s ago 13m 44.9M 2048M 17.2.0 e1d6a67b021e 4aaf0f854d64 2023-12-05T16:02:41.499 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 starting - - - - 2023-12-05T16:02:41.499 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 starting - - - - 2023-12-05T16:02:41.499 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (12m) 43s ago 12m 57.0M 2782M 17.2.0 e1d6a67b021e 4f30dfb19a1d 2023-12-05T16:02:41.499 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (11m) 43s ago 11m 57.7M 2782M 17.2.0 e1d6a67b021e 86b3fa0a663f 2023-12-05T16:02:41.499 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (11m) 43s ago 11m 54.6M 2782M 17.2.0 e1d6a67b021e 4490977f74dc 2023-12-05T16:02:41.499 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (10m) 43s ago 10m 55.2M 2782M 17.2.0 e1d6a67b021e 715c72066f0e 2023-12-05T16:02:41.499 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (10m) 42s ago 10m 56.6M 3038M 17.2.0 e1d6a67b021e 1e5c4e736858 2023-12-05T16:02:41.500 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (9m) 42s ago 9m 53.9M 3038M 17.2.0 e1d6a67b021e 8938c96c499f 2023-12-05T16:02:41.500 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (8m) 42s ago 8m 53.7M 3038M 17.2.0 e1d6a67b021e ac02a2497ba9 2023-12-05T16:02:41.500 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (8m) 42s ago 8m 54.6M 3038M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T16:02:41.500 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 starting - - - - 2023-12-05T16:02:41.500 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (5m) 43s ago 5m 85.5M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:02:41.500 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (5m) 42s ago 5m 85.3M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:02:41.500 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (5m) 43s ago 5m 85.2M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:02:41.500 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (5m) 42s ago 5m 85.2M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:02:41.946 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:02:41.947 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:02:41.947 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-05T16:02:41.947 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:02:41.947 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:02:41.947 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T16:02:41.947 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:02:41.947 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:02:41.947 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:02:41.947 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:02:41.947 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:02:41.947 INFO:teuthology.orchestra.run.smithi016.stdout: "mds": {}, 2023-12-05T16:02:41.947 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:02:41.947 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:02:41.947 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:02:41.947 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:02:41.948 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-05T16:02:41.948 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:02:41.948 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:02:41.948 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:02:42.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[25002]: cephadm 2023-12-05T16:02:39.917023+0000 mgr.x (mgr.25090) 69 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-05T16:02:42.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[25002]: cephadm 2023-12-05T16:02:39.930321+0000 mgr.x (mgr.25090) 70 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-05T16:02:42.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[25002]: audit 2023-12-05T16:02:40.099261+0000 mgr.x (mgr.25090) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T16:02:42.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[25002]: cephadm 2023-12-05T16:02:40.103537+0000 mgr.x (mgr.25090) 72 : cephadm [INF] Reconfiguring daemon grafana.a on smithi038 2023-12-05T16:02:42.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:41 smithi038 bash[25002]: audit 2023-12-05T16:02:40.707163+0000 mgr.x (mgr.25090) 73 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:42.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:41 smithi016 bash[25024]: cephadm 2023-12-05T16:02:39.917023+0000 mgr.x (mgr.25090) 69 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-05T16:02:42.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:41 smithi016 bash[25024]: cephadm 2023-12-05T16:02:39.930321+0000 mgr.x (mgr.25090) 70 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-05T16:02:42.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:41 smithi016 bash[25024]: audit 2023-12-05T16:02:40.099261+0000 mgr.x (mgr.25090) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T16:02:42.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:41 smithi016 bash[25024]: cephadm 2023-12-05T16:02:40.103537+0000 mgr.x (mgr.25090) 72 : cephadm [INF] Reconfiguring daemon grafana.a on smithi038 2023-12-05T16:02:42.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:41 smithi016 bash[25024]: audit 2023-12-05T16:02:40.707163+0000 mgr.x (mgr.25090) 73 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:42.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:41 smithi016 bash[30458]: cephadm 2023-12-05T16:02:39.917023+0000 mgr.x (mgr.25090) 69 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-05T16:02:42.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:41 smithi016 bash[30458]: cephadm 2023-12-05T16:02:39.930321+0000 mgr.x (mgr.25090) 70 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-05T16:02:42.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:41 smithi016 bash[30458]: audit 2023-12-05T16:02:40.099261+0000 mgr.x (mgr.25090) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T16:02:42.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:41 smithi016 bash[30458]: cephadm 2023-12-05T16:02:40.103537+0000 mgr.x (mgr.25090) 72 : cephadm [INF] Reconfiguring daemon grafana.a on smithi038 2023-12-05T16:02:42.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:41 smithi016 bash[30458]: audit 2023-12-05T16:02:40.707163+0000 mgr.x (mgr.25090) 73 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:42.316 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:02:42.316 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:02:42.316 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:02:42.316 INFO:teuthology.orchestra.run.smithi016.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:02:42.317 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [], 2023-12-05T16:02:42.317 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T16:02:42.317 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "", 2023-12-05T16:02:42.317 INFO:teuthology.orchestra.run.smithi016.stdout: "is_paused": false 2023-12-05T16:02:42.317 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:02:42.749 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_OK 2023-12-05T16:02:43.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:42 smithi038 bash[25002]: audit 2023-12-05T16:02:41.098673+0000 mgr.x (mgr.25090) 74 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:43.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:42 smithi038 bash[25002]: audit 2023-12-05T16:02:41.470892+0000 mgr.x (mgr.25090) 75 : audit [DBG] from='client.25273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:43.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:42 smithi038 bash[25002]: cluster 2023-12-05T16:02:41.659417+0000 mgr.x (mgr.25090) 76 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:43.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:42 smithi038 bash[25002]: audit 2023-12-05T16:02:41.941541+0000 mon.c (mon.1) 61 : audit [DBG] from='client.? 172.21.15.16:0/468631938' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:02:43.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:42 smithi016 bash[30458]: audit 2023-12-05T16:02:41.098673+0000 mgr.x (mgr.25090) 74 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:43.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:42 smithi016 bash[30458]: audit 2023-12-05T16:02:41.470892+0000 mgr.x (mgr.25090) 75 : audit [DBG] from='client.25273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:43.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:42 smithi016 bash[30458]: cluster 2023-12-05T16:02:41.659417+0000 mgr.x (mgr.25090) 76 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:43.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:42 smithi016 bash[30458]: audit 2023-12-05T16:02:41.941541+0000 mon.c (mon.1) 61 : audit [DBG] from='client.? 172.21.15.16:0/468631938' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:02:43.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:42 smithi016 bash[25024]: audit 2023-12-05T16:02:41.098673+0000 mgr.x (mgr.25090) 74 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:43.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:42 smithi016 bash[25024]: audit 2023-12-05T16:02:41.470892+0000 mgr.x (mgr.25090) 75 : audit [DBG] from='client.25273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:43.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:42 smithi016 bash[25024]: cluster 2023-12-05T16:02:41.659417+0000 mgr.x (mgr.25090) 76 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:43.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:42 smithi016 bash[25024]: audit 2023-12-05T16:02:41.941541+0000 mon.c (mon.1) 61 : audit [DBG] from='client.? 172.21.15.16:0/468631938' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:02:44.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:43 smithi038 bash[25002]: audit 2023-12-05T16:02:42.311550+0000 mgr.x (mgr.25090) 77 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:44.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:43 smithi038 bash[25002]: audit 2023-12-05T16:02:42.745179+0000 mon.a (mon.0) 911 : audit [DBG] from='client.? 172.21.15.16:0/94689314' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:02:44.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:43 smithi016 bash[25024]: audit 2023-12-05T16:02:42.311550+0000 mgr.x (mgr.25090) 77 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:44.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:43 smithi016 bash[25024]: audit 2023-12-05T16:02:42.745179+0000 mon.a (mon.0) 911 : audit [DBG] from='client.? 172.21.15.16:0/94689314' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:02:44.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:43 smithi016 bash[30458]: audit 2023-12-05T16:02:42.311550+0000 mgr.x (mgr.25090) 77 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:02:44.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:43 smithi016 bash[30458]: audit 2023-12-05T16:02:42.745179+0000 mon.a (mon.0) 911 : audit [DBG] from='client.? 172.21.15.16:0/94689314' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:02:45.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:44 smithi038 bash[25002]: cluster 2023-12-05T16:02:43.660209+0000 mgr.x (mgr.25090) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T16:02:45.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:44 smithi038 bash[25002]: audit 2023-12-05T16:02:43.822519+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:02:45.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:44 smithi016 bash[25024]: cluster 2023-12-05T16:02:43.660209+0000 mgr.x (mgr.25090) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T16:02:45.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:44 smithi016 bash[25024]: audit 2023-12-05T16:02:43.822519+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:02:45.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:44 smithi016 bash[30458]: cluster 2023-12-05T16:02:43.660209+0000 mgr.x (mgr.25090) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T16:02:45.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:44 smithi016 bash[30458]: audit 2023-12-05T16:02:43.822519+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:02:46.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:46 smithi038 bash[25002]: cluster 2023-12-05T16:02:45.662323+0000 mgr.x (mgr.25090) 79 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T16:02:46.369 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:46 smithi016 bash[30458]: cluster 2023-12-05T16:02:45.662323+0000 mgr.x (mgr.25090) 79 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T16:02:46.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:46 smithi016 bash[25024]: cluster 2023-12-05T16:02:45.662323+0000 mgr.x (mgr.25090) 79 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T16:02:49.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:48 smithi038 bash[25002]: audit 2023-12-05T16:02:46.951602+0000 mgr.x (mgr.25090) 80 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:02:49.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:48 smithi038 bash[25002]: cluster 2023-12-05T16:02:47.662997+0000 mgr.x (mgr.25090) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:49.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:48 smithi016 bash[30458]: audit 2023-12-05T16:02:46.951602+0000 mgr.x (mgr.25090) 80 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:02:49.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:48 smithi016 bash[30458]: cluster 2023-12-05T16:02:47.662997+0000 mgr.x (mgr.25090) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:49.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:48 smithi016 bash[25024]: audit 2023-12-05T16:02:46.951602+0000 mgr.x (mgr.25090) 80 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:02:49.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:48 smithi016 bash[25024]: cluster 2023-12-05T16:02:47.662997+0000 mgr.x (mgr.25090) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:50.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:02:49 smithi038 bash[45212]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:02:49] "GET /metrics HTTP/1.1" 200 38134 "" "Prometheus/2.33.4" 2023-12-05T16:02:51.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:50 smithi038 bash[25002]: cluster 2023-12-05T16:02:49.663910+0000 mgr.x (mgr.25090) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:51.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:50 smithi016 bash[25024]: cluster 2023-12-05T16:02:49.663910+0000 mgr.x (mgr.25090) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:51.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:50 smithi016 bash[30458]: cluster 2023-12-05T16:02:49.663910+0000 mgr.x (mgr.25090) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:53.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:52 smithi038 bash[25002]: cluster 2023-12-05T16:02:51.665028+0000 mgr.x (mgr.25090) 83 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:53.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:52 smithi016 bash[25024]: cluster 2023-12-05T16:02:51.665028+0000 mgr.x (mgr.25090) 83 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:53.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:52 smithi016 bash[30458]: cluster 2023-12-05T16:02:51.665028+0000 mgr.x (mgr.25090) 83 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:55.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:54 smithi038 bash[25002]: cluster 2023-12-05T16:02:53.665697+0000 mgr.x (mgr.25090) 84 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:55.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:54 smithi016 bash[25024]: cluster 2023-12-05T16:02:53.665697+0000 mgr.x (mgr.25090) 84 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:55.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:54 smithi016 bash[30458]: cluster 2023-12-05T16:02:53.665697+0000 mgr.x (mgr.25090) 84 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:56.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:56 smithi016 bash[25024]: cluster 2023-12-05T16:02:55.667435+0000 mgr.x (mgr.25090) 85 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:56.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:56 smithi016 bash[30458]: cluster 2023-12-05T16:02:55.667435+0000 mgr.x (mgr.25090) 85 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:56.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:56 smithi038 bash[25002]: cluster 2023-12-05T16:02:55.667435+0000 mgr.x (mgr.25090) 85 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:02:59.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:58 smithi038 bash[25002]: audit 2023-12-05T16:02:56.953337+0000 mgr.x (mgr.25090) 86 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:02:59.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:58 smithi038 bash[25002]: cluster 2023-12-05T16:02:57.668190+0000 mgr.x (mgr.25090) 87 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:59.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:02:58 smithi038 bash[47243]: ts=2023-12-05T16:02: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.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:02:59.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:58 smithi016 bash[25024]: audit 2023-12-05T16:02:56.953337+0000 mgr.x (mgr.25090) 86 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:02:59.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:58 smithi016 bash[25024]: cluster 2023-12-05T16:02:57.668190+0000 mgr.x (mgr.25090) 87 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:02:59.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:58 smithi016 bash[30458]: audit 2023-12-05T16:02:56.953337+0000 mgr.x (mgr.25090) 86 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:02:59.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:58 smithi016 bash[30458]: cluster 2023-12-05T16:02:57.668190+0000 mgr.x (mgr.25090) 87 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:00.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:02:59 smithi038 bash[25002]: audit 2023-12-05T16:02:58.822659+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:03:00.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:02:59 smithi038 bash[45212]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:02:59] "GET /metrics HTTP/1.1" 200 38138 "" "Prometheus/2.33.4" 2023-12-05T16:03:00.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:02:59 smithi016 bash[30458]: audit 2023-12-05T16:02:58.822659+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:03:00.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:02:59 smithi016 bash[25024]: audit 2023-12-05T16:02:58.822659+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:03:01.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:00 smithi038 bash[25002]: cluster 2023-12-05T16:02:59.670154+0000 mgr.x (mgr.25090) 88 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:03:01.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:00 smithi016 bash[25024]: cluster 2023-12-05T16:02:59.670154+0000 mgr.x (mgr.25090) 88 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:03:01.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:00 smithi016 bash[30458]: cluster 2023-12-05T16:02:59.670154+0000 mgr.x (mgr.25090) 88 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:03:03.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:02 smithi038 bash[25002]: cluster 2023-12-05T16:03:01.671033+0000 mgr.x (mgr.25090) 89 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:03:03.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:02 smithi016 bash[25024]: cluster 2023-12-05T16:03:01.671033+0000 mgr.x (mgr.25090) 89 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:03:03.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:02 smithi016 bash[30458]: cluster 2023-12-05T16:03:01.671033+0000 mgr.x (mgr.25090) 89 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:03:04.089 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:03 smithi038 systemd[1]: Stopping Ceph grafana.a for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:03:04.089 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:03 smithi038 bash[47661]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-grafana.a 2023-12-05T16:03:04.089 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:03 smithi038 bash[40953]: t=2023-12-05T16:03:03+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-05T16:03:04.089 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:03 smithi038 bash[40953]: t=2023-12-05T16:03:03+0000 lvl=info msg="Database locked, sleeping then retrying" logger=sqlstore error="database is locked" retry=0 2023-12-05T16:03:04.348 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[47670]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-grafana-a 2023-12-05T16:03:04.661 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[47709]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-grafana.a 2023-12-05T16:03:04.661 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:04 smithi038 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@grafana.a.service: Succeeded. 2023-12-05T16:03:04.661 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:04 smithi038 systemd[1]: Stopped Ceph grafana.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:03:04.661 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:04 smithi038 systemd[1]: Started Ceph grafana.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:03:04.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[25002]: cluster 2023-12-05T16:03:03.671842+0000 mgr.x (mgr.25090) 90 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:04.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[25002]: audit 2023-12-05T16:03:04.566617+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:04.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[25002]: audit 2023-12-05T16:03:04.580461+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:04.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[25002]: audit 2023-12-05T16:03:04.630454+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T16:03:04.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[25002]: audit 2023-12-05T16:03:04.633720+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi016.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T16:03:04.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[25002]: audit 2023-12-05T16:03:04.643676+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:04.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[25002]: audit 2023-12-05T16:03:04.664861+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T16:03:04.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[25002]: audit 2023-12-05T16:03:04.700090+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:04.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[25002]: audit 2023-12-05T16:03:04.704449+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T16:03:04.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[25002]: audit 2023-12-05T16:03:04.709918+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi016"}]: dispatch 2023-12-05T16:03:04.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[25002]: audit 2023-12-05T16:03:04.717560+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:04.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[25002]: audit 2023-12-05T16:03:04.727022+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:03:04.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[25002]: audit 2023-12-05T16:03:04.730016+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi038.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T16:03:04.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[25002]: audit 2023-12-05T16:03:04.739885+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:04.840 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[45212]: [05/Dec/2023:16:03:04] ENGINE Bus STOPPING 2023-12-05T16:03:04.840 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[45212]: [05/Dec/2023:16:03:04] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-05T16:03:04.840 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[45212]: [05/Dec/2023:16:03:04] ENGINE Bus STOPPED 2023-12-05T16:03:04.840 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[45212]: [05/Dec/2023:16:03:04] ENGINE Bus STARTING 2023-12-05T16:03:04.840 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[45212]: [05/Dec/2023:16:03:04] ENGINE Serving on http://:::9283 2023-12-05T16:03:04.840 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[45212]: [05/Dec/2023:16:03:04] ENGINE Bus STARTED 2023-12-05T16:03:04.840 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[45212]: [05/Dec/2023:16:03:04] ENGINE Bus STOPPING 2023-12-05T16:03:04.840 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[45212]: [05/Dec/2023:16:03:04] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-05T16:03:04.840 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[45212]: [05/Dec/2023:16:03:04] ENGINE Bus STOPPED 2023-12-05T16:03:04.840 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[45212]: [05/Dec/2023:16:03:04] ENGINE Bus STARTING 2023-12-05T16:03:05.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[30458]: cluster 2023-12-05T16:03:03.671842+0000 mgr.x (mgr.25090) 90 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:05.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[30458]: audit 2023-12-05T16:03:04.566617+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:05.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[30458]: audit 2023-12-05T16:03:04.580461+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:05.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[30458]: audit 2023-12-05T16:03:04.630454+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T16:03:05.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[30458]: audit 2023-12-05T16:03:04.633720+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi016.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T16:03:05.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[30458]: audit 2023-12-05T16:03:04.643676+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:05.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[30458]: audit 2023-12-05T16:03:04.664861+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T16:03:05.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[30458]: audit 2023-12-05T16:03:04.700090+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:05.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[30458]: audit 2023-12-05T16:03:04.704449+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T16:03:05.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[30458]: audit 2023-12-05T16:03:04.709918+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi016"}]: dispatch 2023-12-05T16:03:05.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[30458]: audit 2023-12-05T16:03:04.717560+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:05.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[30458]: audit 2023-12-05T16:03:04.727022+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:03:05.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[30458]: audit 2023-12-05T16:03:04.730016+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi038.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T16:03:05.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[30458]: audit 2023-12-05T16:03:04.739885+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:05.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[25024]: cluster 2023-12-05T16:03:03.671842+0000 mgr.x (mgr.25090) 90 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:05.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[25024]: audit 2023-12-05T16:03:04.566617+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:05.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[25024]: audit 2023-12-05T16:03:04.580461+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:05.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[25024]: audit 2023-12-05T16:03:04.630454+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T16:03:05.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[25024]: audit 2023-12-05T16:03:04.633720+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi016.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T16:03:05.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[25024]: audit 2023-12-05T16:03:04.643676+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:05.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[25024]: audit 2023-12-05T16:03:04.664861+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T16:03:05.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[25024]: audit 2023-12-05T16:03:04.700090+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:05.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[25024]: audit 2023-12-05T16:03:04.704449+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T16:03:05.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[25024]: audit 2023-12-05T16:03:04.709918+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi016"}]: dispatch 2023-12-05T16:03:05.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[25024]: audit 2023-12-05T16:03:04.717560+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:05.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[25024]: audit 2023-12-05T16:03:04.727022+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:03:05.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[25024]: audit 2023-12-05T16:03:04.730016+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi038.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T16:03:05.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:04 smithi016 bash[25024]: audit 2023-12-05T16:03:04.739885+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:05.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[45212]: [05/Dec/2023:16:03:04] ENGINE Serving on http://:::9283 2023-12-05T16:03:05.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[45212]: [05/Dec/2023:16:03:04] ENGINE Bus STARTED 2023-12-05T16:03:05.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[45212]: [05/Dec/2023:16:03:04] ENGINE Bus STOPPING 2023-12-05T16:03:05.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[45212]: [05/Dec/2023:16:03:04] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-05T16:03:05.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[45212]: [05/Dec/2023:16:03:04] ENGINE Bus STOPPED 2023-12-05T16:03:05.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:04 smithi038 bash[45212]: [05/Dec/2023:16:03:04] ENGINE Bus STARTING 2023-12-05T16:03:05.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[45212]: [05/Dec/2023:16:03:05] ENGINE Serving on http://:::9283 2023-12-05T16:03:05.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[45212]: [05/Dec/2023:16:03:05] ENGINE Bus STARTED 2023-12-05T16:03:05.839 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="The state of unified alerting is still not defined. The decision will be made during as we run the database migrations" logger=settings 2023-12-05T16:03:05.839 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=warn msg="falling back to legacy setting of 'min_interval_seconds'; please use the configuration option in the `unified_alerting` section if Grafana 8 alerts are enabled." logger=settings 2023-12-05T16:03:05.839 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-05T16:03:05.839 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-05T16:03:05.839 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-05T16:03:05.839 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-05T16:03:05.839 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-05T16:03:05.839 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-05T16:03:05.839 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-05T16:03:05.839 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-05T16:03:05.840 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-05T16:03:05.840 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-05T16:03:05.840 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-05T16:03:05.840 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="App mode production" logger=settings 2023-12-05T16:03:05.840 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-05T16:03:05.840 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=warn msg="SQLite database file has broader permissions than it should" logger=sqlstore path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2023-12-05T16:03:05.840 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Starting DB migrations" logger=migrator 2023-12-05T16:03:05.840 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="migrations completed" logger=migrator performed=0 skipped=377 duration=1.249864ms 2023-12-05T16:03:05.840 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-05T16:03:05.840 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-05T16:03:05.840 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-05T16:03:05.840 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-05T16:03:05.840 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-05T16:03:05.840 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-05T16:03:05.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[25002]: audit 2023-12-05T16:03:04.631484+0000 mgr.x (mgr.25090) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T16:03:05.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[25002]: audit 2023-12-05T16:03:04.634539+0000 mgr.x (mgr.25090) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi016.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T16:03:05.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[25002]: audit 2023-12-05T16:03:04.666537+0000 mgr.x (mgr.25090) 93 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T16:03:05.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[25002]: cephadm 2023-12-05T16:03:04.703954+0000 mgr.x (mgr.25090) 94 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.16:5000 to Dashboard 2023-12-05T16:03:05.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[25002]: audit 2023-12-05T16:03:04.705432+0000 mgr.x (mgr.25090) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T16:03:05.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[25002]: audit 2023-12-05T16:03:04.711279+0000 mgr.x (mgr.25090) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi016"}]: dispatch 2023-12-05T16:03:05.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[25002]: audit 2023-12-05T16:03:04.728034+0000 mgr.x (mgr.25090) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:03:05.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[25002]: audit 2023-12-05T16:03:04.730998+0000 mgr.x (mgr.25090) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi038.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T16:03:05.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[25002]: audit 2023-12-05T16:03:04.765124+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T16:03:05.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[25002]: audit 2023-12-05T16:03:04.765889+0000 mgr.x (mgr.25090) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T16:03:05.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[25002]: audit 2023-12-05T16:03:04.768949+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi038.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T16:03:05.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[25002]: audit 2023-12-05T16:03:04.769656+0000 mgr.x (mgr.25090) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi038.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T16:03:05.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[25002]: audit 2023-12-05T16:03:04.777010+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:05.842 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[25002]: audit 2023-12-05T16:03:04.809976+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:03:05.842 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[25002]: cephadm 2023-12-05T16:03:04.812780+0000 mgr.x (mgr.25090) 101 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T16:03:05.842 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[25002]: cephadm 2023-12-05T16:03:04.814447+0000 mgr.x (mgr.25090) 102 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T16:03:06.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[30458]: audit 2023-12-05T16:03:04.631484+0000 mgr.x (mgr.25090) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T16:03:06.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[30458]: audit 2023-12-05T16:03:04.634539+0000 mgr.x (mgr.25090) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi016.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T16:03:06.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[30458]: audit 2023-12-05T16:03:04.666537+0000 mgr.x (mgr.25090) 93 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T16:03:06.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[30458]: cephadm 2023-12-05T16:03:04.703954+0000 mgr.x (mgr.25090) 94 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.16:5000 to Dashboard 2023-12-05T16:03:06.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[30458]: audit 2023-12-05T16:03:04.705432+0000 mgr.x (mgr.25090) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T16:03:06.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[30458]: audit 2023-12-05T16:03:04.711279+0000 mgr.x (mgr.25090) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi016"}]: dispatch 2023-12-05T16:03:06.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[30458]: audit 2023-12-05T16:03:04.728034+0000 mgr.x (mgr.25090) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:03:06.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[30458]: audit 2023-12-05T16:03:04.730998+0000 mgr.x (mgr.25090) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi038.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T16:03:06.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[30458]: audit 2023-12-05T16:03:04.765124+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T16:03:06.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[30458]: audit 2023-12-05T16:03:04.765889+0000 mgr.x (mgr.25090) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T16:03:06.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[30458]: audit 2023-12-05T16:03:04.768949+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi038.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T16:03:06.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[30458]: audit 2023-12-05T16:03:04.769656+0000 mgr.x (mgr.25090) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi038.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T16:03:06.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[30458]: audit 2023-12-05T16:03:04.777010+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:06.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[30458]: audit 2023-12-05T16:03:04.809976+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:03:06.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[30458]: cephadm 2023-12-05T16:03:04.812780+0000 mgr.x (mgr.25090) 101 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T16:03:06.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[30458]: cephadm 2023-12-05T16:03:04.814447+0000 mgr.x (mgr.25090) 102 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T16:03:06.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[25024]: audit 2023-12-05T16:03:04.631484+0000 mgr.x (mgr.25090) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T16:03:06.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[25024]: audit 2023-12-05T16:03:04.634539+0000 mgr.x (mgr.25090) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi016.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T16:03:06.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[25024]: audit 2023-12-05T16:03:04.666537+0000 mgr.x (mgr.25090) 93 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T16:03:06.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[25024]: cephadm 2023-12-05T16:03:04.703954+0000 mgr.x (mgr.25090) 94 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.16:5000 to Dashboard 2023-12-05T16:03:06.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[25024]: audit 2023-12-05T16:03:04.705432+0000 mgr.x (mgr.25090) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T16:03:06.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[25024]: audit 2023-12-05T16:03:04.711279+0000 mgr.x (mgr.25090) 96 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi016"}]: dispatch 2023-12-05T16:03:06.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[25024]: audit 2023-12-05T16:03:04.728034+0000 mgr.x (mgr.25090) 97 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:03:06.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[25024]: audit 2023-12-05T16:03:04.730998+0000 mgr.x (mgr.25090) 98 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi038.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T16:03:06.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[25024]: audit 2023-12-05T16:03:04.765124+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T16:03:06.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[25024]: audit 2023-12-05T16:03:04.765889+0000 mgr.x (mgr.25090) 99 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T16:03:06.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[25024]: audit 2023-12-05T16:03:04.768949+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi038.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T16:03:06.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[25024]: audit 2023-12-05T16:03:04.769656+0000 mgr.x (mgr.25090) 100 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi038.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T16:03:06.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[25024]: audit 2023-12-05T16:03:04.777010+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:06.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[25024]: audit 2023-12-05T16:03:04.809976+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:03:06.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[25024]: cephadm 2023-12-05T16:03:04.812780+0000 mgr.x (mgr.25090) 101 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T16:03:06.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:05 smithi016 bash[25024]: cephadm 2023-12-05T16:03:04.814447+0000 mgr.x (mgr.25090) 102 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T16:03:06.339 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="deleted datasource based on configuration" logger=provisioning.datasources name=Dashboard1 2023-12-05T16:03:06.339 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-05T16:03:06.339 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Loki uid=P8E80F9AEF21F6940 2023-12-05T16:03:06.339 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-05T16:03:06.339 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-05T16:03:06.339 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:03:05 smithi038 bash[47736]: t=2023-12-05T16:03:05+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-05T16:03:06.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:06 smithi016 bash[25024]: cluster 2023-12-05T16:03:05.674068+0000 mgr.x (mgr.25090) 103 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:03:06.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:06 smithi016 bash[30458]: cluster 2023-12-05T16:03:05.674068+0000 mgr.x (mgr.25090) 103 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:03:07.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:06 smithi038 bash[25002]: cluster 2023-12-05T16:03:05.674068+0000 mgr.x (mgr.25090) 103 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:03:08.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:08 smithi016 bash[25024]: audit 2023-12-05T16:03:06.964529+0000 mgr.x (mgr.25090) 104 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:03:08.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:08 smithi016 bash[25024]: cephadm 2023-12-05T16:03:07.085209+0000 mgr.x (mgr.25090) 105 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-05T16:03:08.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:08 smithi016 bash[25024]: audit 2023-12-05T16:03:07.095600+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:08.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:08 smithi016 bash[25024]: audit 2023-12-05T16:03:07.099135+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:03:08.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:08 smithi016 bash[25024]: audit 2023-12-05T16:03:07.099217+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:03:08.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:08 smithi016 bash[25024]: audit 2023-12-05T16:03:07.102040+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:03:08.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:08 smithi016 bash[25024]: audit 2023-12-05T16:03:07.104061+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:03:08.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:08 smithi016 bash[25024]: cephadm 2023-12-05T16:03:07.106200+0000 mgr.x (mgr.25090) 106 : cephadm [INF] Deploying daemon mgr.y on smithi016 2023-12-05T16:03:08.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:08 smithi016 bash[25024]: cluster 2023-12-05T16:03:07.674949+0000 mgr.x (mgr.25090) 107 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:08.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:08 smithi016 bash[30458]: audit 2023-12-05T16:03:06.964529+0000 mgr.x (mgr.25090) 104 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:03:08.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:08 smithi016 bash[30458]: cephadm 2023-12-05T16:03:07.085209+0000 mgr.x (mgr.25090) 105 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-05T16:03:08.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:08 smithi016 bash[30458]: audit 2023-12-05T16:03:07.095600+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:08.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:08 smithi016 bash[30458]: audit 2023-12-05T16:03:07.099135+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:03:08.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:08 smithi016 bash[30458]: audit 2023-12-05T16:03:07.099217+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:03:08.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:08 smithi016 bash[30458]: audit 2023-12-05T16:03:07.102040+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:03:08.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:08 smithi016 bash[30458]: audit 2023-12-05T16:03:07.104061+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:03:08.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:08 smithi016 bash[30458]: cephadm 2023-12-05T16:03:07.106200+0000 mgr.x (mgr.25090) 106 : cephadm [INF] Deploying daemon mgr.y on smithi016 2023-12-05T16:03:08.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:08 smithi016 bash[30458]: cluster 2023-12-05T16:03:07.674949+0000 mgr.x (mgr.25090) 107 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:08.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:08 smithi038 bash[25002]: audit 2023-12-05T16:03:06.964529+0000 mgr.x (mgr.25090) 104 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:03:08.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:08 smithi038 bash[25002]: cephadm 2023-12-05T16:03:07.085209+0000 mgr.x (mgr.25090) 105 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-05T16:03:08.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:08 smithi038 bash[25002]: audit 2023-12-05T16:03:07.095600+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:08.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:08 smithi038 bash[25002]: audit 2023-12-05T16:03:07.099135+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:03:08.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:08 smithi038 bash[25002]: audit 2023-12-05T16:03:07.099217+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:03:08.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:08 smithi038 bash[25002]: audit 2023-12-05T16:03:07.102040+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:03:08.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:08 smithi038 bash[25002]: audit 2023-12-05T16:03:07.104061+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:03:08.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:08 smithi038 bash[25002]: cephadm 2023-12-05T16:03:07.106200+0000 mgr.x (mgr.25090) 106 : cephadm [INF] Deploying daemon mgr.y on smithi016 2023-12-05T16:03:08.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:08 smithi038 bash[25002]: cluster 2023-12-05T16:03:07.674949+0000 mgr.x (mgr.25090) 107 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:09.090 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:08 smithi038 bash[47243]: ts=2023-12-05T16:03:08.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:03:09.810 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:09 smithi016 systemd[1]: Stopping Ceph mgr.y for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:03:10.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:09 smithi038 bash[45212]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:03:09] "GET /metrics HTTP/1.1" 200 38138 "" "Prometheus/2.33.4" 2023-12-05T16:03:10.620 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:10 smithi016 bash[61147]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-mgr-y 2023-12-05T16:03:10.620 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:10 smithi016 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2023-12-05T16:03:10.620 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:10 smithi016 bash[61228]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-mgr-y 2023-12-05T16:03:10.620 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:10 smithi016 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-05T16:03:10.620 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:10 smithi016 systemd[1]: Stopped Ceph mgr.y for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:03:11.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:10 smithi038 bash[25002]: cluster 2023-12-05T16:03:09.676653+0000 mgr.x (mgr.25090) 108 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:03:11.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:10 smithi016 bash[25024]: cluster 2023-12-05T16:03:09.676653+0000 mgr.x (mgr.25090) 108 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:03:11.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:10 smithi016 systemd[1]: Started Ceph mgr.y for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:03:11.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:10 smithi016 bash[30458]: cluster 2023-12-05T16:03:09.676653+0000 mgr.x (mgr.25090) 108 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:03:12.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:11 smithi038 bash[25002]: audit 2023-12-05T16:03:10.824065+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:12.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:11 smithi038 bash[25002]: audit 2023-12-05T16:03:10.834965+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:12.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:12 smithi016 bash[61294]: debug 2023-12-05T16:03:12.058+0000 7f720b8cd700 1 -- 172.21.15.16:0/2899532800 <== mon.0 v2:172.21.15.16:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5643287601a0 con 0x5643294de800 2023-12-05T16:03:12.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:11 smithi016 bash[25024]: audit 2023-12-05T16:03:10.824065+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:12.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:11 smithi016 bash[25024]: audit 2023-12-05T16:03:10.834965+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:12.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:11 smithi016 bash[30458]: audit 2023-12-05T16:03:10.824065+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:12.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:11 smithi016 bash[30458]: audit 2023-12-05T16:03:10.834965+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:12.620 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:12 smithi016 bash[61294]: debug 2023-12-05T16:03:12.226+0000 7f7215a73200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T16:03:13.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:12 smithi016 bash[25024]: cluster 2023-12-05T16:03:11.677418+0000 mgr.x (mgr.25090) 109 : 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 2023-12-05T16:03:13.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:12 smithi016 bash[30458]: cluster 2023-12-05T16:03:11.677418+0000 mgr.x (mgr.25090) 109 : 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 2023-12-05T16:03:13.164 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:03:13.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:12 smithi038 bash[25002]: cluster 2023-12-05T16:03:11.677418+0000 mgr.x (mgr.25090) 109 : 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 2023-12-05T16:03:13.620 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:13 smithi016 bash[61294]: debug 2023-12-05T16:03:13.182+0000 7f7215a73200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-05T16:03:13.620 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:13 smithi016 bash[61294]: debug 2023-12-05T16:03:13.286+0000 7f7215a73200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T16:03:13.620 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:13 smithi016 bash[61294]: debug 2023-12-05T16:03:13.394+0000 7f7215a73200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T16:03:13.906 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:03:13.906 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 starting - - - - 2023-12-05T16:03:13.906 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 starting - - - - 2023-12-05T16:03:13.906 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 starting - - - - 2023-12-05T16:03:13.906 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283 running (103s) 75s ago 13m 479M - 19.0.0-13-ge6605fb8 104f332cd0a9 45e6adf197ba 2023-12-05T16:03:13.906 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:8443,9283,8765 starting - - - - 2023-12-05T16:03:13.906 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (15m) 75s ago 15m 59.3M 2048M 17.2.0 e1d6a67b021e 0139c8c8b6bf 2023-12-05T16:03:13.906 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (13m) 75s ago 13m 49.2M 2048M 17.2.0 e1d6a67b021e cedaff747574 2023-12-05T16:03:13.906 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (14m) 75s ago 14m 44.9M 2048M 17.2.0 e1d6a67b021e 4aaf0f854d64 2023-12-05T16:03:13.906 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 starting - - - - 2023-12-05T16:03:13.906 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 starting - - - - 2023-12-05T16:03:13.907 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (13m) 75s ago 13m 57.0M 2782M 17.2.0 e1d6a67b021e 4f30dfb19a1d 2023-12-05T16:03:13.907 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (12m) 75s ago 12m 57.7M 2782M 17.2.0 e1d6a67b021e 86b3fa0a663f 2023-12-05T16:03:13.907 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (11m) 75s ago 11m 54.6M 2782M 17.2.0 e1d6a67b021e 4490977f74dc 2023-12-05T16:03:13.907 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (11m) 75s ago 11m 55.2M 2782M 17.2.0 e1d6a67b021e 715c72066f0e 2023-12-05T16:03:13.907 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (10m) 75s ago 10m 56.6M 3038M 17.2.0 e1d6a67b021e 1e5c4e736858 2023-12-05T16:03:13.907 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (10m) 75s ago 10m 53.9M 3038M 17.2.0 e1d6a67b021e 8938c96c499f 2023-12-05T16:03:13.907 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (9m) 75s ago 9m 53.7M 3038M 17.2.0 e1d6a67b021e ac02a2497ba9 2023-12-05T16:03:13.907 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (8m) 75s ago 8m 54.6M 3038M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T16:03:13.907 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 starting - - - - 2023-12-05T16:03:13.907 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (5m) 75s ago 5m 85.5M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:03:13.907 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (5m) 75s ago 5m 85.3M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:03:13.907 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (5m) 75s ago 5m 85.2M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:03:13.907 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (5m) 75s ago 5m 85.2M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:03:14.077 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:13 smithi016 bash[61294]: debug 2023-12-05T16:03:13.674+0000 7f7215a73200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T16:03:14.077 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:13 smithi016 bash[25024]: audit 2023-12-05T16:03:13.141127+0000 mgr.x (mgr.25090) 110 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:14.077 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:13 smithi016 bash[25024]: audit 2023-12-05T16:03:13.519223+0000 mgr.x (mgr.25090) 111 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:14.077 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:13 smithi016 bash[25024]: cluster 2023-12-05T16:03:13.678151+0000 mgr.x (mgr.25090) 112 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:14.077 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:13 smithi016 bash[25024]: audit 2023-12-05T16:03:13.823065+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:03:14.077 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:13 smithi016 bash[30458]: audit 2023-12-05T16:03:13.141127+0000 mgr.x (mgr.25090) 110 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:14.078 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:13 smithi016 bash[30458]: audit 2023-12-05T16:03:13.519223+0000 mgr.x (mgr.25090) 111 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:14.078 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:13 smithi016 bash[30458]: cluster 2023-12-05T16:03:13.678151+0000 mgr.x (mgr.25090) 112 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:14.078 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:13 smithi016 bash[30458]: audit 2023-12-05T16:03:13.823065+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:03:14.336 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:03:14.336 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:03:14.336 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-05T16:03:14.336 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:03:14.336 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:03:14.336 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T16:03:14.336 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:03:14.336 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:03:14.336 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:03:14.336 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:03:14.337 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:03:14.337 INFO:teuthology.orchestra.run.smithi016.stdout: "mds": {}, 2023-12-05T16:03:14.337 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:03:14.337 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:03:14.337 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:03:14.337 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:03:14.337 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-05T16:03:14.337 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:03:14.337 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:03:14.337 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:03:14.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:13 smithi038 bash[25002]: audit 2023-12-05T16:03:13.141127+0000 mgr.x (mgr.25090) 110 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:14.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:13 smithi038 bash[25002]: audit 2023-12-05T16:03:13.519223+0000 mgr.x (mgr.25090) 111 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:14.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:13 smithi038 bash[25002]: cluster 2023-12-05T16:03:13.678151+0000 mgr.x (mgr.25090) 112 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:14.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:13 smithi038 bash[25002]: audit 2023-12-05T16:03:13.823065+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:03:14.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:14 smithi016 bash[61294]: debug 2023-12-05T16:03:14.066+0000 7f7215a73200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T16:03:14.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:14 smithi016 bash[61294]: debug 2023-12-05T16:03:14.230+0000 7f7215a73200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T16:03:14.710 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:03:14.710 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:03:14.711 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:03:14.711 INFO:teuthology.orchestra.run.smithi016.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:03:14.711 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [], 2023-12-05T16:03:14.711 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "", 2023-12-05T16:03:14.711 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "Currently upgrading mgr daemons", 2023-12-05T16:03:14.711 INFO:teuthology.orchestra.run.smithi016.stdout: "is_paused": false 2023-12-05T16:03:14.711 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:03:14.859 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:14 smithi016 bash[61294]: debug 2023-12-05T16:03:14.454+0000 7f7215a73200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T16:03:14.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:14 smithi016 bash[25024]: audit 2023-12-05T16:03:13.879356+0000 mgr.x (mgr.25090) 113 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:14.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:14 smithi016 bash[25024]: audit 2023-12-05T16:03:14.331063+0000 mon.c (mon.1) 62 : audit [DBG] from='client.? 172.21.15.16:0/1574038768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:03:14.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:14 smithi016 bash[25024]: audit 2023-12-05T16:03:14.705855+0000 mgr.x (mgr.25090) 114 : audit [DBG] from='client.25327 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:15.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:14 smithi016 bash[30458]: audit 2023-12-05T16:03:13.879356+0000 mgr.x (mgr.25090) 113 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:15.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:14 smithi016 bash[30458]: audit 2023-12-05T16:03:14.331063+0000 mon.c (mon.1) 62 : audit [DBG] from='client.? 172.21.15.16:0/1574038768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:03:15.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:14 smithi016 bash[30458]: audit 2023-12-05T16:03:14.705855+0000 mgr.x (mgr.25090) 114 : audit [DBG] from='client.25327 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:15.167 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_OK 2023-12-05T16:03:15.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:14 smithi038 bash[25002]: audit 2023-12-05T16:03:13.879356+0000 mgr.x (mgr.25090) 113 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:15.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:14 smithi038 bash[25002]: audit 2023-12-05T16:03:14.331063+0000 mon.c (mon.1) 62 : audit [DBG] from='client.? 172.21.15.16:0/1574038768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:03:15.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:14 smithi038 bash[25002]: audit 2023-12-05T16:03:14.705855+0000 mgr.x (mgr.25090) 114 : audit [DBG] from='client.25327 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:15.870 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:15 smithi016 bash[61294]: debug 2023-12-05T16:03:15.526+0000 7f7215a73200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T16:03:15.870 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:15 smithi016 bash[61294]: debug 2023-12-05T16:03:15.642+0000 7f7215a73200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T16:03:15.870 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:15 smithi016 bash[61294]: debug 2023-12-05T16:03:15.762+0000 7f7215a73200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T16:03:16.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:16 smithi016 bash[25024]: audit 2023-12-05T16:03:15.162820+0000 mon.a (mon.0) 923 : audit [DBG] from='client.? 172.21.15.16:0/2448551024' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:03:16.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:16 smithi016 bash[25024]: cluster 2023-12-05T16:03:15.679880+0000 mgr.x (mgr.25090) 115 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:03:16.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:16 smithi016 bash[30458]: audit 2023-12-05T16:03:15.162820+0000 mon.a (mon.0) 923 : audit [DBG] from='client.? 172.21.15.16:0/2448551024' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:03:16.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:16 smithi016 bash[30458]: cluster 2023-12-05T16:03:15.679880+0000 mgr.x (mgr.25090) 115 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:03:16.371 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:16 smithi016 bash[61294]: debug 2023-12-05T16:03:16.270+0000 7f7215a73200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T16:03:16.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:16 smithi038 bash[25002]: audit 2023-12-05T16:03:15.162820+0000 mon.a (mon.0) 923 : audit [DBG] from='client.? 172.21.15.16:0/2448551024' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:03:16.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:16 smithi038 bash[25002]: cluster 2023-12-05T16:03:15.679880+0000 mgr.x (mgr.25090) 115 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:03:16.870 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:16 smithi016 bash[61294]: debug 2023-12-05T16:03:16.518+0000 7f7215a73200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T16:03:17.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:17 smithi016 bash[61294]: debug 2023-12-05T16:03:17.010+0000 7f7215a73200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T16:03:17.870 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:17 smithi016 bash[61294]: debug 2023-12-05T16:03:17.542+0000 7f7215a73200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T16:03:18.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:18 smithi016 bash[30458]: audit 2023-12-05T16:03:16.973725+0000 mgr.x (mgr.25090) 116 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:03:18.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:18 smithi016 bash[30458]: audit 2023-12-05T16:03:17.386086+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:18.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:18 smithi016 bash[30458]: audit 2023-12-05T16:03:17.390474+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:18.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:18 smithi016 bash[30458]: audit 2023-12-05T16:03:17.405686+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:18.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:18 smithi016 bash[30458]: audit 2023-12-05T16:03:17.412587+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:18.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:18 smithi016 bash[30458]: cluster 2023-12-05T16:03:17.680619+0000 mgr.x (mgr.25090) 117 : 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 2023-12-05T16:03:18.391 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:18 smithi016 bash[25024]: audit 2023-12-05T16:03:16.973725+0000 mgr.x (mgr.25090) 116 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:03:18.391 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:18 smithi016 bash[25024]: audit 2023-12-05T16:03:17.386086+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:18.391 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:18 smithi016 bash[61294]: debug 2023-12-05T16:03:18.122+0000 7f7215a73200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T16:03:18.391 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:18 smithi016 bash[61294]: debug 2023-12-05T16:03:18.242+0000 7f7215a73200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T16:03:18.666 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:18 smithi038 bash[25002]: audit 2023-12-05T16:03:16.973725+0000 mgr.x (mgr.25090) 116 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:03:18.666 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:18 smithi038 bash[25002]: audit 2023-12-05T16:03:17.386086+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:18.666 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:18 smithi038 bash[25002]: audit 2023-12-05T16:03:17.390474+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:18.666 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:18 smithi038 bash[25002]: audit 2023-12-05T16:03:17.405686+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:18.666 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:18 smithi038 bash[25002]: audit 2023-12-05T16:03:17.412587+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:18.667 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:18 smithi038 bash[25002]: cluster 2023-12-05T16:03:17.680619+0000 mgr.x (mgr.25090) 117 : 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 2023-12-05T16:03:18.728 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:18 smithi016 bash[61294]: debug 2023-12-05T16:03:18.598+0000 7f7215a73200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T16:03:18.728 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:18 smithi016 bash[25024]: audit 2023-12-05T16:03:17.390474+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:18.729 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:18 smithi016 bash[25024]: audit 2023-12-05T16:03:17.405686+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:18.729 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:18 smithi016 bash[25024]: audit 2023-12-05T16:03:17.412587+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:18.729 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:18 smithi016 bash[25024]: cluster 2023-12-05T16:03:17.680619+0000 mgr.x (mgr.25090) 117 : 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 2023-12-05T16:03:18.999 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:18 smithi016 bash[61294]: debug 2023-12-05T16:03:18.718+0000 7f7215a73200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T16:03:18.999 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:18 smithi016 bash[61294]: debug 2023-12-05T16:03:18.870+0000 7f7215a73200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T16:03:19.088 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:18 smithi038 bash[47243]: ts=2023-12-05T16:03:18.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:03:19.328 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:18 smithi016 bash[61294]: debug 2023-12-05T16:03:18.990+0000 7f7215a73200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T16:03:19.329 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:19 smithi016 bash[61294]: debug 2023-12-05T16:03:19.118+0000 7f7215a73200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T16:03:19.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:19 smithi016 bash[30458]: audit 2023-12-05T16:03:18.517060+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:19.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:19 smithi016 bash[30458]: audit 2023-12-05T16:03:18.530772+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:19.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:19 smithi016 bash[25024]: audit 2023-12-05T16:03:18.517060+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:19.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:19 smithi016 bash[25024]: audit 2023-12-05T16:03:18.530772+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:19.621 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:19 smithi016 bash[61294]: debug 2023-12-05T16:03:19.318+0000 7f7215a73200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T16:03:19.621 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:19 smithi016 bash[61294]: debug 2023-12-05T16:03:19.450+0000 7f7215a73200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T16:03:19.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:19 smithi038 bash[25002]: audit 2023-12-05T16:03:18.517060+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:19.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:19 smithi038 bash[25002]: audit 2023-12-05T16:03:18.530772+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:20.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:19 smithi038 bash[45212]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:03:19] "GET /metrics HTTP/1.1" 200 38134 "" "Prometheus/2.33.4" 2023-12-05T16:03:20.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:20 smithi038 bash[25002]: cluster 2023-12-05T16:03:19.682193+0000 mgr.x (mgr.25090) 118 : 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 2023-12-05T16:03:20.867 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:20 smithi016 bash[25024]: cluster 2023-12-05T16:03:19.682193+0000 mgr.x (mgr.25090) 118 : 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 2023-12-05T16:03:20.867 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:20 smithi016 bash[61294]: debug 2023-12-05T16:03:20.718+0000 7f7215a73200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T16:03:20.868 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:20 smithi016 bash[61294]: [05/Dec/2023:16:03:20] ENGINE Bus STARTING 2023-12-05T16:03:20.868 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:20 smithi016 bash[30458]: cluster 2023-12-05T16:03:19.682193+0000 mgr.x (mgr.25090) 118 : 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 2023-12-05T16:03:21.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:20 smithi016 bash[61294]: CherryPy Checker: 2023-12-05T16:03:21.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:20 smithi016 bash[61294]: The Application mounted at '' has an empty config. 2023-12-05T16:03:21.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:20 smithi016 bash[61294]: [05/Dec/2023:16:03:20] ENGINE Serving on http://:::9283 2023-12-05T16:03:21.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:20 smithi016 bash[61294]: [05/Dec/2023:16:03:20] ENGINE Bus STARTED 2023-12-05T16:03:21.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:21 smithi038 bash[25002]: cluster 2023-12-05T16:03:20.746370+0000 mon.a (mon.0) 930 : cluster [DBG] Standby manager daemon y restarted 2023-12-05T16:03:21.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:21 smithi038 bash[25002]: cluster 2023-12-05T16:03:20.746587+0000 mon.a (mon.0) 931 : cluster [DBG] Standby manager daemon y started 2023-12-05T16:03:21.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:21 smithi038 bash[25002]: audit 2023-12-05T16:03:20.753598+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.? 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-05T16:03:21.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:21 smithi038 bash[25002]: audit 2023-12-05T16:03:20.756070+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.? 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:03:21.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:21 smithi038 bash[25002]: audit 2023-12-05T16:03:20.762365+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.? 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-05T16:03:21.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:21 smithi038 bash[25002]: audit 2023-12-05T16:03:20.763013+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.? 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:03:21.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:21 smithi016 bash[25024]: cluster 2023-12-05T16:03:20.746370+0000 mon.a (mon.0) 930 : cluster [DBG] Standby manager daemon y restarted 2023-12-05T16:03:21.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:21 smithi016 bash[25024]: cluster 2023-12-05T16:03:20.746587+0000 mon.a (mon.0) 931 : cluster [DBG] Standby manager daemon y started 2023-12-05T16:03:21.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:21 smithi016 bash[25024]: audit 2023-12-05T16:03:20.753598+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.? 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-05T16:03:21.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:21 smithi016 bash[25024]: audit 2023-12-05T16:03:20.756070+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.? 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:03:21.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:21 smithi016 bash[25024]: audit 2023-12-05T16:03:20.762365+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.? 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-05T16:03:21.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:21 smithi016 bash[25024]: audit 2023-12-05T16:03:20.763013+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.? 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:03:21.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:21 smithi016 bash[30458]: cluster 2023-12-05T16:03:20.746370+0000 mon.a (mon.0) 930 : cluster [DBG] Standby manager daemon y restarted 2023-12-05T16:03:21.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:21 smithi016 bash[30458]: cluster 2023-12-05T16:03:20.746587+0000 mon.a (mon.0) 931 : cluster [DBG] Standby manager daemon y started 2023-12-05T16:03:21.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:21 smithi016 bash[30458]: audit 2023-12-05T16:03:20.753598+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.? 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-05T16:03:21.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:21 smithi016 bash[30458]: audit 2023-12-05T16:03:20.756070+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.? 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:03:21.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:21 smithi016 bash[30458]: audit 2023-12-05T16:03:20.762365+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.? 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-05T16:03:21.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:21 smithi016 bash[30458]: audit 2023-12-05T16:03:20.763013+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.? 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:03:22.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:22 smithi038 bash[25002]: cluster 2023-12-05T16:03:21.543161+0000 mon.a (mon.0) 936 : cluster [DBG] mgrmap e26: x(active, since 98s), standbys: y 2023-12-05T16:03:22.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:22 smithi038 bash[25002]: cluster 2023-12-05T16:03:21.682954+0000 mgr.x (mgr.25090) 119 : 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 2023-12-05T16:03:22.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:22 smithi016 bash[25024]: cluster 2023-12-05T16:03:21.543161+0000 mon.a (mon.0) 936 : cluster [DBG] mgrmap e26: x(active, since 98s), standbys: y 2023-12-05T16:03:22.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:22 smithi016 bash[25024]: cluster 2023-12-05T16:03:21.682954+0000 mgr.x (mgr.25090) 119 : 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 2023-12-05T16:03:22.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:22 smithi016 bash[30458]: cluster 2023-12-05T16:03:21.543161+0000 mon.a (mon.0) 936 : cluster [DBG] mgrmap e26: x(active, since 98s), standbys: y 2023-12-05T16:03:22.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:22 smithi016 bash[30458]: cluster 2023-12-05T16:03:21.682954+0000 mgr.x (mgr.25090) 119 : 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 2023-12-05T16:03:24.997 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:24 smithi016 bash[25024]: cluster 2023-12-05T16:03:23.683747+0000 mgr.x (mgr.25090) 120 : 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 2023-12-05T16:03:24.998 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:24 smithi016 bash[30458]: cluster 2023-12-05T16:03:23.683747+0000 mgr.x (mgr.25090) 120 : 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 2023-12-05T16:03:25.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:24 smithi038 bash[25002]: cluster 2023-12-05T16:03:23.683747+0000 mgr.x (mgr.25090) 120 : 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 2023-12-05T16:03:26.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:26 smithi016 bash[25024]: cluster 2023-12-05T16:03:25.685563+0000 mgr.x (mgr.25090) 121 : 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 2023-12-05T16:03:26.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:26 smithi016 bash[30458]: cluster 2023-12-05T16:03:25.685563+0000 mgr.x (mgr.25090) 121 : 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 2023-12-05T16:03:26.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:26 smithi038 bash[25002]: cluster 2023-12-05T16:03:25.685563+0000 mgr.x (mgr.25090) 121 : 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 2023-12-05T16:03:29.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:28 smithi038 bash[47243]: ts=2023-12-05T16:03: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.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi038:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:03:29.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:28 smithi038 bash[25002]: audit 2023-12-05T16:03:26.981867+0000 mgr.x (mgr.25090) 122 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:03:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:28 smithi038 bash[25002]: cluster 2023-12-05T16:03:27.686362+0000 mgr.x (mgr.25090) 123 : 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 2023-12-05T16:03:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:28 smithi038 bash[25002]: audit 2023-12-05T16:03:28.638428+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:28 smithi038 bash[25002]: audit 2023-12-05T16:03:28.652295+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:28 smithi038 bash[25002]: audit 2023-12-05T16:03:28.656474+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:03:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:28 smithi038 bash[25002]: audit 2023-12-05T16:03:28.658494+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:03:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:28 smithi038 bash[25002]: audit 2023-12-05T16:03:28.669299+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:29.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:28 smithi016 bash[25024]: audit 2023-12-05T16:03:26.981867+0000 mgr.x (mgr.25090) 122 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:03:29.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:28 smithi016 bash[25024]: cluster 2023-12-05T16:03:27.686362+0000 mgr.x (mgr.25090) 123 : 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 2023-12-05T16:03:29.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:28 smithi016 bash[25024]: audit 2023-12-05T16:03:28.638428+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:29.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:28 smithi016 bash[25024]: audit 2023-12-05T16:03:28.652295+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:29.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:28 smithi016 bash[25024]: audit 2023-12-05T16:03:28.656474+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:03:29.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:28 smithi016 bash[25024]: audit 2023-12-05T16:03:28.658494+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:03:29.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:28 smithi016 bash[25024]: audit 2023-12-05T16:03:28.669299+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:29.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:28 smithi016 bash[30458]: audit 2023-12-05T16:03:26.981867+0000 mgr.x (mgr.25090) 122 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:03:29.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:28 smithi016 bash[30458]: cluster 2023-12-05T16:03:27.686362+0000 mgr.x (mgr.25090) 123 : 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 2023-12-05T16:03:29.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:28 smithi016 bash[30458]: audit 2023-12-05T16:03:28.638428+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:29.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:28 smithi016 bash[30458]: audit 2023-12-05T16:03:28.652295+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:29.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:28 smithi016 bash[30458]: audit 2023-12-05T16:03:28.656474+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:03:29.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:28 smithi016 bash[30458]: audit 2023-12-05T16:03:28.658494+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:03:29.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:28 smithi016 bash[30458]: audit 2023-12-05T16:03:28.669299+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25090 ' entity='mgr.x' 2023-12-05T16:03:30.021 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[61294]: [05/Dec/2023:16:03:29] ENGINE Bus STOPPING 2023-12-05T16:03:30.021 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[61294]: [05/Dec/2023:16:03:29] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-05T16:03:30.021 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[61294]: [05/Dec/2023:16:03:29] ENGINE Bus STOPPED 2023-12-05T16:03:30.021 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[61294]: [05/Dec/2023:16:03:29] ENGINE Bus STARTING 2023-12-05T16:03:30.021 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[61294]: [05/Dec/2023:16:03:30] ENGINE Serving on http://:::9283 2023-12-05T16:03:30.022 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[25024]: audit 2023-12-05T16:03:28.758884+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:03:30.022 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[25024]: cephadm 2023-12-05T16:03:28.760820+0000 mgr.x (mgr.25090) 124 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T16:03:30.022 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[25024]: cephadm 2023-12-05T16:03:28.761794+0000 mgr.x (mgr.25090) 125 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T16:03:30.022 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[25024]: cephadm 2023-12-05T16:03:28.765408+0000 mgr.x (mgr.25090) 126 : cephadm [INF] Failing over to other MGR 2023-12-05T16:03:30.022 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[25024]: audit 2023-12-05T16:03:28.765791+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-05T16:03:30.022 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[25024]: audit 2023-12-05T16:03:28.765841+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-05T16:03:30.022 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[25024]: cluster 2023-12-05T16:03:28.775206+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-05T16:03:30.022 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[25024]: audit 2023-12-05T16:03:28.823483+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:03:30.022 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[25024]: cluster 2023-12-05T16:03:29.215034+0000 mon.a (mon.0) 942 : cluster [DBG] Standby manager daemon x started 2023-12-05T16:03:30.023 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[30458]: audit 2023-12-05T16:03:28.758884+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:03:30.023 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[30458]: cephadm 2023-12-05T16:03:28.760820+0000 mgr.x (mgr.25090) 124 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T16:03:30.023 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[30458]: cephadm 2023-12-05T16:03:28.761794+0000 mgr.x (mgr.25090) 125 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T16:03:30.023 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[30458]: cephadm 2023-12-05T16:03:28.765408+0000 mgr.x (mgr.25090) 126 : cephadm [INF] Failing over to other MGR 2023-12-05T16:03:30.023 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[30458]: audit 2023-12-05T16:03:28.765791+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-05T16:03:30.023 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[30458]: audit 2023-12-05T16:03:28.765841+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-05T16:03:30.023 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[30458]: cluster 2023-12-05T16:03:28.775206+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-05T16:03:30.023 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[30458]: audit 2023-12-05T16:03:28.823483+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:03:30.023 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:29 smithi016 bash[30458]: cluster 2023-12-05T16:03:29.215034+0000 mon.a (mon.0) 942 : cluster [DBG] Standby manager daemon x started 2023-12-05T16:03:30.054 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:29 smithi038 bash[45212]: debug 2023-12-05T16:03:29.752+0000 7f038e234700 -1 mgr handle_mgr_map I was active but no longer am 2023-12-05T16:03:30.054 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:29 smithi038 bash[45212]: ignoring --setuser ceph since I am not root 2023-12-05T16:03:30.054 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:29 smithi038 bash[45212]: ignoring --setgroup ceph since I am not root 2023-12-05T16:03:30.055 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:29 smithi038 bash[45212]: debug 2023-12-05T16:03:29.808+0000 7f2b342bb700 1 -- 172.21.15.38:0/335254210 <== mon.2 v2:172.21.15.38:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555baad6c1a0 con 0x555babae8800 2023-12-05T16:03:30.055 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:29 smithi038 bash[45212]: debug 2023-12-05T16:03:29.976+0000 7f2b3e043200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T16:03:30.055 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:29 smithi038 bash[25002]: audit 2023-12-05T16:03:28.758884+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:03:30.055 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:29 smithi038 bash[25002]: cephadm 2023-12-05T16:03:28.760820+0000 mgr.x (mgr.25090) 124 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T16:03:30.055 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:29 smithi038 bash[25002]: cephadm 2023-12-05T16:03:28.761794+0000 mgr.x (mgr.25090) 125 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-05T16:03:30.055 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:29 smithi038 bash[25002]: cephadm 2023-12-05T16:03:28.765408+0000 mgr.x (mgr.25090) 126 : cephadm [INF] Failing over to other MGR 2023-12-05T16:03:30.055 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:29 smithi038 bash[25002]: audit 2023-12-05T16:03:28.765791+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-05T16:03:30.055 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:29 smithi038 bash[25002]: audit 2023-12-05T16:03:28.765841+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-05T16:03:30.055 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:29 smithi038 bash[25002]: cluster 2023-12-05T16:03:28.775206+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-05T16:03:30.055 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:29 smithi038 bash[25002]: audit 2023-12-05T16:03:28.823483+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.25090 172.21.15.38:0/3747644551' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:03:30.055 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:29 smithi038 bash[25002]: cluster 2023-12-05T16:03:29.215034+0000 mon.a (mon.0) 942 : cluster [DBG] Standby manager daemon x started 2023-12-05T16:03:30.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[61294]: [05/Dec/2023:16:03:30] ENGINE Bus STARTED 2023-12-05T16:03:31.062 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[45212]: debug 2023-12-05T16:03:30.940+0000 7f2b3e043200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-05T16:03:31.062 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.761634+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-05T16:03:31.062 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: cluster 2023-12-05T16:03:29.761809+0000 mon.a (mon.0) 944 : cluster [DBG] mgrmap e27: y(active, starting, since 0.994467s), standbys: x 2023-12-05T16:03:31.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.768856+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T16:03:31.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.769461+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T16:03:31.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.769638+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T16:03:31.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.769852+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T16:03:31.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.770137+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T16:03:31.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.772477+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:03:31.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.772707+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:03:31.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.772962+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:03:31.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.773199+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:03:31.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.773428+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:03:31.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.773625+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:03:31.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.773834+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:03:31.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.774046+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:03:31.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.774267+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T16:03:31.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.774431+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T16:03:31.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.774873+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T16:03:31.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: cluster 2023-12-05T16:03:29.801104+0000 mon.a (mon.0) 961 : cluster [INF] Manager daemon y is now available 2023-12-05T16:03:31.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.846896+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:03:31.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.889318+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:03:31.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.907645+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:03:31.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:30 smithi038 bash[25002]: audit 2023-12-05T16:03:29.960317+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T16:03:31.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.761634+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-05T16:03:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: cluster 2023-12-05T16:03:29.761809+0000 mon.a (mon.0) 944 : cluster [DBG] mgrmap e27: y(active, starting, since 0.994467s), standbys: x 2023-12-05T16:03:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.768856+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T16:03:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.769461+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T16:03:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.769638+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T16:03:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.769852+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T16:03:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.770137+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T16:03:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.772477+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:03:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.772707+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:03:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.772962+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:03:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.773199+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:03:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.773428+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:03:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.773625+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:03:31.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.773834+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:03:31.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.774046+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:03:31.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.774267+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T16:03:31.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.774431+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T16:03:31.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.774873+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T16:03:31.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: cluster 2023-12-05T16:03:29.801104+0000 mon.a (mon.0) 961 : cluster [INF] Manager daemon y is now available 2023-12-05T16:03:31.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.761634+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25090 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-05T16:03:31.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: cluster 2023-12-05T16:03:29.761809+0000 mon.a (mon.0) 944 : cluster [DBG] mgrmap e27: y(active, starting, since 0.994467s), standbys: x 2023-12-05T16:03:31.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.768856+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T16:03:31.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.769461+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T16:03:31.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.769638+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T16:03:31.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.769852+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T16:03:31.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.770137+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T16:03:31.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.772477+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:03:31.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.772707+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:03:31.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.772962+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:03:31.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.773199+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:03:31.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.773428+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:03:31.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.773625+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:03:31.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.773834+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:03:31.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.774046+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:03:31.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.774267+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T16:03:31.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.774431+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T16:03:31.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.774873+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T16:03:31.124 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: cluster 2023-12-05T16:03:29.801104+0000 mon.a (mon.0) 961 : cluster [INF] Manager daemon y is now available 2023-12-05T16:03:31.124 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.846896+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:03:31.124 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.889318+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:03:31.124 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.907645+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:03:31.124 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[30458]: audit 2023-12-05T16:03:29.960317+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T16:03:31.124 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.846896+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:03:31.124 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.889318+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:03:31.124 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.907645+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:03:31.124 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:30 smithi016 bash[25024]: audit 2023-12-05T16:03:29.960317+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T16:03:31.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:31 smithi038 bash[45212]: debug 2023-12-05T16:03:31.052+0000 7f2b3e043200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T16:03:31.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:31 smithi038 bash[45212]: debug 2023-12-05T16:03:31.164+0000 7f2b3e043200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T16:03:31.799 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:31 smithi038 bash[45212]: debug 2023-12-05T16:03:31.436+0000 7f2b3e043200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T16:03:32.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:31 smithi038 bash[25002]: cephadm 2023-12-05T16:03:30.533629+0000 mgr.y (mgr.15402) 1 : cephadm [INF] [05/Dec/2023:16:03:30] ENGINE Bus STARTING 2023-12-05T16:03:32.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:31 smithi038 bash[25002]: cephadm 2023-12-05T16:03:30.636334+0000 mgr.y (mgr.15402) 2 : cephadm [INF] [05/Dec/2023:16:03:30] ENGINE Serving on http://172.21.15.16:8765 2023-12-05T16:03:32.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:31 smithi038 bash[25002]: cephadm 2023-12-05T16:03:30.770774+0000 mgr.y (mgr.15402) 3 : cephadm [INF] [05/Dec/2023:16:03:30] ENGINE Serving on https://172.21.15.16:7150 2023-12-05T16:03:32.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:31 smithi038 bash[25002]: cephadm 2023-12-05T16:03:30.771079+0000 mgr.y (mgr.15402) 4 : cephadm [INF] [05/Dec/2023:16:03:30] ENGINE Bus STARTED 2023-12-05T16:03:32.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:31 smithi038 bash[25002]: cluster 2023-12-05T16:03:30.791887+0000 mon.a (mon.0) 966 : cluster [DBG] mgrmap e28: y(active, since 2s), standbys: x 2023-12-05T16:03:32.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:31 smithi038 bash[25002]: cluster 2023-12-05T16:03:30.822066+0000 mgr.y (mgr.15402) 5 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:03:32.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:31 smithi038 bash[45212]: debug 2023-12-05T16:03:31.808+0000 7f2b3e043200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T16:03:32.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:31 smithi038 bash[45212]: debug 2023-12-05T16:03:31.976+0000 7f2b3e043200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T16:03:32.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:31 smithi016 bash[25024]: cephadm 2023-12-05T16:03:30.533629+0000 mgr.y (mgr.15402) 1 : cephadm [INF] [05/Dec/2023:16:03:30] ENGINE Bus STARTING 2023-12-05T16:03:32.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:31 smithi016 bash[25024]: cephadm 2023-12-05T16:03:30.636334+0000 mgr.y (mgr.15402) 2 : cephadm [INF] [05/Dec/2023:16:03:30] ENGINE Serving on http://172.21.15.16:8765 2023-12-05T16:03:32.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:31 smithi016 bash[25024]: cephadm 2023-12-05T16:03:30.770774+0000 mgr.y (mgr.15402) 3 : cephadm [INF] [05/Dec/2023:16:03:30] ENGINE Serving on https://172.21.15.16:7150 2023-12-05T16:03:32.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:31 smithi016 bash[25024]: cephadm 2023-12-05T16:03:30.771079+0000 mgr.y (mgr.15402) 4 : cephadm [INF] [05/Dec/2023:16:03:30] ENGINE Bus STARTED 2023-12-05T16:03:32.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:31 smithi016 bash[25024]: cluster 2023-12-05T16:03:30.791887+0000 mon.a (mon.0) 966 : cluster [DBG] mgrmap e28: y(active, since 2s), standbys: x 2023-12-05T16:03:32.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:31 smithi016 bash[25024]: cluster 2023-12-05T16:03:30.822066+0000 mgr.y (mgr.15402) 5 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:03:32.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:31 smithi016 bash[30458]: cephadm 2023-12-05T16:03:30.533629+0000 mgr.y (mgr.15402) 1 : cephadm [INF] [05/Dec/2023:16:03:30] ENGINE Bus STARTING 2023-12-05T16:03:32.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:31 smithi016 bash[30458]: cephadm 2023-12-05T16:03:30.636334+0000 mgr.y (mgr.15402) 2 : cephadm [INF] [05/Dec/2023:16:03:30] ENGINE Serving on http://172.21.15.16:8765 2023-12-05T16:03:32.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:31 smithi016 bash[30458]: cephadm 2023-12-05T16:03:30.770774+0000 mgr.y (mgr.15402) 3 : cephadm [INF] [05/Dec/2023:16:03:30] ENGINE Serving on https://172.21.15.16:7150 2023-12-05T16:03:32.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:31 smithi016 bash[30458]: cephadm 2023-12-05T16:03:30.771079+0000 mgr.y (mgr.15402) 4 : cephadm [INF] [05/Dec/2023:16:03:30] ENGINE Bus STARTED 2023-12-05T16:03:32.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:31 smithi016 bash[30458]: cluster 2023-12-05T16:03:30.791887+0000 mon.a (mon.0) 966 : cluster [DBG] mgrmap e28: y(active, since 2s), standbys: x 2023-12-05T16:03:32.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:31 smithi016 bash[30458]: cluster 2023-12-05T16:03:30.822066+0000 mgr.y (mgr.15402) 5 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:03:32.588 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:32 smithi038 bash[45212]: debug 2023-12-05T16:03:32.196+0000 7f2b3e043200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T16:03:33.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:32 smithi038 bash[25002]: cluster 2023-12-05T16:03:31.769000+0000 mgr.y (mgr.15402) 6 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:03:33.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:32 smithi038 bash[25002]: cluster 2023-12-05T16:03:31.803129+0000 mon.a (mon.0) 967 : cluster [DBG] mgrmap e29: y(active, since 3s), standbys: x 2023-12-05T16:03:33.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:32 smithi016 bash[30458]: cluster 2023-12-05T16:03:31.769000+0000 mgr.y (mgr.15402) 6 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:03:33.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:32 smithi016 bash[30458]: cluster 2023-12-05T16:03:31.803129+0000 mon.a (mon.0) 967 : cluster [DBG] mgrmap e29: y(active, since 3s), standbys: x 2023-12-05T16:03:33.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:32 smithi016 bash[25024]: cluster 2023-12-05T16:03:31.769000+0000 mgr.y (mgr.15402) 6 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:03:33.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:32 smithi016 bash[25024]: cluster 2023-12-05T16:03:31.803129+0000 mon.a (mon.0) 967 : cluster [DBG] mgrmap e29: y(active, since 3s), standbys: x 2023-12-05T16:03:33.590 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:33 smithi038 bash[45212]: debug 2023-12-05T16:03:33.224+0000 7f2b3e043200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T16:03:33.590 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:33 smithi038 bash[45212]: debug 2023-12-05T16:03:33.340+0000 7f2b3e043200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T16:03:33.591 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:33 smithi038 bash[45212]: debug 2023-12-05T16:03:33.468+0000 7f2b3e043200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T16:03:34.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:33 smithi016 bash[30458]: cluster 2023-12-05T16:03:32.860272+0000 mon.a (mon.0) 968 : cluster [DBG] mgrmap e30: y(active, since 4s), standbys: x 2023-12-05T16:03:34.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:33 smithi016 bash[25024]: cluster 2023-12-05T16:03:32.860272+0000 mon.a (mon.0) 968 : cluster [DBG] mgrmap e30: y(active, since 4s), standbys: x 2023-12-05T16:03:34.234 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:33 smithi038 bash[25002]: cluster 2023-12-05T16:03:32.860272+0000 mon.a (mon.0) 968 : cluster [DBG] mgrmap e30: y(active, since 4s), standbys: x 2023-12-05T16:03:34.234 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:33 smithi038 bash[45212]: debug 2023-12-05T16:03:33.980+0000 7f2b3e043200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T16:03:34.588 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:34 smithi038 bash[45212]: debug 2023-12-05T16:03:34.224+0000 7f2b3e043200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T16:03:35.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:34 smithi038 bash[25002]: cluster 2023-12-05T16:03:33.769877+0000 mgr.y (mgr.15402) 7 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:03:35.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:34 smithi038 bash[45212]: debug 2023-12-05T16:03:34.712+0000 7f2b3e043200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T16:03:35.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:34 smithi016 bash[25024]: cluster 2023-12-05T16:03:33.769877+0000 mgr.y (mgr.15402) 7 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:03:35.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:34 smithi016 bash[30458]: cluster 2023-12-05T16:03:33.769877+0000 mgr.y (mgr.15402) 7 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:03:35.553 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:35 smithi038 bash[45212]: debug 2023-12-05T16:03:35.224+0000 7f2b3e043200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T16:03:36.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:35 smithi038 bash[45212]: debug 2023-12-05T16:03:35.804+0000 7f2b3e043200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T16:03:36.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:35 smithi038 bash[45212]: debug 2023-12-05T16:03:35.916+0000 7f2b3e043200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T16:03:36.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:36 smithi016 bash[25024]: cluster 2023-12-05T16:03:35.771012+0000 mgr.y (mgr.15402) 8 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:03:36.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:36 smithi016 bash[30458]: cluster 2023-12-05T16:03:35.771012+0000 mgr.y (mgr.15402) 8 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:03:36.460 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:36 smithi038 bash[25002]: cluster 2023-12-05T16:03:35.771012+0000 mgr.y (mgr.15402) 8 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:03:36.460 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:36 smithi038 bash[45212]: debug 2023-12-05T16:03:36.316+0000 7f2b3e043200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T16:03:36.771 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:36 smithi038 bash[45212]: debug 2023-12-05T16:03:36.452+0000 7f2b3e043200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T16:03:36.772 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:36 smithi038 bash[45212]: debug 2023-12-05T16:03:36.628+0000 7f2b3e043200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T16:03:37.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:36 smithi038 bash[45212]: debug 2023-12-05T16:03:36.760+0000 7f2b3e043200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T16:03:37.090 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:36 smithi038 bash[45212]: debug 2023-12-05T16:03:36.904+0000 7f2b3e043200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T16:03:37.588 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:37 smithi038 bash[45212]: debug 2023-12-05T16:03:37.120+0000 7f2b3e043200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T16:03:37.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:37 smithi038 bash[45212]: debug 2023-12-05T16:03:37.256+0000 7f2b3e043200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T16:03:38.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:37 smithi038 bash[25002]: audit 2023-12-05T16:03:36.795835+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:38.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:37 smithi038 bash[25002]: audit 2023-12-05T16:03:36.802934+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:38.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:37 smithi038 bash[25002]: audit 2023-12-05T16:03:36.933885+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:38.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:37 smithi038 bash[25002]: audit 2023-12-05T16:03:36.942265+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:38.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:37 smithi038 bash[25002]: audit 2023-12-05T16:03:36.988980+0000 mgr.y (mgr.15402) 9 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:03:38.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:37 smithi016 bash[25024]: audit 2023-12-05T16:03:36.795835+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:38.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:37 smithi016 bash[25024]: audit 2023-12-05T16:03:36.802934+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:38.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:37 smithi016 bash[25024]: audit 2023-12-05T16:03:36.933885+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:38.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:37 smithi016 bash[25024]: audit 2023-12-05T16:03:36.942265+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:38.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:37 smithi016 bash[25024]: audit 2023-12-05T16:03:36.988980+0000 mgr.y (mgr.15402) 9 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:03:38.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:37 smithi016 bash[30458]: audit 2023-12-05T16:03:36.795835+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:38.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:37 smithi016 bash[30458]: audit 2023-12-05T16:03:36.802934+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:38.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:37 smithi016 bash[30458]: audit 2023-12-05T16:03:36.933885+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:38.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:37 smithi016 bash[30458]: audit 2023-12-05T16:03:36.942265+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:38.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:37 smithi016 bash[30458]: audit 2023-12-05T16:03:36.988980+0000 mgr.y (mgr.15402) 9 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:03:38.839 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:38 smithi038 bash[45212]: debug 2023-12-05T16:03:38.576+0000 7f2b3e043200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T16:03:38.839 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:38 smithi038 bash[45212]: [05/Dec/2023:16:03:38] ENGINE Bus STARTING 2023-12-05T16:03:38.839 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:38 smithi038 bash[45212]: CherryPy Checker: 2023-12-05T16:03:38.839 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:38 smithi038 bash[45212]: The Application mounted at '' has an empty config. 2023-12-05T16:03:38.839 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:38 smithi038 bash[45212]: [05/Dec/2023:16:03:38] ENGINE Serving on http://:::9283 2023-12-05T16:03:38.840 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:38 smithi038 bash[45212]: [05/Dec/2023:16:03:38] ENGINE Bus STARTED 2023-12-05T16:03:39.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:38 smithi038 bash[25002]: cluster 2023-12-05T16:03:37.772159+0000 mgr.y (mgr.15402) 10 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-05T16:03:39.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:38 smithi038 bash[25002]: audit 2023-12-05T16:03:37.936846+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:39.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:38 smithi038 bash[25002]: audit 2023-12-05T16:03:37.944856+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:39.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:38 smithi038 bash[25002]: audit 2023-12-05T16:03:37.957441+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:39.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:38 smithi038 bash[25002]: audit 2023-12-05T16:03:37.966541+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:39.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:38 smithi038 bash[25002]: cluster 2023-12-05T16:03:38.603461+0000 mon.a (mon.0) 977 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T16:03:39.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:38 smithi038 bash[25002]: cluster 2023-12-05T16:03:38.603749+0000 mon.a (mon.0) 978 : cluster [DBG] Standby manager daemon x started 2023-12-05T16:03:39.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:38 smithi038 bash[25002]: audit 2023-12-05T16:03:38.606777+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.? 172.21.15.38:0/1783827487' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T16:03:39.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:38 smithi038 bash[25002]: audit 2023-12-05T16:03:38.613968+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.? 172.21.15.38:0/1783827487' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:03:39.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:38 smithi038 bash[25002]: audit 2023-12-05T16:03:38.616817+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.? 172.21.15.38:0/1783827487' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T16:03:39.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:38 smithi038 bash[25002]: audit 2023-12-05T16:03:38.617676+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.? 172.21.15.38:0/1783827487' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:03:39.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[25024]: cluster 2023-12-05T16:03:37.772159+0000 mgr.y (mgr.15402) 10 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-05T16:03:39.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[25024]: audit 2023-12-05T16:03:37.936846+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:39.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[25024]: audit 2023-12-05T16:03:37.944856+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:39.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[25024]: audit 2023-12-05T16:03:37.957441+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:39.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[25024]: audit 2023-12-05T16:03:37.966541+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:39.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[25024]: cluster 2023-12-05T16:03:38.603461+0000 mon.a (mon.0) 977 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T16:03:39.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[25024]: cluster 2023-12-05T16:03:38.603749+0000 mon.a (mon.0) 978 : cluster [DBG] Standby manager daemon x started 2023-12-05T16:03:39.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[25024]: audit 2023-12-05T16:03:38.606777+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.? 172.21.15.38:0/1783827487' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T16:03:39.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[25024]: audit 2023-12-05T16:03:38.613968+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.? 172.21.15.38:0/1783827487' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:03:39.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[25024]: audit 2023-12-05T16:03:38.616817+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.? 172.21.15.38:0/1783827487' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T16:03:39.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[25024]: audit 2023-12-05T16:03:38.617676+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.? 172.21.15.38:0/1783827487' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:03:39.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[30458]: cluster 2023-12-05T16:03:37.772159+0000 mgr.y (mgr.15402) 10 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-05T16:03:39.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[30458]: audit 2023-12-05T16:03:37.936846+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:39.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[30458]: audit 2023-12-05T16:03:37.944856+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:39.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[30458]: audit 2023-12-05T16:03:37.957441+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:39.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[30458]: audit 2023-12-05T16:03:37.966541+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:39.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[30458]: cluster 2023-12-05T16:03:38.603461+0000 mon.a (mon.0) 977 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T16:03:39.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[30458]: cluster 2023-12-05T16:03:38.603749+0000 mon.a (mon.0) 978 : cluster [DBG] Standby manager daemon x started 2023-12-05T16:03:39.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[30458]: audit 2023-12-05T16:03:38.606777+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.? 172.21.15.38:0/1783827487' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T16:03:39.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[30458]: audit 2023-12-05T16:03:38.613968+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.? 172.21.15.38:0/1783827487' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:03:39.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[30458]: audit 2023-12-05T16:03:38.616817+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.? 172.21.15.38:0/1783827487' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T16:03:39.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:38 smithi016 bash[30458]: audit 2023-12-05T16:03:38.617676+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.? 172.21.15.38:0/1783827487' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:03:40.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:39 smithi038 bash[25002]: cluster 2023-12-05T16:03:38.983502+0000 mon.a (mon.0) 979 : cluster [DBG] mgrmap e31: y(active, since 10s), standbys: x 2023-12-05T16:03:40.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:39 smithi038 bash[45212]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:03:39] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T16:03:40.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:39 smithi016 bash[25024]: cluster 2023-12-05T16:03:38.983502+0000 mon.a (mon.0) 979 : cluster [DBG] mgrmap e31: y(active, since 10s), standbys: x 2023-12-05T16:03:40.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:39 smithi016 bash[30458]: cluster 2023-12-05T16:03:38.983502+0000 mon.a (mon.0) 979 : cluster [DBG] mgrmap e31: y(active, since 10s), standbys: x 2023-12-05T16:03:40.839 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:40 smithi038 bash[47243]: ts=2023-12-05T16:03:40.348Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http 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" 2023-12-05T16:03:40.839 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:40 smithi038 bash[47243]: ts=2023-12-05T16:03:40.351Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http 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" 2023-12-05T16:03:40.839 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:40 smithi038 bash[47243]: ts=2023-12-05T16:03:40.353Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http 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" 2023-12-05T16:03:40.839 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:40 smithi038 bash[47243]: ts=2023-12-05T16:03:40.355Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http 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" 2023-12-05T16:03:41.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:40 smithi038 bash[25002]: cluster 2023-12-05T16:03:39.772916+0000 mgr.y (mgr.15402) 11 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-05T16:03:41.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:40 smithi016 bash[25024]: cluster 2023-12-05T16:03:39.772916+0000 mgr.y (mgr.15402) 11 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-05T16:03:41.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:40 smithi016 bash[30458]: cluster 2023-12-05T16:03:39.772916+0000 mgr.y (mgr.15402) 11 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-05T16:03:43.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:42 smithi038 bash[25002]: cluster 2023-12-05T16:03:41.774693+0000 mgr.y (mgr.15402) 12 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-05T16:03:43.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:42 smithi016 bash[25024]: cluster 2023-12-05T16:03:41.774693+0000 mgr.y (mgr.15402) 12 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-05T16:03:43.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:42 smithi016 bash[30458]: cluster 2023-12-05T16:03:41.774693+0000 mgr.y (mgr.15402) 12 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-05T16:03:45.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:44 smithi038 bash[25002]: cluster 2023-12-05T16:03:43.775509+0000 mgr.y (mgr.15402) 13 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:03:45.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:44 smithi038 bash[25002]: audit 2023-12-05T16:03:44.889454+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:03:45.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:44 smithi016 bash[30458]: cluster 2023-12-05T16:03:43.775509+0000 mgr.y (mgr.15402) 13 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:03:45.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:44 smithi016 bash[30458]: audit 2023-12-05T16:03:44.889454+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:03:45.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:44 smithi016 bash[25024]: cluster 2023-12-05T16:03:43.775509+0000 mgr.y (mgr.15402) 13 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:03:45.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:44 smithi016 bash[25024]: audit 2023-12-05T16:03:44.889454+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:03:45.580 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:03:46.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:46 smithi016 bash[25024]: audit 2023-12-05T16:03:45.559352+0000 mgr.y (mgr.15402) 14 : audit [DBG] from='client.25366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:46.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:46 smithi016 bash[25024]: cluster 2023-12-05T16:03:45.776748+0000 mgr.y (mgr.15402) 15 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:03:46.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:46 smithi016 bash[25024]: audit 2023-12-05T16:03:45.962586+0000 mgr.y (mgr.15402) 16 : audit [DBG] from='client.25372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:46.366 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:03:46.366 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (85s) 9s ago 8m 15.7M - 0.23.0 ba2b418f427c c48b395728e7 2023-12-05T16:03:46.366 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (41s) 9s ago 7m 41.5M - 8.3.5 dad864ee21e9 d6befc9f2bcf 2023-12-05T16:03:46.366 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (81s) 9s ago 6m 47.0M - 3.5 e1d6a67b021e b3db9057ce70 2023-12-05T16:03:46.367 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283 running (2m) 9s ago 14m 165M - 19.0.0-13-ge6605fb8 104f332cd0a9 45e6adf197ba 2023-12-05T16:03:46.367 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:8443,9283,8765 running (35s) 9s ago 16m 469M - 19.0.0-13-ge6605fb8 104f332cd0a9 d8aa9c1870da 2023-12-05T16:03:46.367 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (16m) 9s ago 16m 65.1M 2048M 17.2.0 e1d6a67b021e 0139c8c8b6bf 2023-12-05T16:03:46.367 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (14m) 9s ago 14m 55.4M 2048M 17.2.0 e1d6a67b021e cedaff747574 2023-12-05T16:03:46.367 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (14m) 9s ago 14m 52.5M 2048M 17.2.0 e1d6a67b021e 4aaf0f854d64 2023-12-05T16:03:46.367 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (94s) 9s ago 8m 10.8M - 1.3.1 1dbe0e931976 a7ad6c0fa35b 2023-12-05T16:03:46.367 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (66s) 9s ago 8m 9.90M - 1.3.1 1dbe0e931976 dac45ac68b6c 2023-12-05T16:03:46.367 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (13m) 9s ago 13m 58.1M 2782M 17.2.0 e1d6a67b021e 4f30dfb19a1d 2023-12-05T16:03:46.367 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (13m) 9s ago 13m 58.9M 2782M 17.2.0 e1d6a67b021e 86b3fa0a663f 2023-12-05T16:03:46.367 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (12m) 9s ago 12m 55.9M 2782M 17.2.0 e1d6a67b021e 4490977f74dc 2023-12-05T16:03:46.367 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (11m) 9s ago 11m 56.8M 2782M 17.2.0 e1d6a67b021e 715c72066f0e 2023-12-05T16:03:46.367 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (11m) 9s ago 11m 57.9M 3038M 17.2.0 e1d6a67b021e 1e5c4e736858 2023-12-05T16:03:46.368 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (10m) 9s ago 10m 54.2M 3038M 17.2.0 e1d6a67b021e 8938c96c499f 2023-12-05T16:03:46.368 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (10m) 9s ago 10m 54.0M 3038M 17.2.0 e1d6a67b021e ac02a2497ba9 2023-12-05T16:03:46.368 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (9m) 9s ago 9m 56.1M 3038M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T16:03:46.368 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (68s) 9s ago 8m 51.9M - 2.33.4 514e6a882f6e 86c33e337848 2023-12-05T16:03:46.368 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (6m) 9s ago 6m 86.4M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:03:46.368 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (6m) 9s ago 6m 86.1M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:03:46.368 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (6m) 9s ago 6m 85.9M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:03:46.368 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (6m) 9s ago 6m 86.0M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:03:46.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:46 smithi016 bash[30458]: audit 2023-12-05T16:03:45.559352+0000 mgr.y (mgr.15402) 14 : audit [DBG] from='client.25366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:46.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:46 smithi016 bash[30458]: cluster 2023-12-05T16:03:45.776748+0000 mgr.y (mgr.15402) 15 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:03:46.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:46 smithi016 bash[30458]: audit 2023-12-05T16:03:45.962586+0000 mgr.y (mgr.15402) 16 : audit [DBG] from='client.25372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:46.588 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:46 smithi038 bash[25002]: audit 2023-12-05T16:03:45.559352+0000 mgr.y (mgr.15402) 14 : audit [DBG] from='client.25366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:46.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:46 smithi038 bash[25002]: cluster 2023-12-05T16:03:45.776748+0000 mgr.y (mgr.15402) 15 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:03:46.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:46 smithi038 bash[25002]: audit 2023-12-05T16:03:45.962586+0000 mgr.y (mgr.15402) 16 : audit [DBG] from='client.25372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:46.829 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:03:46.829 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:03:46.829 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-05T16:03:46.829 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:03:46.829 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:03:46.829 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:03:46.829 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:03:46.830 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:03:46.830 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:03:46.830 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:03:46.830 INFO:teuthology.orchestra.run.smithi016.stdout: "mds": {}, 2023-12-05T16:03:46.830 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:03:46.830 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:03:46.830 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:03:46.830 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:03:46.830 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-05T16:03:46.830 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:03:46.830 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:03:46.830 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:03:47.229 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:03:47.229 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:03:47.229 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:03:47.229 INFO:teuthology.orchestra.run.smithi016.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:03:47.229 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [ 2023-12-05T16:03:47.229 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr" 2023-12-05T16:03:47.229 INFO:teuthology.orchestra.run.smithi016.stdout: ], 2023-12-05T16:03:47.229 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "2/23 daemons upgraded", 2023-12-05T16:03:47.229 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "", 2023-12-05T16:03:47.230 INFO:teuthology.orchestra.run.smithi016.stdout: "is_paused": false 2023-12-05T16:03:47.230 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:03:47.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:47 smithi016 bash[25024]: audit 2023-12-05T16:03:46.337152+0000 mgr.y (mgr.15402) 17 : audit [DBG] from='client.25378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:47.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:47 smithi016 bash[25024]: audit 2023-12-05T16:03:46.823925+0000 mon.a (mon.0) 981 : audit [DBG] from='client.? 172.21.15.16:0/4184560864' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:03:47.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:47 smithi016 bash[25024]: audit 2023-12-05T16:03:46.996932+0000 mgr.y (mgr.15402) 18 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:03:47.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:47 smithi016 bash[30458]: audit 2023-12-05T16:03:46.337152+0000 mgr.y (mgr.15402) 17 : audit [DBG] from='client.25378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:47.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:47 smithi016 bash[30458]: audit 2023-12-05T16:03:46.823925+0000 mon.a (mon.0) 981 : audit [DBG] from='client.? 172.21.15.16:0/4184560864' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:03:47.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:47 smithi016 bash[30458]: audit 2023-12-05T16:03:46.996932+0000 mgr.y (mgr.15402) 18 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:03:47.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:47 smithi038 bash[25002]: audit 2023-12-05T16:03:46.337152+0000 mgr.y (mgr.15402) 17 : audit [DBG] from='client.25378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:47.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:47 smithi038 bash[25002]: audit 2023-12-05T16:03:46.823925+0000 mon.a (mon.0) 981 : audit [DBG] from='client.? 172.21.15.16:0/4184560864' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:03:47.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:47 smithi038 bash[25002]: audit 2023-12-05T16:03:46.996932+0000 mgr.y (mgr.15402) 18 : audit [DBG] from='client.25207 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:03:47.675 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_OK 2023-12-05T16:03:48.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[25024]: audit 2023-12-05T16:03:47.222844+0000 mgr.y (mgr.15402) 19 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:48.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[25024]: audit 2023-12-05T16:03:47.670653+0000 mon.a (mon.0) 982 : audit [DBG] from='client.? 172.21.15.16:0/3686002199' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:03:48.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[25024]: audit 2023-12-05T16:03:47.745382+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:48.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[25024]: audit 2023-12-05T16:03:47.756242+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:48.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[25024]: audit 2023-12-05T16:03:47.759285+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:03:48.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[25024]: audit 2023-12-05T16:03:47.760978+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:03:48.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[25024]: cephadm 2023-12-05T16:03:47.763337+0000 mgr.y (mgr.15402) 20 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T16:03:48.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[25024]: cephadm 2023-12-05T16:03:47.763713+0000 mgr.y (mgr.15402) 21 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T16:03:48.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[25024]: cluster 2023-12-05T16:03:47.778074+0000 mgr.y (mgr.15402) 22 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:03:48.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[25024]: cephadm 2023-12-05T16:03:47.928113+0000 mgr.y (mgr.15402) 23 : cephadm [INF] Updating smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:03:48.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[25024]: cephadm 2023-12-05T16:03:47.929210+0000 mgr.y (mgr.15402) 24 : cephadm [INF] Updating smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:03:48.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[30458]: audit 2023-12-05T16:03:47.222844+0000 mgr.y (mgr.15402) 19 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:48.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[30458]: audit 2023-12-05T16:03:47.670653+0000 mon.a (mon.0) 982 : audit [DBG] from='client.? 172.21.15.16:0/3686002199' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:03:48.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[30458]: audit 2023-12-05T16:03:47.745382+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:48.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[30458]: audit 2023-12-05T16:03:47.756242+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:48.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[30458]: audit 2023-12-05T16:03:47.759285+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:03:48.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[30458]: audit 2023-12-05T16:03:47.760978+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:03:48.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[30458]: cephadm 2023-12-05T16:03:47.763337+0000 mgr.y (mgr.15402) 20 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T16:03:48.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[30458]: cephadm 2023-12-05T16:03:47.763713+0000 mgr.y (mgr.15402) 21 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T16:03:48.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[30458]: cluster 2023-12-05T16:03:47.778074+0000 mgr.y (mgr.15402) 22 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:03:48.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[30458]: cephadm 2023-12-05T16:03:47.928113+0000 mgr.y (mgr.15402) 23 : cephadm [INF] Updating smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:03:48.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:48 smithi016 bash[30458]: cephadm 2023-12-05T16:03:47.929210+0000 mgr.y (mgr.15402) 24 : cephadm [INF] Updating smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:03:48.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:48 smithi038 bash[25002]: audit 2023-12-05T16:03:47.222844+0000 mgr.y (mgr.15402) 19 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:03:48.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:48 smithi038 bash[25002]: audit 2023-12-05T16:03:47.670653+0000 mon.a (mon.0) 982 : audit [DBG] from='client.? 172.21.15.16:0/3686002199' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:03:48.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:48 smithi038 bash[25002]: audit 2023-12-05T16:03:47.745382+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:48.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:48 smithi038 bash[25002]: audit 2023-12-05T16:03:47.756242+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:48.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:48 smithi038 bash[25002]: audit 2023-12-05T16:03:47.759285+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:03:48.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:48 smithi038 bash[25002]: audit 2023-12-05T16:03:47.760978+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:03:48.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:48 smithi038 bash[25002]: cephadm 2023-12-05T16:03:47.763337+0000 mgr.y (mgr.15402) 20 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T16:03:48.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:48 smithi038 bash[25002]: cephadm 2023-12-05T16:03:47.763713+0000 mgr.y (mgr.15402) 21 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T16:03:48.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:48 smithi038 bash[25002]: cluster 2023-12-05T16:03:47.778074+0000 mgr.y (mgr.15402) 22 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:03:48.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:48 smithi038 bash[25002]: cephadm 2023-12-05T16:03:47.928113+0000 mgr.y (mgr.15402) 23 : cephadm [INF] Updating smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:03:48.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:48 smithi038 bash[25002]: cephadm 2023-12-05T16:03:47.929210+0000 mgr.y (mgr.15402) 24 : cephadm [INF] Updating smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:03:49.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:49 smithi038 bash[25002]: cephadm 2023-12-05T16:03:48.093026+0000 mgr.y (mgr.15402) 25 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:03:49.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:49 smithi038 bash[25002]: cephadm 2023-12-05T16:03:48.093888+0000 mgr.y (mgr.15402) 26 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:03:49.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:49 smithi038 bash[25002]: cephadm 2023-12-05T16:03:48.258355+0000 mgr.y (mgr.15402) 27 : cephadm [INF] Updating smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:03:49.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:49 smithi038 bash[25002]: cephadm 2023-12-05T16:03:48.259973+0000 mgr.y (mgr.15402) 28 : cephadm [INF] Updating smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:03:49.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:49 smithi038 bash[25002]: audit 2023-12-05T16:03:48.433093+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:49.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:49 smithi038 bash[25002]: audit 2023-12-05T16:03:48.437895+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:49.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:49 smithi038 bash[25002]: audit 2023-12-05T16:03:48.447694+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:49.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:49 smithi038 bash[25002]: audit 2023-12-05T16:03:48.453741+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:49.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:49 smithi038 bash[25002]: audit 2023-12-05T16:03:48.462274+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:49.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:49 smithi038 bash[25002]: cephadm 2023-12-05T16:03:48.539491+0000 mgr.y (mgr.15402) 29 : cephadm [INF] Reconfiguring iscsi.foo.smithi016.zlyjxv (dependencies changed)... 2023-12-05T16:03:49.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:49 smithi038 bash[25002]: audit 2023-12-05T16:03:48.540475+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi016.zlyjxv", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-05T16:03:49.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:49 smithi038 bash[25002]: audit 2023-12-05T16:03:48.557563+0000 mon.a (mon.0) 993 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:03:49.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:49 smithi038 bash[25002]: cephadm 2023-12-05T16:03:48.559382+0000 mgr.y (mgr.15402) 30 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi016.zlyjxv on smithi016 2023-12-05T16:03:49.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[25024]: cephadm 2023-12-05T16:03:48.093026+0000 mgr.y (mgr.15402) 25 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:03:49.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[25024]: cephadm 2023-12-05T16:03:48.093888+0000 mgr.y (mgr.15402) 26 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:03:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[25024]: cephadm 2023-12-05T16:03:48.258355+0000 mgr.y (mgr.15402) 27 : cephadm [INF] Updating smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:03:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[25024]: cephadm 2023-12-05T16:03:48.259973+0000 mgr.y (mgr.15402) 28 : cephadm [INF] Updating smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:03:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[25024]: audit 2023-12-05T16:03:48.433093+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[25024]: audit 2023-12-05T16:03:48.437895+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[25024]: audit 2023-12-05T16:03:48.447694+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[25024]: audit 2023-12-05T16:03:48.453741+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[25024]: audit 2023-12-05T16:03:48.462274+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[25024]: cephadm 2023-12-05T16:03:48.539491+0000 mgr.y (mgr.15402) 29 : cephadm [INF] Reconfiguring iscsi.foo.smithi016.zlyjxv (dependencies changed)... 2023-12-05T16:03:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[25024]: audit 2023-12-05T16:03:48.540475+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi016.zlyjxv", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-05T16:03:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[25024]: audit 2023-12-05T16:03:48.557563+0000 mon.a (mon.0) 993 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:03:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[25024]: cephadm 2023-12-05T16:03:48.559382+0000 mgr.y (mgr.15402) 30 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi016.zlyjxv on smithi016 2023-12-05T16:03:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[30458]: cephadm 2023-12-05T16:03:48.093026+0000 mgr.y (mgr.15402) 25 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:03:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[30458]: cephadm 2023-12-05T16:03:48.093888+0000 mgr.y (mgr.15402) 26 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:03:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[30458]: cephadm 2023-12-05T16:03:48.258355+0000 mgr.y (mgr.15402) 27 : cephadm [INF] Updating smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:03:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[30458]: cephadm 2023-12-05T16:03:48.259973+0000 mgr.y (mgr.15402) 28 : cephadm [INF] Updating smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:03:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[30458]: audit 2023-12-05T16:03:48.433093+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[30458]: audit 2023-12-05T16:03:48.437895+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[30458]: audit 2023-12-05T16:03:48.447694+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[30458]: audit 2023-12-05T16:03:48.453741+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[30458]: audit 2023-12-05T16:03:48.462274+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[30458]: cephadm 2023-12-05T16:03:48.539491+0000 mgr.y (mgr.15402) 29 : cephadm [INF] Reconfiguring iscsi.foo.smithi016.zlyjxv (dependencies changed)... 2023-12-05T16:03:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[30458]: audit 2023-12-05T16:03:48.540475+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi016.zlyjxv", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-05T16:03:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[30458]: audit 2023-12-05T16:03:48.557563+0000 mon.a (mon.0) 993 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:03:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:49 smithi016 bash[30458]: cephadm 2023-12-05T16:03:48.559382+0000 mgr.y (mgr.15402) 30 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi016.zlyjxv on smithi016 2023-12-05T16:03:50.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:03:49 smithi038 bash[45212]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:03:49] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-05T16:03:50.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:50 smithi016 bash[25024]: cluster 2023-12-05T16:03:49.778824+0000 mgr.y (mgr.15402) 31 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:50.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:50 smithi016 bash[30458]: cluster 2023-12-05T16:03:49.778824+0000 mgr.y (mgr.15402) 31 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:50.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:50 smithi038 bash[25002]: cluster 2023-12-05T16:03:49.778824+0000 mgr.y (mgr.15402) 31 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:53.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:52 smithi016 bash[25024]: cluster 2023-12-05T16:03:51.780583+0000 mgr.y (mgr.15402) 32 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:03:53.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:52 smithi016 bash[25024]: audit 2023-12-05T16:03:52.136612+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:53.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:52 smithi016 bash[25024]: audit 2023-12-05T16:03:52.143878+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:53.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:52 smithi016 bash[30458]: cluster 2023-12-05T16:03:51.780583+0000 mgr.y (mgr.15402) 32 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:03:53.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:52 smithi016 bash[30458]: audit 2023-12-05T16:03:52.136612+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:53.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:52 smithi016 bash[30458]: audit 2023-12-05T16:03:52.143878+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:52 smithi038 bash[25002]: cluster 2023-12-05T16:03:51.780583+0000 mgr.y (mgr.15402) 32 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:03:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:52 smithi038 bash[25002]: audit 2023-12-05T16:03:52.136612+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:53.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:52 smithi038 bash[25002]: audit 2023-12-05T16:03:52.143878+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:53.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:53 smithi016 bash[25024]: cephadm 2023-12-05T16:03:52.183128+0000 mgr.y (mgr.15402) 33 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T16:03:53.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:53 smithi016 bash[25024]: cephadm 2023-12-05T16:03:52.449886+0000 mgr.y (mgr.15402) 34 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi038 2023-12-05T16:03:54.107 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:53 smithi038 bash[25002]: cephadm 2023-12-05T16:03:52.183128+0000 mgr.y (mgr.15402) 33 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T16:03:54.107 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:53 smithi038 bash[25002]: cephadm 2023-12-05T16:03:52.449886+0000 mgr.y (mgr.15402) 34 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi038 2023-12-05T16:03:54.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:53 smithi016 bash[30458]: cephadm 2023-12-05T16:03:52.183128+0000 mgr.y (mgr.15402) 33 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-05T16:03:54.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:53 smithi016 bash[30458]: cephadm 2023-12-05T16:03:52.449886+0000 mgr.y (mgr.15402) 34 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi038 2023-12-05T16:03:55.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:54 smithi038 bash[25002]: cluster 2023-12-05T16:03:53.781134+0000 mgr.y (mgr.15402) 35 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:55.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:54 smithi038 bash[25002]: audit 2023-12-05T16:03:54.273530+0000 mon.c (mon.1) 63 : audit [DBG] from='client.? 172.21.15.16:0/3644120720' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-05T16:03:55.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:54 smithi016 bash[25024]: cluster 2023-12-05T16:03:53.781134+0000 mgr.y (mgr.15402) 35 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:55.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:54 smithi016 bash[25024]: audit 2023-12-05T16:03:54.273530+0000 mon.c (mon.1) 63 : audit [DBG] from='client.? 172.21.15.16:0/3644120720' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-05T16:03:55.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:54 smithi016 bash[30458]: cluster 2023-12-05T16:03:53.781134+0000 mgr.y (mgr.15402) 35 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:55.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:54 smithi016 bash[30458]: audit 2023-12-05T16:03:54.273530+0000 mon.c (mon.1) 63 : audit [DBG] from='client.? 172.21.15.16:0/3644120720' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-05T16:03:56.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:56 smithi038 bash[25002]: cluster 2023-12-05T16:03:55.781905+0000 mgr.y (mgr.15402) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:56.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:56 smithi016 bash[25024]: cluster 2023-12-05T16:03:55.781905+0000 mgr.y (mgr.15402) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:56.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:56 smithi016 bash[30458]: cluster 2023-12-05T16:03:55.781905+0000 mgr.y (mgr.15402) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:03:56.758 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:56 smithi038 systemd[1]: Stopping Ceph prometheus.a for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:03:56.758 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:56 smithi038 bash[49057]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-prometheus.a 2023-12-05T16:03:56.758 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:56 smithi038 bash[47243]: ts=2023-12-05T16:03:56.546Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-05T16:03:56.758 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:56 smithi038 bash[47243]: ts=2023-12-05T16:03:56.546Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-05T16:03:56.758 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:56 smithi038 bash[47243]: ts=2023-12-05T16:03:56.546Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-05T16:03:56.758 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:56 smithi038 bash[47243]: ts=2023-12-05T16:03:56.546Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-05T16:03:56.758 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:56 smithi038 bash[47243]: ts=2023-12-05T16:03:56.546Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-05T16:03:56.758 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:56 smithi038 bash[47243]: ts=2023-12-05T16:03:56.547Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-05T16:03:56.758 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:56 smithi038 bash[47243]: ts=2023-12-05T16:03:56.547Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-05T16:03:56.759 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:56 smithi038 bash[47243]: ts=2023-12-05T16:03:56.547Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-05T16:03:56.759 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:56 smithi038 bash[47243]: ts=2023-12-05T16:03:56.547Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-05T16:03:56.759 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:56 smithi038 bash[47243]: ts=2023-12-05T16:03:56.548Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-05T16:03:56.759 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:56 smithi038 bash[47243]: ts=2023-12-05T16:03:56.548Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-05T16:03:56.759 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:56 smithi038 bash[47243]: ts=2023-12-05T16:03:56.548Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-05T16:03:57.019 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:56 smithi038 bash[49068]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-prometheus-a 2023-12-05T16:03:57.272 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:57 smithi038 bash[49106]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-prometheus.a 2023-12-05T16:03:57.273 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:57 smithi038 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-05T16:03:57.273 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:57 smithi038 systemd[1]: Stopped Ceph prometheus.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:03:57.273 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:57 smithi038 systemd[1]: Started Ceph prometheus.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:03:58.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[25002]: audit 2023-12-05T16:03:57.257006+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:58.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[25002]: audit 2023-12-05T16:03:57.266444+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:58.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[25002]: audit 2023-12-05T16:03:57.310702+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T16:03:58.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[25002]: audit 2023-12-05T16:03:57.312179+0000 mgr.y (mgr.15402) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T16:03:58.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[25002]: audit 2023-12-05T16:03:57.329206+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:58.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[25002]: cephadm 2023-12-05T16:03:57.331615+0000 mgr.y (mgr.15402) 38 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.16:5000 to Dashboard 2023-12-05T16:03:58.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[25002]: audit 2023-12-05T16:03:57.332018+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T16:03:58.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[25002]: audit 2023-12-05T16:03:57.333034+0000 mgr.y (mgr.15402) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T16:03:58.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[25002]: audit 2023-12-05T16:03:57.335599+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi016"}]: dispatch 2023-12-05T16:03:58.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[25002]: audit 2023-12-05T16:03:57.336278+0000 mgr.y (mgr.15402) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi016"}]: dispatch 2023-12-05T16:03:58.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[25002]: audit 2023-12-05T16:03:57.343992+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:58.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[25002]: audit 2023-12-05T16:03:57.352836+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:03:58.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[25002]: audit 2023-12-05T16:03:57.353652+0000 mgr.y (mgr.15402) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:03:58.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[25002]: audit 2023-12-05T16:03:57.362773+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:03:58.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[25002]: cluster 2023-12-05T16:03:57.783590+0000 mgr.y (mgr.15402) 42 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T16:03:58.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[25024]: audit 2023-12-05T16:03:57.257006+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:58.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[25024]: audit 2023-12-05T16:03:57.266444+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:58.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[25024]: audit 2023-12-05T16:03:57.310702+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T16:03:58.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[25024]: audit 2023-12-05T16:03:57.312179+0000 mgr.y (mgr.15402) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T16:03:58.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[25024]: audit 2023-12-05T16:03:57.329206+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:58.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[25024]: cephadm 2023-12-05T16:03:57.331615+0000 mgr.y (mgr.15402) 38 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.16:5000 to Dashboard 2023-12-05T16:03:58.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[25024]: audit 2023-12-05T16:03:57.332018+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T16:03:58.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[25024]: audit 2023-12-05T16:03:57.333034+0000 mgr.y (mgr.15402) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T16:03:58.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[25024]: audit 2023-12-05T16:03:57.335599+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi016"}]: dispatch 2023-12-05T16:03:58.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[25024]: audit 2023-12-05T16:03:57.336278+0000 mgr.y (mgr.15402) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi016"}]: dispatch 2023-12-05T16:03:58.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[25024]: audit 2023-12-05T16:03:57.343992+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:58.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[25024]: audit 2023-12-05T16:03:57.352836+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:03:58.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[25024]: audit 2023-12-05T16:03:57.353652+0000 mgr.y (mgr.15402) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:03:58.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[25024]: audit 2023-12-05T16:03:57.362773+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:03:58.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[25024]: cluster 2023-12-05T16:03:57.783590+0000 mgr.y (mgr.15402) 42 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T16:03:58.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[30458]: audit 2023-12-05T16:03:57.257006+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:58.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[30458]: audit 2023-12-05T16:03:57.266444+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:58.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[30458]: audit 2023-12-05T16:03:57.310702+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T16:03:58.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[30458]: audit 2023-12-05T16:03:57.312179+0000 mgr.y (mgr.15402) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-05T16:03:58.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[30458]: audit 2023-12-05T16:03:57.329206+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:58.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[30458]: cephadm 2023-12-05T16:03:57.331615+0000 mgr.y (mgr.15402) 38 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.16:5000 to Dashboard 2023-12-05T16:03:58.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[30458]: audit 2023-12-05T16:03:57.332018+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T16:03:58.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[30458]: audit 2023-12-05T16:03:57.333034+0000 mgr.y (mgr.15402) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-05T16:03:58.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[30458]: audit 2023-12-05T16:03:57.335599+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi016"}]: dispatch 2023-12-05T16:03:58.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[30458]: audit 2023-12-05T16:03:57.336278+0000 mgr.y (mgr.15402) 40 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi016"}]: dispatch 2023-12-05T16:03:58.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[30458]: audit 2023-12-05T16:03:57.343992+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:03:58.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[30458]: audit 2023-12-05T16:03:57.352836+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:03:58.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[30458]: audit 2023-12-05T16:03:57.353652+0000 mgr.y (mgr.15402) 41 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:03:58.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[30458]: audit 2023-12-05T16:03:57.362773+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:03:58.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:03:58 smithi016 bash[30458]: cluster 2023-12-05T16:03:57.783590+0000 mgr.y (mgr.15402) 42 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T16:03:58.929 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[49134]: ts=2023-12-05T16:03:58.811Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-05T16:03:58.929 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[49134]: ts=2023-12-05T16:03:58.811Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-05T16:03:58.929 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[49134]: ts=2023-12-05T16:03:58.811Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-05T16:03:58.929 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[49134]: ts=2023-12-05T16:03:58.811Z caller=main.go:518 level=info host_details="(Linux 5.4.0-167-generic #184-Ubuntu SMP Tue Oct 31 09:21:49 UTC 2023 x86_64 smithi038 (none))" 2023-12-05T16:03:58.930 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[49134]: ts=2023-12-05T16:03:58.811Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-05T16:03:58.930 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[49134]: ts=2023-12-05T16:03:58.811Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-05T16:03:58.930 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[49134]: ts=2023-12-05T16:03:58.814Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-05T16:03:58.930 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[49134]: ts=2023-12-05T16:03:58.814Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-05T16:03:58.930 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[49134]: ts=2023-12-05T16:03:58.815Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-05T16:03:58.930 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[49134]: ts=2023-12-05T16:03:58.819Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-05T16:03:58.930 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[49134]: ts=2023-12-05T16:03:58.821Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.417683ms 2023-12-05T16:03:58.930 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:58 smithi038 bash[49134]: ts=2023-12-05T16:03:58.821Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-05T16:03:59.256 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:59 smithi038 bash[49134]: ts=2023-12-05T16:03:59.005Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2023-12-05T16:03:59.589 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:59 smithi038 bash[49134]: ts=2023-12-05T16:03:59.251Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2023-12-05T16:03:59.589 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:59 smithi038 bash[49134]: ts=2023-12-05T16:03:59.305Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2023-12-05T16:03:59.589 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:59 smithi038 bash[49134]: ts=2023-12-05T16:03:59.305Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2023-12-05T16:03:59.589 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:59 smithi038 bash[49134]: ts=2023-12-05T16:03:59.305Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=71.165µs wal_replay_duration=484.136108ms total_replay_duration=486.654109ms 2023-12-05T16:03:59.589 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:59 smithi038 bash[49134]: ts=2023-12-05T16:03:59.312Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-05T16:03:59.589 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:59 smithi038 bash[49134]: ts=2023-12-05T16:03:59.312Z caller=main.go:947 level=info msg="TSDB started" 2023-12-05T16:03:59.589 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:59 smithi038 bash[49134]: ts=2023-12-05T16:03:59.312Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-05T16:03:59.589 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:59 smithi038 bash[49134]: ts=2023-12-05T16:03:59.349Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=37.129701ms db_storage=1.373µs remote_storage=2.798µs web_handler=530ns query_engine=1.813µs scrape=413.002µs scrape_sd=144.008µs notify=25.979µs notify_sd=44.757µs rules=35.932758ms 2023-12-05T16:03:59.589 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:03:59 smithi038 bash[49134]: ts=2023-12-05T16:03:59.349Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-05T16:04:01.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:00 smithi016 bash[25024]: cluster 2023-12-05T16:03:59.784346+0000 mgr.y (mgr.15402) 43 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-05T16:04:01.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:00 smithi016 bash[25024]: audit 2023-12-05T16:03:59.890562+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:04:01.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:00 smithi016 bash[25024]: cephadm 2023-12-05T16:03:59.936828+0000 mgr.y (mgr.15402) 44 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-05T16:04:01.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:00 smithi016 bash[25024]: audit 2023-12-05T16:03:59.937667+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:04:01.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:00 smithi016 bash[25024]: audit 2023-12-05T16:03:59.939649+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:04:01.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:00 smithi016 bash[25024]: audit 2023-12-05T16:03:59.941565+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:04:01.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:00 smithi016 bash[25024]: cephadm 2023-12-05T16:03:59.943574+0000 mgr.y (mgr.15402) 45 : cephadm [INF] Deploying daemon mgr.x on smithi038 2023-12-05T16:04:01.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:00 smithi016 bash[30458]: cluster 2023-12-05T16:03:59.784346+0000 mgr.y (mgr.15402) 43 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-05T16:04:01.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:00 smithi016 bash[30458]: audit 2023-12-05T16:03:59.890562+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:04:01.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:00 smithi016 bash[30458]: cephadm 2023-12-05T16:03:59.936828+0000 mgr.y (mgr.15402) 44 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-05T16:04:01.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:00 smithi016 bash[30458]: audit 2023-12-05T16:03:59.937667+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:04:01.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:00 smithi016 bash[30458]: audit 2023-12-05T16:03:59.939649+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:04:01.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:00 smithi016 bash[30458]: audit 2023-12-05T16:03:59.941565+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:04:01.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:00 smithi016 bash[30458]: cephadm 2023-12-05T16:03:59.943574+0000 mgr.y (mgr.15402) 45 : cephadm [INF] Deploying daemon mgr.x on smithi038 2023-12-05T16:04:01.145 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:00 smithi038 bash[25002]: cluster 2023-12-05T16:03:59.784346+0000 mgr.y (mgr.15402) 43 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-05T16:04:01.145 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:00 smithi038 bash[25002]: audit 2023-12-05T16:03:59.890562+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:04:01.145 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:00 smithi038 bash[25002]: cephadm 2023-12-05T16:03:59.936828+0000 mgr.y (mgr.15402) 44 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-05T16:04:01.145 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:00 smithi038 bash[25002]: audit 2023-12-05T16:03:59.937667+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:04:01.145 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:00 smithi038 bash[25002]: audit 2023-12-05T16:03:59.939649+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:04:01.145 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:00 smithi038 bash[25002]: audit 2023-12-05T16:03:59.941565+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:04:01.146 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:00 smithi038 bash[25002]: cephadm 2023-12-05T16:03:59.943574+0000 mgr.y (mgr.15402) 45 : cephadm [INF] Deploying daemon mgr.x on smithi038 2023-12-05T16:04:02.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:02 smithi038 systemd[1]: Stopping Ceph mgr.x for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:04:03.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:02 smithi038 bash[25002]: cluster 2023-12-05T16:04:01.786062+0000 mgr.y (mgr.15402) 46 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T16:04:03.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:02 smithi038 bash[49431]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-mgr-x 2023-12-05T16:04:03.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:02 smithi016 bash[25024]: cluster 2023-12-05T16:04:01.786062+0000 mgr.y (mgr.15402) 46 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T16:04:03.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:02 smithi016 bash[30458]: cluster 2023-12-05T16:04:01.786062+0000 mgr.y (mgr.15402) 46 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T16:04:03.382 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:03 smithi038 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-05T16:04:03.383 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:03 smithi038 bash[49503]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-mgr-x 2023-12-05T16:04:03.383 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:03 smithi038 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-05T16:04:03.383 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:03 smithi038 systemd[1]: Stopped Ceph mgr.x for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:04:03.383 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:03 smithi038 systemd[1]: Started Ceph mgr.x for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:04:04.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:04 smithi038 bash[49573]: debug 2023-12-05T16:04:04.447+0000 7fd023af7700 1 -- 172.21.15.38:0/2549151843 <== mon.2 v2:172.21.15.38:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556c09ee41a0 con 0x556c0ac62400 2023-12-05T16:04:04.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:04 smithi038 bash[25002]: audit 2023-12-05T16:04:03.430608+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:04.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:04 smithi038 bash[25002]: audit 2023-12-05T16:04:03.439130+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:04.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:04 smithi038 bash[25002]: cluster 2023-12-05T16:04:03.786800+0000 mgr.y (mgr.15402) 47 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-05T16:04:04.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:04 smithi038 bash[25002]: audit 2023-12-05T16:04:03.929021+0000 mgr.y (mgr.15402) 48 : audit [DBG] from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:04:04.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:04 smithi016 bash[25024]: audit 2023-12-05T16:04:03.430608+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:04.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:04 smithi016 bash[25024]: audit 2023-12-05T16:04:03.439130+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:04.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:04 smithi016 bash[25024]: cluster 2023-12-05T16:04:03.786800+0000 mgr.y (mgr.15402) 47 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-05T16:04:04.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:04 smithi016 bash[25024]: audit 2023-12-05T16:04:03.929021+0000 mgr.y (mgr.15402) 48 : audit [DBG] from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:04:04.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:04 smithi016 bash[30458]: audit 2023-12-05T16:04:03.430608+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:04.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:04 smithi016 bash[30458]: audit 2023-12-05T16:04:03.439130+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:04.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:04 smithi016 bash[30458]: cluster 2023-12-05T16:04:03.786800+0000 mgr.y (mgr.15402) 47 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-05T16:04:04.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:04 smithi016 bash[30458]: audit 2023-12-05T16:04:03.929021+0000 mgr.y (mgr.15402) 48 : audit [DBG] from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:04:05.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:04 smithi038 bash[49573]: debug 2023-12-05T16:04:04.615+0000 7fd02dc9d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T16:04:05.839 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:05 smithi038 bash[49573]: debug 2023-12-05T16:04:05.567+0000 7fd02dc9d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-05T16:04:05.839 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:05 smithi038 bash[49573]: debug 2023-12-05T16:04:05.671+0000 7fd02dc9d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T16:04:05.839 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:05 smithi038 bash[49573]: debug 2023-12-05T16:04:05.771+0000 7fd02dc9d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T16:04:06.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:06 smithi038 bash[25002]: cluster 2023-12-05T16:04:05.787599+0000 mgr.y (mgr.15402) 49 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-05T16:04:06.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:06 smithi038 bash[49573]: debug 2023-12-05T16:04:06.051+0000 7fd02dc9d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T16:04:06.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:06 smithi016 bash[25024]: cluster 2023-12-05T16:04:05.787599+0000 mgr.y (mgr.15402) 49 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-05T16:04:06.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:06 smithi016 bash[30458]: cluster 2023-12-05T16:04:05.787599+0000 mgr.y (mgr.15402) 49 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-05T16:04:06.808 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:06 smithi038 bash[49573]: debug 2023-12-05T16:04:06.419+0000 7fd02dc9d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T16:04:06.808 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:06 smithi038 bash[49573]: debug 2023-12-05T16:04:06.583+0000 7fd02dc9d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T16:04:07.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:06 smithi038 bash[49573]: debug 2023-12-05T16:04:06.799+0000 7fd02dc9d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T16:04:08.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:07 smithi038 bash[49573]: debug 2023-12-05T16:04:07.839+0000 7fd02dc9d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T16:04:08.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:07 smithi038 bash[49573]: debug 2023-12-05T16:04:07.955+0000 7fd02dc9d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T16:04:08.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:08 smithi038 bash[49573]: debug 2023-12-05T16:04:08.075+0000 7fd02dc9d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T16:04:08.838 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:08 smithi038 bash[49573]: debug 2023-12-05T16:04:08.571+0000 7fd02dc9d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T16:04:08.839 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:08 smithi038 bash[49573]: debug 2023-12-05T16:04:08.819+0000 7fd02dc9d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T16:04:09.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:08 smithi016 bash[30458]: cluster 2023-12-05T16:04:07.789328+0000 mgr.y (mgr.15402) 50 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T16:04:09.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:08 smithi016 bash[25024]: cluster 2023-12-05T16:04:07.789328+0000 mgr.y (mgr.15402) 50 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T16:04:09.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:08 smithi038 bash[25002]: cluster 2023-12-05T16:04:07.789328+0000 mgr.y (mgr.15402) 50 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T16:04:09.588 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:09 smithi038 bash[49573]: debug 2023-12-05T16:04:09.331+0000 7fd02dc9d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T16:04:10.338 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:09 smithi038 bash[49573]: debug 2023-12-05T16:04:09.919+0000 7fd02dc9d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T16:04:10.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:10 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:04:10] "GET /metrics HTTP/1.1" 200 38144 "" "Prometheus/2.33.4" 2023-12-05T16:04:10.838 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:10 smithi038 bash[49573]: debug 2023-12-05T16:04:10.511+0000 7fd02dc9d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T16:04:10.839 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:10 smithi038 bash[49573]: debug 2023-12-05T16:04:10.627+0000 7fd02dc9d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T16:04:11.263 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:10 smithi038 bash[25002]: cluster 2023-12-05T16:04:09.789905+0000 mgr.y (mgr.15402) 51 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:04:11.263 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:10 smithi038 bash[25002]: audit 2023-12-05T16:04:09.860738+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:11.263 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:10 smithi038 bash[25002]: audit 2023-12-05T16:04:09.869347+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:11.263 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:10 smithi038 bash[25002]: audit 2023-12-05T16:04:10.066473+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:11.263 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:10 smithi038 bash[25002]: audit 2023-12-05T16:04:10.079072+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:11.263 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:10 smithi038 bash[49573]: debug 2023-12-05T16:04:10.987+0000 7fd02dc9d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T16:04:11.263 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:11 smithi038 bash[49573]: debug 2023-12-05T16:04:11.107+0000 7fd02dc9d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T16:04:11.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:10 smithi016 bash[30458]: cluster 2023-12-05T16:04:09.789905+0000 mgr.y (mgr.15402) 51 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:04:11.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:10 smithi016 bash[30458]: audit 2023-12-05T16:04:09.860738+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:11.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:10 smithi016 bash[30458]: audit 2023-12-05T16:04:09.869347+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:11.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:10 smithi016 bash[30458]: audit 2023-12-05T16:04:10.066473+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:11.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:10 smithi016 bash[30458]: audit 2023-12-05T16:04:10.079072+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:11.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:10 smithi016 bash[25024]: cluster 2023-12-05T16:04:09.789905+0000 mgr.y (mgr.15402) 51 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:04:11.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:10 smithi016 bash[25024]: audit 2023-12-05T16:04:09.860738+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:11.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:10 smithi016 bash[25024]: audit 2023-12-05T16:04:09.869347+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:11.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:10 smithi016 bash[25024]: audit 2023-12-05T16:04:10.066473+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:11.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:10 smithi016 bash[25024]: audit 2023-12-05T16:04:10.079072+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:11.588 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:11 smithi038 bash[49573]: debug 2023-12-05T16:04:11.255+0000 7fd02dc9d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T16:04:11.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:11 smithi038 bash[49573]: debug 2023-12-05T16:04:11.367+0000 7fd02dc9d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T16:04:11.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:11 smithi038 bash[49573]: debug 2023-12-05T16:04:11.503+0000 7fd02dc9d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T16:04:12.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:11 smithi038 bash[25002]: audit 2023-12-05T16:04:10.864825+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:12.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:11 smithi038 bash[25002]: audit 2023-12-05T16:04:10.878362+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:12.090 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:11 smithi038 bash[49573]: debug 2023-12-05T16:04:11.711+0000 7fd02dc9d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T16:04:12.090 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:11 smithi038 bash[49573]: debug 2023-12-05T16:04:11.843+0000 7fd02dc9d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T16:04:12.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:11 smithi016 bash[25024]: audit 2023-12-05T16:04:10.864825+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:12.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:11 smithi016 bash[25024]: audit 2023-12-05T16:04:10.878362+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:12.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:11 smithi016 bash[30458]: audit 2023-12-05T16:04:10.864825+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:12.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:11 smithi016 bash[30458]: audit 2023-12-05T16:04:10.878362+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:13.145 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:12 smithi038 bash[25002]: cluster 2023-12-05T16:04:11.791579+0000 mgr.y (mgr.15402) 52 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:04:13.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:12 smithi016 bash[25024]: cluster 2023-12-05T16:04:11.791579+0000 mgr.y (mgr.15402) 52 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:04:13.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:12 smithi016 bash[30458]: cluster 2023-12-05T16:04:11.791579+0000 mgr.y (mgr.15402) 52 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:04:13.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:13 smithi038 bash[49573]: debug 2023-12-05T16:04:13.139+0000 7fd02dc9d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T16:04:13.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:13 smithi038 bash[49573]: [05/Dec/2023:16:04:13] ENGINE Bus STARTING 2023-12-05T16:04:13.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:13 smithi038 bash[49573]: CherryPy Checker: 2023-12-05T16:04:13.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:13 smithi038 bash[49573]: The Application mounted at '' has an empty config. 2023-12-05T16:04:13.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:13 smithi038 bash[49573]: [05/Dec/2023:16:04:13] ENGINE Serving on http://:::9283 2023-12-05T16:04:13.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:13 smithi038 bash[49573]: [05/Dec/2023:16:04:13] ENGINE Bus STARTED 2023-12-05T16:04:14.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:13 smithi038 bash[25002]: cluster 2023-12-05T16:04:13.163561+0000 mon.a (mon.0) 1017 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T16:04:14.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:13 smithi038 bash[25002]: cluster 2023-12-05T16:04:13.163797+0000 mon.a (mon.0) 1018 : cluster [DBG] Standby manager daemon x started 2023-12-05T16:04:14.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:13 smithi038 bash[25002]: audit 2023-12-05T16:04:13.170060+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.? 172.21.15.38:0/1161677009' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T16:04:14.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:13 smithi038 bash[25002]: audit 2023-12-05T16:04:13.171574+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.? 172.21.15.38:0/1161677009' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:04:14.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:13 smithi038 bash[25002]: audit 2023-12-05T16:04:13.176559+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.? 172.21.15.38:0/1161677009' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T16:04:14.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:13 smithi038 bash[25002]: audit 2023-12-05T16:04:13.177332+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.? 172.21.15.38:0/1161677009' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:04:14.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:13 smithi016 bash[25024]: cluster 2023-12-05T16:04:13.163561+0000 mon.a (mon.0) 1017 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T16:04:14.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:13 smithi016 bash[25024]: cluster 2023-12-05T16:04:13.163797+0000 mon.a (mon.0) 1018 : cluster [DBG] Standby manager daemon x started 2023-12-05T16:04:14.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:13 smithi016 bash[25024]: audit 2023-12-05T16:04:13.170060+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.? 172.21.15.38:0/1161677009' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T16:04:14.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:13 smithi016 bash[25024]: audit 2023-12-05T16:04:13.171574+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.? 172.21.15.38:0/1161677009' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:04:14.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:13 smithi016 bash[25024]: audit 2023-12-05T16:04:13.176559+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.? 172.21.15.38:0/1161677009' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T16:04:14.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:13 smithi016 bash[25024]: audit 2023-12-05T16:04:13.177332+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.? 172.21.15.38:0/1161677009' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:04:14.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:13 smithi016 bash[30458]: cluster 2023-12-05T16:04:13.163561+0000 mon.a (mon.0) 1017 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T16:04:14.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:13 smithi016 bash[30458]: cluster 2023-12-05T16:04:13.163797+0000 mon.a (mon.0) 1018 : cluster [DBG] Standby manager daemon x started 2023-12-05T16:04:14.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:13 smithi016 bash[30458]: audit 2023-12-05T16:04:13.170060+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.? 172.21.15.38:0/1161677009' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T16:04:14.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:13 smithi016 bash[30458]: audit 2023-12-05T16:04:13.171574+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.? 172.21.15.38:0/1161677009' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:04:14.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:13 smithi016 bash[30458]: audit 2023-12-05T16:04:13.176559+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.? 172.21.15.38:0/1161677009' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T16:04:14.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:13 smithi016 bash[30458]: audit 2023-12-05T16:04:13.177332+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.? 172.21.15.38:0/1161677009' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:04:15.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:14 smithi038 bash[25002]: cluster 2023-12-05T16:04:13.792404+0000 mgr.y (mgr.15402) 53 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:04:15.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:14 smithi038 bash[25002]: cluster 2023-12-05T16:04:13.907513+0000 mon.a (mon.0) 1019 : cluster [DBG] mgrmap e32: y(active, since 45s), standbys: x 2023-12-05T16:04:15.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:14 smithi038 bash[25002]: audit 2023-12-05T16:04:13.936979+0000 mgr.y (mgr.15402) 54 : audit [DBG] from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:04:15.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:14 smithi016 bash[25024]: cluster 2023-12-05T16:04:13.792404+0000 mgr.y (mgr.15402) 53 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:04:15.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:14 smithi016 bash[25024]: cluster 2023-12-05T16:04:13.907513+0000 mon.a (mon.0) 1019 : cluster [DBG] mgrmap e32: y(active, since 45s), standbys: x 2023-12-05T16:04:15.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:14 smithi016 bash[25024]: audit 2023-12-05T16:04:13.936979+0000 mgr.y (mgr.15402) 54 : audit [DBG] from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:04:15.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:14 smithi016 bash[30458]: cluster 2023-12-05T16:04:13.792404+0000 mgr.y (mgr.15402) 53 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:04:15.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:14 smithi016 bash[30458]: cluster 2023-12-05T16:04:13.907513+0000 mon.a (mon.0) 1019 : cluster [DBG] mgrmap e32: y(active, since 45s), standbys: x 2023-12-05T16:04:15.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:14 smithi016 bash[30458]: audit 2023-12-05T16:04:13.936979+0000 mgr.y (mgr.15402) 54 : audit [DBG] from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:04:16.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:15 smithi038 bash[25002]: audit 2023-12-05T16:04:14.890967+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:04:16.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:15 smithi016 bash[25024]: audit 2023-12-05T16:04:14.890967+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:04:16.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:15 smithi016 bash[30458]: audit 2023-12-05T16:04:14.890967+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:04:17.190 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:16 smithi038 bash[25002]: cluster 2023-12-05T16:04:15.793515+0000 mgr.y (mgr.15402) 55 : 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 2023-12-05T16:04:17.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:16 smithi016 bash[25024]: cluster 2023-12-05T16:04:15.793515+0000 mgr.y (mgr.15402) 55 : 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 2023-12-05T16:04:17.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:16 smithi016 bash[30458]: cluster 2023-12-05T16:04:15.793515+0000 mgr.y (mgr.15402) 55 : 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 2023-12-05T16:04:18.098 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:04:18.874 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:04:18.874 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (117s) 8s ago 8m 16.5M - 0.23.0 ba2b418f427c c48b395728e7 2023-12-05T16:04:18.874 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (74s) 9s ago 8m 42.5M - 8.3.5 dad864ee21e9 d6befc9f2bcf 2023-12-05T16:04:18.874 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (26s) 8s ago 6m 43.9M - 3.5 e1d6a67b021e bbc51b2e3d6d 2023-12-05T16:04:18.874 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283,8765 running (15s) 9s ago 14m 89.8M - 19.0.0-13-ge6605fb8 104f332cd0a9 d9865fd32494 2023-12-05T16:04:18.874 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:8443,9283,8765 running (68s) 8s ago 16m 483M - 19.0.0-13-ge6605fb8 104f332cd0a9 d8aa9c1870da 2023-12-05T16:04:18.874 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (16m) 8s ago 16m 67.5M 2048M 17.2.0 e1d6a67b021e 0139c8c8b6bf 2023-12-05T16:04:18.874 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (15m) 9s ago 15m 58.1M 2048M 17.2.0 e1d6a67b021e cedaff747574 2023-12-05T16:04:18.875 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (15m) 8s ago 15m 54.0M 2048M 17.2.0 e1d6a67b021e 4aaf0f854d64 2023-12-05T16:04:18.875 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (2m) 8s ago 9m 11.1M - 1.3.1 1dbe0e931976 a7ad6c0fa35b 2023-12-05T16:04:18.875 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (98s) 9s ago 9m 10.7M - 1.3.1 1dbe0e931976 dac45ac68b6c 2023-12-05T16:04:18.875 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (14m) 8s ago 14m 58.2M 2782M 17.2.0 e1d6a67b021e 4f30dfb19a1d 2023-12-05T16:04:18.875 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (13m) 8s ago 13m 59.2M 2782M 17.2.0 e1d6a67b021e 86b3fa0a663f 2023-12-05T16:04:18.875 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (12m) 8s ago 12m 56.0M 2782M 17.2.0 e1d6a67b021e 4490977f74dc 2023-12-05T16:04:18.875 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (12m) 8s ago 12m 56.9M 2782M 17.2.0 e1d6a67b021e 715c72066f0e 2023-12-05T16:04:18.875 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (11m) 9s ago 11m 58.4M 3038M 17.2.0 e1d6a67b021e 1e5c4e736858 2023-12-05T16:04:18.875 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (11m) 9s ago 11m 54.4M 3038M 17.2.0 e1d6a67b021e 8938c96c499f 2023-12-05T16:04:18.875 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (10m) 9s ago 10m 54.4M 3038M 17.2.0 e1d6a67b021e ac02a2497ba9 2023-12-05T16:04:18.875 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (10m) 9s ago 10m 56.3M 3038M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T16:04:18.876 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (21s) 9s ago 9m 46.6M - 2.33.4 514e6a882f6e 2178b2710d9e 2023-12-05T16:04:18.876 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (7m) 8s ago 7m 86.5M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:04:18.876 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (7m) 9s ago 7m 86.4M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:04:18.876 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (6m) 8s ago 6m 86.2M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:04:18.876 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (6m) 9s ago 6m 86.2M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:04:19.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:18 smithi038 bash[25002]: cluster 2023-12-05T16:04:17.794577+0000 mgr.y (mgr.15402) 56 : 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 2023-12-05T16:04:19.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:18 smithi038 bash[25002]: audit 2023-12-05T16:04:18.076715+0000 mgr.y (mgr.15402) 57 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:19.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:04:18 smithi038 bash[49134]: ts=2023-12-05T16:04: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.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:04:19.341 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:04:19.341 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:04:19.341 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-05T16:04:19.341 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:04:19.341 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:04:19.341 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:04:19.341 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:04:19.341 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:04:19.341 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:04:19.341 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:04:19.342 INFO:teuthology.orchestra.run.smithi016.stdout: "mds": {}, 2023-12-05T16:04:19.342 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:04:19.342 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:04:19.342 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:04:19.342 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:04:19.342 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-05T16:04:19.342 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:04:19.342 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:04:19.342 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:04:19.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:18 smithi016 bash[25024]: cluster 2023-12-05T16:04:17.794577+0000 mgr.y (mgr.15402) 56 : 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 2023-12-05T16:04:19.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:18 smithi016 bash[25024]: audit 2023-12-05T16:04:18.076715+0000 mgr.y (mgr.15402) 57 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:19.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:18 smithi016 bash[30458]: cluster 2023-12-05T16:04:17.794577+0000 mgr.y (mgr.15402) 56 : 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 2023-12-05T16:04:19.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:18 smithi016 bash[30458]: audit 2023-12-05T16:04:18.076715+0000 mgr.y (mgr.15402) 57 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:19.732 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:04:19.732 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:04:19.732 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:04:19.732 INFO:teuthology.orchestra.run.smithi016.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:04:19.732 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [ 2023-12-05T16:04:19.732 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr" 2023-12-05T16:04:19.732 INFO:teuthology.orchestra.run.smithi016.stdout: ], 2023-12-05T16:04:19.732 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "2/23 daemons upgraded", 2023-12-05T16:04:19.732 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "Currently upgrading mgr daemons", 2023-12-05T16:04:19.732 INFO:teuthology.orchestra.run.smithi016.stdout: "is_paused": false 2023-12-05T16:04:19.732 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:04:20.187 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_OK 2023-12-05T16:04:20.221 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:19 smithi038 bash[25002]: audit 2023-12-05T16:04:18.468483+0000 mgr.y (mgr.15402) 58 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:20.221 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:19 smithi038 bash[25002]: audit 2023-12-05T16:04:18.844004+0000 mgr.y (mgr.15402) 59 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:20.221 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:19 smithi038 bash[25002]: audit 2023-12-05T16:04:19.335217+0000 mon.c (mon.1) 64 : audit [DBG] from='client.? 172.21.15.16:0/3040755413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:04:20.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:04:20] "GET /metrics HTTP/1.1" 200 38147 "" "Prometheus/2.33.4" 2023-12-05T16:04:20.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:19 smithi016 bash[25024]: audit 2023-12-05T16:04:18.468483+0000 mgr.y (mgr.15402) 58 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:20.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:19 smithi016 bash[25024]: audit 2023-12-05T16:04:18.844004+0000 mgr.y (mgr.15402) 59 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:20.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:19 smithi016 bash[25024]: audit 2023-12-05T16:04:19.335217+0000 mon.c (mon.1) 64 : audit [DBG] from='client.? 172.21.15.16:0/3040755413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:04:20.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:19 smithi016 bash[30458]: audit 2023-12-05T16:04:18.468483+0000 mgr.y (mgr.15402) 58 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:20.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:19 smithi016 bash[30458]: audit 2023-12-05T16:04:18.844004+0000 mgr.y (mgr.15402) 59 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:20.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:19 smithi016 bash[30458]: audit 2023-12-05T16:04:19.335217+0000 mon.c (mon.1) 64 : audit [DBG] from='client.? 172.21.15.16:0/3040755413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:04:21.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:20 smithi038 bash[25002]: audit 2023-12-05T16:04:19.725745+0000 mgr.y (mgr.15402) 60 : audit [DBG] from='client.25456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:21.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:20 smithi038 bash[25002]: cluster 2023-12-05T16:04:19.795261+0000 mgr.y (mgr.15402) 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 2023-12-05T16:04:21.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:20 smithi038 bash[25002]: audit 2023-12-05T16:04:20.182073+0000 mon.a (mon.0) 1021 : audit [DBG] from='client.? 172.21.15.16:0/1201486444' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:04:21.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:20 smithi038 bash[25002]: audit 2023-12-05T16:04:20.786464+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:21.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:20 smithi038 bash[25002]: audit 2023-12-05T16:04:20.798159+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:21.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:20 smithi038 bash[25002]: audit 2023-12-05T16:04:20.800170+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:04:21.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:20 smithi038 bash[25002]: audit 2023-12-05T16:04:20.801605+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:04:21.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:20 smithi038 bash[25002]: audit 2023-12-05T16:04:20.810460+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:21.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:20 smithi038 bash[25002]: audit 2023-12-05T16:04:20.899067+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:04:21.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:20 smithi038 bash[25002]: audit 2023-12-05T16:04:20.902495+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:04:21.365 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[25024]: audit 2023-12-05T16:04:19.725745+0000 mgr.y (mgr.15402) 60 : audit [DBG] from='client.25456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:21.366 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[25024]: cluster 2023-12-05T16:04:19.795261+0000 mgr.y (mgr.15402) 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 2023-12-05T16:04:21.366 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[25024]: audit 2023-12-05T16:04:20.182073+0000 mon.a (mon.0) 1021 : audit [DBG] from='client.? 172.21.15.16:0/1201486444' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:04:21.366 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[25024]: audit 2023-12-05T16:04:20.786464+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:21.366 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[25024]: audit 2023-12-05T16:04:20.798159+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:21.366 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[25024]: audit 2023-12-05T16:04:20.800170+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:04:21.366 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[25024]: audit 2023-12-05T16:04:20.801605+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:04:21.366 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[25024]: audit 2023-12-05T16:04:20.810460+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:21.366 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[25024]: audit 2023-12-05T16:04:20.899067+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:04:21.366 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[25024]: audit 2023-12-05T16:04:20.902495+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:04:21.366 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[30458]: audit 2023-12-05T16:04:19.725745+0000 mgr.y (mgr.15402) 60 : audit [DBG] from='client.25456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:21.366 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[30458]: cluster 2023-12-05T16:04:19.795261+0000 mgr.y (mgr.15402) 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 2023-12-05T16:04:21.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[30458]: audit 2023-12-05T16:04:20.182073+0000 mon.a (mon.0) 1021 : audit [DBG] from='client.? 172.21.15.16:0/1201486444' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:04:21.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[30458]: audit 2023-12-05T16:04:20.786464+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:21.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[30458]: audit 2023-12-05T16:04:20.798159+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:21.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[30458]: audit 2023-12-05T16:04:20.800170+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:04:21.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[30458]: audit 2023-12-05T16:04:20.801605+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:04:21.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[30458]: audit 2023-12-05T16:04:20.810460+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:21.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[30458]: audit 2023-12-05T16:04:20.899067+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:04:21.367 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:20 smithi016 bash[30458]: audit 2023-12-05T16:04:20.902495+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:04:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:21 smithi038 bash[25002]: cephadm 2023-12-05T16:04:20.904090+0000 mgr.y (mgr.15402) 62 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-05T16:04:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:21 smithi038 bash[25002]: audit 2023-12-05T16:04:20.913831+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:21 smithi038 bash[25002]: audit 2023-12-05T16:04:20.921330+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-05T16:04:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:21 smithi038 bash[25002]: audit 2023-12-05T16:04:20.928221+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-05T16:04:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:21 smithi038 bash[25002]: audit 2023-12-05T16:04:20.929668+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-05T16:04:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:21 smithi038 bash[25002]: audit 2023-12-05T16:04:20.935467+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-05T16:04:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:21 smithi038 bash[25002]: audit 2023-12-05T16:04:20.937459+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-05T16:04:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:21 smithi038 bash[25002]: audit 2023-12-05T16:04:20.938661+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-05T16:04:22.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:21 smithi038 bash[25002]: cephadm 2023-12-05T16:04:20.939685+0000 mgr.y (mgr.15402) 63 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-05T16:04:22.346 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:21 smithi016 bash[25024]: cephadm 2023-12-05T16:04:20.904090+0000 mgr.y (mgr.15402) 62 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-05T16:04:22.346 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:21 smithi016 bash[25024]: audit 2023-12-05T16:04:20.913831+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:22.346 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:21 smithi016 bash[25024]: audit 2023-12-05T16:04:20.921330+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-05T16:04:22.346 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:21 smithi016 bash[25024]: audit 2023-12-05T16:04:20.928221+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-05T16:04:22.347 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:21 smithi016 bash[25024]: audit 2023-12-05T16:04:20.929668+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-05T16:04:22.347 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:21 smithi016 bash[25024]: audit 2023-12-05T16:04:20.935467+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-05T16:04:22.347 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:21 smithi016 bash[25024]: audit 2023-12-05T16:04:20.937459+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-05T16:04:22.347 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:21 smithi016 bash[25024]: audit 2023-12-05T16:04:20.938661+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-05T16:04:22.347 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:21 smithi016 bash[25024]: cephadm 2023-12-05T16:04:20.939685+0000 mgr.y (mgr.15402) 63 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-05T16:04:22.347 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:21 smithi016 bash[30458]: cephadm 2023-12-05T16:04:20.904090+0000 mgr.y (mgr.15402) 62 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-05T16:04:22.347 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:21 smithi016 bash[30458]: audit 2023-12-05T16:04:20.913831+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:22.347 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:21 smithi016 bash[30458]: audit 2023-12-05T16:04:20.921330+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-05T16:04:22.347 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:21 smithi016 bash[30458]: audit 2023-12-05T16:04:20.928221+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-05T16:04:22.347 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:21 smithi016 bash[30458]: audit 2023-12-05T16:04:20.929668+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-05T16:04:22.347 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:21 smithi016 bash[30458]: audit 2023-12-05T16:04:20.935467+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-05T16:04:22.348 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:21 smithi016 bash[30458]: audit 2023-12-05T16:04:20.937459+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-05T16:04:22.348 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:21 smithi016 bash[30458]: audit 2023-12-05T16:04:20.938661+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-05T16:04:22.348 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:21 smithi016 bash[30458]: cephadm 2023-12-05T16:04:20.939685+0000 mgr.y (mgr.15402) 63 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-05T16:04:23.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:22 smithi038 bash[25002]: cluster 2023-12-05T16:04:21.797039+0000 mgr.y (mgr.15402) 64 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:04:23.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:22 smithi016 bash[25024]: cluster 2023-12-05T16:04:21.797039+0000 mgr.y (mgr.15402) 64 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:04:23.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:22 smithi016 bash[30458]: cluster 2023-12-05T16:04:21.797039+0000 mgr.y (mgr.15402) 64 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:04:24.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:24 smithi038 bash[25002]: cephadm 2023-12-05T16:04:23.560399+0000 mgr.y (mgr.15402) 65 : cephadm [INF] Upgrade: Updating mon.a 2023-12-05T16:04:24.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:24 smithi038 bash[25002]: audit 2023-12-05T16:04:23.571704+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:24.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:24 smithi038 bash[25002]: audit 2023-12-05T16:04:23.573700+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:04:24.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:24 smithi038 bash[25002]: audit 2023-12-05T16:04:23.575121+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:04:24.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:24 smithi038 bash[25002]: audit 2023-12-05T16:04:23.576494+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:04:24.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:24 smithi038 bash[25002]: cephadm 2023-12-05T16:04:23.578342+0000 mgr.y (mgr.15402) 66 : cephadm [INF] Deploying daemon mon.a on smithi016 2023-12-05T16:04:24.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:24 smithi038 bash[25002]: cluster 2023-12-05T16:04:23.797608+0000 mgr.y (mgr.15402) 67 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:04:24.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:24 smithi038 bash[25002]: audit 2023-12-05T16:04:23.944930+0000 mgr.y (mgr.15402) 68 : audit [DBG] from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:04:24.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:24 smithi016 bash[25024]: cephadm 2023-12-05T16:04:23.560399+0000 mgr.y (mgr.15402) 65 : cephadm [INF] Upgrade: Updating mon.a 2023-12-05T16:04:24.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:24 smithi016 bash[25024]: audit 2023-12-05T16:04:23.571704+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:24.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:24 smithi016 bash[25024]: audit 2023-12-05T16:04:23.573700+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:04:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:24 smithi016 bash[25024]: audit 2023-12-05T16:04:23.575121+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:04:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:24 smithi016 bash[25024]: audit 2023-12-05T16:04:23.576494+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:04:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:24 smithi016 bash[25024]: cephadm 2023-12-05T16:04:23.578342+0000 mgr.y (mgr.15402) 66 : cephadm [INF] Deploying daemon mon.a on smithi016 2023-12-05T16:04:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:24 smithi016 bash[25024]: cluster 2023-12-05T16:04:23.797608+0000 mgr.y (mgr.15402) 67 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:04:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:24 smithi016 bash[25024]: audit 2023-12-05T16:04:23.944930+0000 mgr.y (mgr.15402) 68 : audit [DBG] from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:04:24.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:24 smithi016 bash[30458]: cephadm 2023-12-05T16:04:23.560399+0000 mgr.y (mgr.15402) 65 : cephadm [INF] Upgrade: Updating mon.a 2023-12-05T16:04:24.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:24 smithi016 bash[30458]: audit 2023-12-05T16:04:23.571704+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' 2023-12-05T16:04:24.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:24 smithi016 bash[30458]: audit 2023-12-05T16:04:23.573700+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:04:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:24 smithi016 bash[30458]: audit 2023-12-05T16:04:23.575121+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:04:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:24 smithi016 bash[30458]: audit 2023-12-05T16:04:23.576494+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:04:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:24 smithi016 bash[30458]: cephadm 2023-12-05T16:04:23.578342+0000 mgr.y (mgr.15402) 66 : cephadm [INF] Deploying daemon mon.a on smithi016 2023-12-05T16:04:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:24 smithi016 bash[30458]: cluster 2023-12-05T16:04:23.797608+0000 mgr.y (mgr.15402) 67 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:04:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:24 smithi016 bash[30458]: audit 2023-12-05T16:04:23.944930+0000 mgr.y (mgr.15402) 68 : audit [DBG] from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:04:26.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:26 smithi016 systemd[1]: Stopping Ceph mon.a for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:04:26.430 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:26 smithi016 bash[30458]: cluster 2023-12-05T16:04:25.798524+0000 mgr.y (mgr.15402) 69 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:04:26.430 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:26 smithi016 bash[61294]: [05/Dec/2023:16:04:26] ENGINE Bus STOPPING 2023-12-05T16:04:26.430 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:26 smithi016 bash[61294]: [05/Dec/2023:16:04:26] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-05T16:04:26.430 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:26 smithi016 bash[61294]: [05/Dec/2023:16:04:26] ENGINE Bus STOPPED 2023-12-05T16:04:26.430 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:26 smithi016 bash[61294]: [05/Dec/2023:16:04:26] ENGINE Bus STARTING 2023-12-05T16:04:26.431 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:26 smithi016 bash[25024]: cluster 2023-12-05T16:04:25.798524+0000 mgr.y (mgr.15402) 69 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:04:26.431 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:26 smithi016 bash[25024]: debug 2023-12-05T16:04:26.281+0000 7fcb672af700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-05T16:04:26.431 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:26 smithi016 bash[25024]: debug 2023-12-05T16:04:26.281+0000 7fcb672af700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-05T16:04:26.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:26 smithi038 bash[25002]: cluster 2023-12-05T16:04:25.798524+0000 mgr.y (mgr.15402) 69 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:04:26.843 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:26 smithi016 bash[61294]: [05/Dec/2023:16:04:26] ENGINE Serving on http://:::9283 2023-12-05T16:04:26.843 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:26 smithi016 bash[61294]: [05/Dec/2023:16:04:26] ENGINE Bus STARTED 2023-12-05T16:04:27.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:26 smithi016 bash[64498]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-mon-a 2023-12-05T16:04:27.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:27 smithi016 bash[64582]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-mon-a 2023-12-05T16:04:27.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:27 smithi016 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-05T16:04:27.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:27 smithi016 systemd[1]: Stopped Ceph mon.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:04:27.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:27 smithi016 systemd[1]: Started Ceph mon.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:04:28.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.277+0000 7fc99c7b2c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-05T16:04:28.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.277+0000 7fc99c7b2c80 0 ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev), process ceph-mon, pid 7 2023-12-05T16:04:28.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.277+0000 7fc99c7b2c80 0 pidfile_write: ignore empty --pid-file 2023-12-05T16:04:28.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 0 load: jerasure load: lrc 2023-12-05T16:04:28.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-05T16:04:28.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Git sha 0 2023-12-05T16:04:28.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Compile date 2023-12-05 09:15:47 2023-12-05T16:04:28.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: DB SUMMARY 2023-12-05T16:04:28.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: DB Session ID: H5XD395C5H4EZ3N65MUT 2023-12-05T16:04:28.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: CURRENT file: CURRENT 2023-12-05T16:04:28.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-05T16:04:28.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 1337 Bytes 2023-12-05T16:04:28.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000036.sst 2023-12-05T16:04:28.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000034.log size: 108054 ; 2023-12-05T16:04:28.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.error_if_exists: 0 2023-12-05T16:04:28.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.create_if_missing: 0 2023-12-05T16:04:28.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-05T16:04:28.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-05T16:04:28.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-05T16:04:28.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-05T16:04:28.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.env: 0x55cb35511a60 2023-12-05T16:04:28.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-05T16:04:28.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.info_log: 0x55cb37d75760 2023-12-05T16:04:28.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-05T16:04:28.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.statistics: (nil) 2023-12-05T16:04:28.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.use_fsync: 0 2023-12-05T16:04:28.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-05T16:04:28.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-05T16:04:28.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-05T16:04:28.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-05T16:04:28.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-05T16:04:28.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-05T16:04:28.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-05T16:04:28.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-05T16:04:28.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-05T16:04:28.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-05T16:04:28.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-05T16:04:28.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.db_log_dir: 2023-12-05T16:04:28.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.wal_dir: 2023-12-05T16:04:28.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-05T16:04:28.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-05T16:04:28.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-05T16:04:28.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-05T16:04:28.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-05T16:04:28.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-05T16:04:28.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-05T16:04:28.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-05T16:04:28.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.write_buffer_manager: 0x55cb37d492c0 2023-12-05T16:04:28.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-05T16:04:28.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-05T16:04:28.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-05T16:04:28.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-05T16:04:28.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-05T16:04:28.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-05T16:04:28.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-05T16:04:28.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-05T16:04:28.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.unordered_write: 0 2023-12-05T16:04:28.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-05T16:04:28.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-05T16:04:28.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-05T16:04:28.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-05T16:04:28.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.row_cache: None 2023-12-05T16:04:28.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.wal_filter: None 2023-12-05T16:04:28.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-05T16:04:28.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-05T16:04:28.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.two_write_queues: 0 2023-12-05T16:04:28.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-05T16:04:28.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.wal_compression: 0 2023-12-05T16:04:28.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.atomic_flush: 0 2023-12-05T16:04:28.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-05T16:04:28.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-05T16:04:28.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-05T16:04:28.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-05T16:04:28.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-05T16:04:28.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-05T16:04:28.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-05T16:04:28.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-05T16:04:28.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-05T16:04:28.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-05T16:04:28.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-05T16:04:28.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-05T16:04:28.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-05T16:04:28.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-05T16:04:28.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-05T16:04:28.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-05T16:04:28.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-05T16:04:28.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-05T16:04:28.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-05T16:04:28.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-05T16:04:28.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-05T16:04:28.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-05T16:04:28.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_open_files: -1 2023-12-05T16:04:28.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-05T16:04:28.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-05T16:04:28.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-05T16:04:28.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-05T16:04:28.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-05T16:04:28.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Compression algorithms supported: 2023-12-05T16:04:28.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-05T16:04:28.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: kZSTD supported: 0 2023-12-05T16:04:28.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: kXpressCompression supported: 0 2023-12-05T16:04:28.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-05T16:04:28.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: kZlibCompression supported: 1 2023-12-05T16:04:28.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-05T16:04:28.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-05T16:04:28.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-05T16:04:28.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-05T16:04:28.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-05T16:04:28.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2023-12-05T16:04:28.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-05T16:04:28.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-05T16:04:28.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.merge_operator: 2023-12-05T16:04:28.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compaction_filter: None 2023-12-05T16:04:28.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-05T16:04:28.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-05T16:04:28.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-05T16:04:28.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-05T16:04:28.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cb37d758a0) 2023-12-05T16:04:28.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: cache_index_and_filter_blocks: 1 2023-12-05T16:04:28.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-05T16:04:28.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-05T16:04:28.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: pin_top_level_index_and_filter: 1 2023-12-05T16:04:28.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: index_type: 0 2023-12-05T16:04:28.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: data_block_index_type: 0 2023-12-05T16:04:28.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: index_shortening: 1 2023-12-05T16:04:28.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: data_block_hash_table_util_ratio: 0.750000 2023-12-05T16:04:28.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: checksum: 4 2023-12-05T16:04:28.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: no_block_cache: 0 2023-12-05T16:04:28.631 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: block_cache: 0x55cb37dc9090 2023-12-05T16:04:28.631 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: block_cache_name: BinnedLRUCache 2023-12-05T16:04:28.631 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: block_cache_options: 2023-12-05T16:04:28.631 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: capacity : 536870912 2023-12-05T16:04:28.631 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: num_shard_bits : 4 2023-12-05T16:04:28.631 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: strict_capacity_limit : 0 2023-12-05T16:04:28.631 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: high_pri_pool_ratio: 0.000 2023-12-05T16:04:28.631 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: block_cache_compressed: (nil) 2023-12-05T16:04:28.631 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: persistent_cache: (nil) 2023-12-05T16:04:28.631 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: block_size: 4096 2023-12-05T16:04:28.631 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: block_size_deviation: 10 2023-12-05T16:04:28.631 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: block_restart_interval: 16 2023-12-05T16:04:28.631 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: index_block_restart_interval: 1 2023-12-05T16:04:28.631 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: metadata_block_size: 4096 2023-12-05T16:04:28.631 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: partition_filters: 0 2023-12-05T16:04:28.631 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: use_delta_encoding: 1 2023-12-05T16:04:28.632 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: filter_policy: bloomfilter 2023-12-05T16:04:28.632 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: whole_key_filtering: 1 2023-12-05T16:04:28.632 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: verify_compression: 0 2023-12-05T16:04:28.632 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: read_amp_bytes_per_bit: 0 2023-12-05T16:04:28.632 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: format_version: 5 2023-12-05T16:04:28.632 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: enable_index_compression: 1 2023-12-05T16:04:28.632 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: block_align: 0 2023-12-05T16:04:28.632 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: max_auto_readahead_size: 262144 2023-12-05T16:04:28.632 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: prepopulate_block_cache: 0 2023-12-05T16:04:28.632 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: initial_auto_readahead_size: 8192 2023-12-05T16:04:28.632 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: num_file_reads_for_auto_readahead: 2 2023-12-05T16:04:28.632 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-05T16:04:28.632 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-05T16:04:28.632 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compression: NoCompression 2023-12-05T16:04:28.633 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-05T16:04:28.633 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-05T16:04:28.633 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-05T16:04:28.633 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.num_levels: 7 2023-12-05T16:04:28.633 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-05T16:04:28.633 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-05T16:04:28.633 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-05T16:04:28.633 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-05T16:04:28.633 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-05T16:04:28.633 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-05T16:04:28.633 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-05T16:04:28.633 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-05T16:04:28.633 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-05T16:04:28.633 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-05T16:04:28.633 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-05T16:04:28.633 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-05T16:04:28.634 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-05T16:04:28.634 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-05T16:04:28.634 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-05T16:04:28.634 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-05T16:04:28.634 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-05T16:04:28.634 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-05T16:04:28.634 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-05T16:04:28.634 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-05T16:04:28.634 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-05T16:04:28.635 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-05T16:04:28.635 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-05T16:04:28.635 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-05T16:04:28.635 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-05T16:04:28.635 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-05T16:04:28.635 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-05T16:04:28.635 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-05T16:04:28.635 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-05T16:04:28.635 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-05T16:04:28.636 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-05T16:04:28.636 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-05T16:04:28.636 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-05T16:04:28.636 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-05T16:04:28.636 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-05T16:04:28.636 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-05T16:04:28.636 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-05T16:04:28.636 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-05T16:04:28.636 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-05T16:04:28.636 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-05T16:04:28.636 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-05T16:04:28.636 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-05T16:04:28.636 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-05T16:04:28.636 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-05T16:04:28.636 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-05T16:04:28.636 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-05T16:04:28.637 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-05T16:04:28.637 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-05T16:04:28.637 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-05T16:04:28.637 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-05T16:04:28.637 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-05T16:04:28.637 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-05T16:04:28.637 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-05T16:04:28.637 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.table_properties_collectors: 2023-12-05T16:04:28.637 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-05T16:04:28.637 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-05T16:04:28.637 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-05T16:04:28.637 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-05T16:04:28.637 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-05T16:04:28.637 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.bloom_locality: 0 2023-12-05T16:04:28.637 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-05T16:04:28.637 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-05T16:04:28.637 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-05T16:04:28.638 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-05T16:04:28.638 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-05T16:04:28.638 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.ttl: 2592000 2023-12-05T16:04:28.638 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-05T16:04:28.638 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-05T16:04:28.638 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-05T16:04:28.638 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.enable_blob_files: false 2023-12-05T16:04:28.638 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.min_blob_size: 0 2023-12-05T16:04:28.638 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-05T16:04:28.638 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-05T16:04:28.638 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-05T16:04:28.638 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-05T16:04:28.638 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-05T16:04:28.638 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-05T16:04:28.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-05T16:04:28.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-05T16:04:28.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc991f7b700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 36.sst 2023-12-05T16:04:28.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-05T16:04:28.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 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 16910, log_number is 34,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-05T16:04:28.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 34 2023-12-05T16:04:28.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: fd2e3612-8456-4a28-81a7-f6c86935efae 2023-12-05T16:04:28.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701792268295896, "job": 1, "event": "recovery_started", "wal_files": [34]} 2023-12-05T16:04:28.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.289+0000 7fc99c7b2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #34 mode 2 2023-12-05T16:04:28.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.293+0000 7fc99c7b2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701792268297310, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 39, "file_size": 107205, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 16911, "largest_seqno": 17041, "table_properties": {"data_size": 105652, "index_size": 285, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 261, "raw_key_size": 2197, "raw_average_key_size": 27, "raw_value_size": 103921, "raw_average_value_size": 1299, "num_data_blocks": 13, "num_entries": 80, "num_filter_entries": 80, "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": 1701792268, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "fd2e3612-8456-4a28-81a7-f6c86935efae", "db_session_id": "H5XD395C5H4EZ3N65MUT", "orig_file_number": 39, "seqno_to_time_mapping": "N/A"}} 2023-12-05T16:04:28.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.293+0000 7fc99c7b2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701792268297534, "job": 1, "event": "recovery_finished"} 2023-12-05T16:04:28.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.293+0000 7fc99c7b2c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 41 2023-12-05T16:04:28.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.293+0000 7fc99c7b2c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-05T16:04:28.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.297+0000 7fc99c7b2c80 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 2023-12-05T16:04:28.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.297+0000 7fc99c7b2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55cb37e68000 2023-12-05T16:04:28.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.297+0000 7fc99c7b2c80 4 rocksdb: DB pointer 0x55cb37e56000 2023-12-05T16:04:28.640 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.297+0000 7fc98af6d700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-05T16:04:28.640 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.297+0000 7fc98af6d700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-05T16:04:28.640 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: ** DB Stats ** 2023-12-05T16:04:28.640 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T16:04:28.640 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-05T16:04:28.640 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T16:04:28.640 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T16:04:28.640 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-05T16:04:28.640 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T16:04:28.640 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T16:04:28.640 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: ** Compaction Stats [default] ** 2023-12-05T16:04:28.640 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-05T16:04:28.640 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-05T16:04:28.640 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: L0 1/0 104.69 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 100.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-05T16:04:28.640 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: L6 1/0 10.23 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2023-12-05T16:04:28.640 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Sum 2/0 10.33 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 100.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-05T16:04:28.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 100.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-05T16:04:28.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: ** Compaction Stats [default] ** 2023-12-05T16:04:28.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-05T16:04:28.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T16:04:28.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 100.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-05T16:04:28.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-05T16:04:28.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T16:04:28.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T16:04:28.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T16:04:28.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T16:04:28.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T16:04:28.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: AddFile(Keys): cumulative 0, interval 0 2023-12-05T16:04:28.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Cumulative compaction: 0.00 GB write, 15.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T16:04:28.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Interval compaction: 0.00 GB write, 15.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T16:04:28.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-05T16:04:28.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Block cache BinnedLRUCache@0x55cb37dc9090#7 capacity: 512.00 MB usage: 0.67 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2023-12-05T16:04:28.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: Block cache entry stats(count,size,portion): FilterBlock(1,0.31 KB,5.96046e-05%) IndexBlock(1,0.36 KB,6.85453e-05%) Misc(1,0.00 KB,0%) 2023-12-05T16:04:28.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: ** File Read Latency Histogram By Level [default] ** 2023-12-05T16:04:28.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.297+0000 7fc99c7b2c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] at bind addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T16:04:28.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.301+0000 7fc99c7b2c80 1 mon.a@-1(???) e3 preinit fsid 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T16:04:28.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.301+0000 7fc99c7b2c80 0 mon.a@-1(???).mds e1 new map 2023-12-05T16:04:28.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.301+0000 7fc99c7b2c80 0 mon.a@-1(???).mds e1 print_map 2023-12-05T16:04:28.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: e1 2023-12-05T16:04:28.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-05T16:04:28.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-05T16:04:28.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: legacy client fscid: -1 2023-12-05T16:04:28.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: 2023-12-05T16:04:28.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: No filesystems configured 2023-12-05T16:04:28.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.301+0000 7fc99c7b2c80 0 mon.a@-1(???).osd e105 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-05T16:04:28.643 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.301+0000 7fc99c7b2c80 0 mon.a@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-05T16:04:28.643 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.301+0000 7fc99c7b2c80 0 mon.a@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-05T16:04:28.643 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.301+0000 7fc99c7b2c80 0 mon.a@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2023-12-05T16:04:28.643 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:28 smithi016 bash[64648]: debug 2023-12-05T16:04:28.301+0000 7fc99c7b2c80 1 mon.a@-1(???).paxosservice(auth 1..23) refresh upgraded, format 0 -> 3 2023-12-05T16:04:29.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:04:28 smithi038 bash[49134]: ts=2023-12-05T16:04:28.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:04:30.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:29 smithi038 bash[49573]: ignoring --setuser ceph since I am not root 2023-12-05T16:04:30.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:29 smithi038 bash[49573]: ignoring --setgroup ceph since I am not root 2023-12-05T16:04:30.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:29 smithi038 bash[49573]: debug 2023-12-05T16:04:29.815+0000 7f6a9e002700 1 -- 172.21.15.38:0/1752606021 <== mon.1 v2:172.21.15.16:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e99aa0e1a0 con 0x55e99b78a400 2023-12-05T16:04:30.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:29 smithi038 bash[49573]: debug 2023-12-05T16:04:29.987+0000 7f6aa7d8a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T16:04:30.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:29 smithi038 bash[25002]: audit 2023-12-05T16:04:26.302788+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T16:04:30.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:29 smithi038 bash[25002]: audit 2023-12-05T16:04:26.304712+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T16:04:30.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:29 smithi038 bash[25002]: audit 2023-12-05T16:04:26.305109+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T16:04:30.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:29 smithi038 bash[25002]: cluster 2023-12-05T16:04:27.800286+0000 mgr.y (mgr.15402) 70 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:04:30.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:29 smithi038 bash[25002]: cluster 2023-12-05T16:04:28.518532+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-05T16:04:30.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:29 smithi038 bash[25002]: cluster 2023-12-05T16:04:29.728596+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T16:04:30.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:29 smithi038 bash[25002]: cluster 2023-12-05T16:04:29.737648+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],b=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T16:04:30.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:29 smithi038 bash[25002]: cluster 2023-12-05T16:04:29.738726+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-05T16:04:30.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:29 smithi038 bash[25002]: cluster 2023-12-05T16:04:29.738801+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-05T16:04:30.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:29 smithi038 bash[25002]: cluster 2023-12-05T16:04:29.740739+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e32: y(active, since 60s), standbys: x 2023-12-05T16:04:30.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:29 smithi038 bash[25002]: audit 2023-12-05T16:04:29.757811+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.15402 ' entity='' 2023-12-05T16:04:30.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:29 smithi038 bash[25002]: cluster 2023-12-05T16:04:29.760001+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e33: y(active, since 60s), standbys: x 2023-12-05T16:04:30.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:29 smithi038 bash[25002]: cluster 2023-12-05T16:04:29.760101+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-05T16:04:30.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[61294]: ignoring --setuser ceph since I am not root 2023-12-05T16:04:30.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[61294]: ignoring --setgroup ceph since I am not root 2023-12-05T16:04:30.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[61294]: debug 2023-12-05T16:04:29.816+0000 7feabd033700 1 -- 172.21.15.16:0/3088299771 <== mon.0 v2:172.21.15.16:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5592c46c21a0 con 0x5592c543e400 2023-12-05T16:04:30.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[61294]: debug 2023-12-05T16:04:29.976+0000 7feac6dbb200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-05T16:04:30.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[64648]: audit 2023-12-05T16:04:26.302788+0000 mon.c (mon.1) 65 : audit 0 from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T16:04:30.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[64648]: audit 2023-12-05T16:04:26.304712+0000 mon.c (mon.1) 66 : audit 0 from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T16:04:30.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[64648]: audit 2023-12-05T16:04:26.305109+0000 mon.c (mon.1) 67 : audit 0 from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T16:04:30.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[64648]: cluster 2023-12-05T16:04:27.800286+0000 mgr.y (mgr.15402) 70 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:04:30.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[64648]: cluster 2023-12-05T16:04:28.518532+0000 mon.a (mon.0) 1 : cluster 1 mon.a calling monitor election 2023-12-05T16:04:30.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[64648]: cluster 2023-12-05T16:04:29.728596+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T16:04:30.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[64648]: cluster 2023-12-05T16:04:29.737648+0000 mon.a (mon.0) 3 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],b=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T16:04:30.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[64648]: cluster 2023-12-05T16:04:29.738726+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2023-12-05T16:04:30.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[64648]: cluster 2023-12-05T16:04:29.738801+0000 mon.a (mon.0) 5 : cluster 0 osdmap e105: 8 total, 8 up, 8 in 2023-12-05T16:04:30.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[64648]: cluster 2023-12-05T16:04:29.740739+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e32: y(active, since 60s), standbys: x 2023-12-05T16:04:30.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[64648]: audit 2023-12-05T16:04:29.757811+0000 mon.a (mon.0) 7 : audit 1 from='mgr.15402 ' entity='' 2023-12-05T16:04:30.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[64648]: cluster 2023-12-05T16:04:29.760001+0000 mon.a (mon.0) 8 : cluster 0 mgrmap e33: y(active, since 60s), standbys: x 2023-12-05T16:04:30.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[64648]: cluster 2023-12-05T16:04:29.760101+0000 mon.a (mon.0) 9 : cluster 1 overall HEALTH_OK 2023-12-05T16:04:30.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[30458]: audit 2023-12-05T16:04:26.302788+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T16:04:30.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[30458]: audit 2023-12-05T16:04:26.304712+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T16:04:30.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[30458]: audit 2023-12-05T16:04:26.305109+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.15402 172.21.15.16:0/483155926' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T16:04:30.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[30458]: cluster 2023-12-05T16:04:27.800286+0000 mgr.y (mgr.15402) 70 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:04:30.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[30458]: cluster 2023-12-05T16:04:28.518532+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-05T16:04:30.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[30458]: cluster 2023-12-05T16:04:29.728596+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T16:04:30.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[30458]: cluster 2023-12-05T16:04:29.737648+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],b=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T16:04:30.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[30458]: cluster 2023-12-05T16:04:29.738726+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-05T16:04:30.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[30458]: cluster 2023-12-05T16:04:29.738801+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2023-12-05T16:04:30.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[30458]: cluster 2023-12-05T16:04:29.740739+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e32: y(active, since 60s), standbys: x 2023-12-05T16:04:30.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[30458]: audit 2023-12-05T16:04:29.757811+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.15402 ' entity='' 2023-12-05T16:04:30.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[30458]: cluster 2023-12-05T16:04:29.760001+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e33: y(active, since 60s), standbys: x 2023-12-05T16:04:30.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:29 smithi016 bash[30458]: cluster 2023-12-05T16:04:29.760101+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-05T16:04:31.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:30 smithi038 bash[49573]: debug 2023-12-05T16:04:30.923+0000 7f6aa7d8a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-05T16:04:31.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:31 smithi038 bash[49573]: debug 2023-12-05T16:04:31.027+0000 7f6aa7d8a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T16:04:31.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:31 smithi038 bash[49573]: debug 2023-12-05T16:04:31.131+0000 7f6aa7d8a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T16:04:31.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:30 smithi016 bash[61294]: debug 2023-12-05T16:04:30.928+0000 7feac6dbb200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-05T16:04:31.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:31 smithi016 bash[61294]: debug 2023-12-05T16:04:31.032+0000 7feac6dbb200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-05T16:04:31.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:31 smithi016 bash[61294]: debug 2023-12-05T16:04:31.136+0000 7feac6dbb200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-05T16:04:31.763 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:31 smithi016 bash[61294]: debug 2023-12-05T16:04:31.412+0000 7feac6dbb200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T16:04:31.764 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:31 smithi038 bash[49573]: debug 2023-12-05T16:04:31.407+0000 7f6aa7d8a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-05T16:04:31.764 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:31 smithi016 bash[30458]: cluster 2023-12-05T16:04:30.763513+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e34: y(active, since 61s), standbys: x 2023-12-05T16:04:32.088 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:31 smithi038 bash[49573]: debug 2023-12-05T16:04:31.775+0000 7f6aa7d8a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T16:04:32.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:31 smithi038 bash[49573]: debug 2023-12-05T16:04:31.935+0000 7f6aa7d8a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T16:04:32.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:31 smithi038 bash[25002]: cluster 2023-12-05T16:04:30.763513+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e34: y(active, since 61s), standbys: x 2023-12-05T16:04:32.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:31 smithi016 bash[64648]: cluster 2023-12-05T16:04:30.763513+0000 mon.a (mon.0) 10 : cluster 0 mgrmap e34: y(active, since 61s), standbys: x 2023-12-05T16:04:32.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:31 smithi016 bash[61294]: debug 2023-12-05T16:04:31.780+0000 7feac6dbb200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-05T16:04:32.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:31 smithi016 bash[61294]: debug 2023-12-05T16:04:31.944+0000 7feac6dbb200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-05T16:04:32.588 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:32 smithi038 bash[49573]: debug 2023-12-05T16:04:32.155+0000 7f6aa7d8a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T16:04:32.620 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:32 smithi016 bash[61294]: debug 2023-12-05T16:04:32.160+0000 7feac6dbb200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-05T16:04:33.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:33 smithi038 bash[49573]: debug 2023-12-05T16:04:33.195+0000 7f6aa7d8a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T16:04:33.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:33 smithi038 bash[49573]: debug 2023-12-05T16:04:33.307+0000 7f6aa7d8a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T16:04:33.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:33 smithi038 bash[49573]: debug 2023-12-05T16:04:33.431+0000 7f6aa7d8a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T16:04:33.620 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:33 smithi016 bash[61294]: debug 2023-12-05T16:04:33.200+0000 7feac6dbb200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-05T16:04:33.620 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:33 smithi016 bash[61294]: debug 2023-12-05T16:04:33.316+0000 7feac6dbb200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-05T16:04:33.620 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:33 smithi016 bash[61294]: debug 2023-12-05T16:04:33.436+0000 7feac6dbb200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-05T16:04:34.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:33 smithi038 bash[49573]: debug 2023-12-05T16:04:33.919+0000 7f6aa7d8a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T16:04:34.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:34 smithi038 bash[49573]: debug 2023-12-05T16:04:34.147+0000 7f6aa7d8a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T16:04:34.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:33 smithi016 bash[61294]: debug 2023-12-05T16:04:33.928+0000 7feac6dbb200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-05T16:04:34.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:34 smithi016 bash[61294]: debug 2023-12-05T16:04:34.156+0000 7feac6dbb200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-05T16:04:35.088 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:34 smithi038 bash[49573]: debug 2023-12-05T16:04:34.619+0000 7f6aa7d8a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T16:04:35.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:34 smithi016 bash[61294]: debug 2023-12-05T16:04:34.624+0000 7feac6dbb200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-05T16:04:35.589 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:35 smithi038 bash[49573]: debug 2023-12-05T16:04:35.119+0000 7f6aa7d8a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T16:04:35.620 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:35 smithi016 bash[61294]: debug 2023-12-05T16:04:35.132+0000 7feac6dbb200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-05T16:04:36.088 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:35 smithi038 bash[49573]: debug 2023-12-05T16:04:35.691+0000 7f6aa7d8a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T16:04:36.089 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:35 smithi038 bash[49573]: debug 2023-12-05T16:04:35.807+0000 7f6aa7d8a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T16:04:36.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:35 smithi016 bash[61294]: debug 2023-12-05T16:04:35.708+0000 7feac6dbb200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-05T16:04:36.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:35 smithi016 bash[61294]: debug 2023-12-05T16:04:35.820+0000 7feac6dbb200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-05T16:04:36.433 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:36 smithi038 bash[49573]: debug 2023-12-05T16:04:36.163+0000 7f6aa7d8a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T16:04:36.433 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:36 smithi038 bash[49573]: debug 2023-12-05T16:04:36.279+0000 7f6aa7d8a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T16:04:36.449 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:36 smithi016 bash[61294]: debug 2023-12-05T16:04:36.172+0000 7feac6dbb200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-05T16:04:36.449 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:36 smithi016 bash[61294]: debug 2023-12-05T16:04:36.292+0000 7feac6dbb200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-05T16:04:36.839 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:36 smithi038 bash[49573]: debug 2023-12-05T16:04:36.427+0000 7f6aa7d8a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T16:04:36.839 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:36 smithi038 bash[49573]: debug 2023-12-05T16:04:36.543+0000 7f6aa7d8a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T16:04:36.839 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:36 smithi038 bash[49573]: debug 2023-12-05T16:04:36.671+0000 7f6aa7d8a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T16:04:36.870 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:36 smithi016 bash[61294]: debug 2023-12-05T16:04:36.436+0000 7feac6dbb200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-05T16:04:36.870 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:36 smithi016 bash[61294]: debug 2023-12-05T16:04:36.556+0000 7feac6dbb200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-05T16:04:36.870 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:36 smithi016 bash[61294]: debug 2023-12-05T16:04:36.684+0000 7feac6dbb200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-05T16:04:37.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:36 smithi038 bash[49573]: debug 2023-12-05T16:04:36.867+0000 7f6aa7d8a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T16:04:37.339 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:36 smithi038 bash[49573]: debug 2023-12-05T16:04:36.995+0000 7f6aa7d8a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T16:04:37.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:36 smithi016 bash[61294]: debug 2023-12-05T16:04:36.880+0000 7feac6dbb200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-05T16:04:37.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:37 smithi016 bash[61294]: debug 2023-12-05T16:04:37.012+0000 7feac6dbb200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-05T16:04:38.544 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:38 smithi038 bash[49573]: debug 2023-12-05T16:04:38.267+0000 7f6aa7d8a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T16:04:38.544 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:38 smithi038 bash[49573]: [05/Dec/2023:16:04:38] ENGINE Bus STARTING 2023-12-05T16:04:38.545 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:38 smithi038 bash[49573]: CherryPy Checker: 2023-12-05T16:04:38.545 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:38 smithi038 bash[49573]: The Application mounted at '' has an empty config. 2023-12-05T16:04:38.545 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:38 smithi038 bash[49573]: [05/Dec/2023:16:04:38] ENGINE Serving on http://:::9283 2023-12-05T16:04:38.545 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:04:38 smithi038 bash[49573]: [05/Dec/2023:16:04:38] ENGINE Bus STARTED 2023-12-05T16:04:38.545 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:38 smithi038 bash[25002]: debug 2023-12-05T16:04:38.323+0000 7fe7c382d700 -1 mon.b@2(peon).osd e106 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-05T16:04:38.545 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:38 smithi038 bash[25002]: cluster 2023-12-05T16:04:38.290745+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T16:04:38.545 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:38 smithi038 bash[25002]: cluster 2023-12-05T16:04:38.290873+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2023-12-05T16:04:38.545 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:38 smithi038 bash[25002]: audit 2023-12-05T16:04:38.299554+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.? 172.21.15.38:0/3532671244' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T16:04:38.546 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:38 smithi038 bash[25002]: audit 2023-12-05T16:04:38.301747+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.? 172.21.15.38:0/3532671244' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:04:38.546 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:38 smithi038 bash[25002]: audit 2023-12-05T16:04:38.306432+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.? 172.21.15.38:0/3532671244' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T16:04:38.546 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:38 smithi038 bash[25002]: audit 2023-12-05T16:04:38.307217+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.? 172.21.15.38:0/3532671244' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:04:38.546 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:38 smithi038 bash[25002]: cluster 2023-12-05T16:04:38.315075+0000 mon.a (mon.0) 13 : cluster [INF] Active manager daemon y restarted 2023-12-05T16:04:38.546 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:38 smithi038 bash[25002]: cluster 2023-12-05T16:04:38.316301+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon y 2023-12-05T16:04:38.546 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:38 smithi038 bash[25002]: cluster 2023-12-05T16:04:38.333041+0000 mon.a (mon.0) 15 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2023-12-05T16:04:38.546 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:38 smithi038 bash[25002]: cluster 2023-12-05T16:04:38.333554+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e35: y(active, starting, since 0.0176703s), standbys: x 2023-12-05T16:04:38.582 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[61294]: debug 2023-12-05T16:04:38.284+0000 7feac6dbb200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-05T16:04:38.582 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[61294]: [05/Dec/2023:16:04:38] ENGINE Bus STARTING 2023-12-05T16:04:38.582 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[64648]: cluster 2023-12-05T16:04:38.290745+0000 mon.a (mon.0) 11 : cluster 0 Standby manager daemon x restarted 2023-12-05T16:04:38.583 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[64648]: cluster 2023-12-05T16:04:38.290873+0000 mon.a (mon.0) 12 : cluster 0 Standby manager daemon x started 2023-12-05T16:04:38.583 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[64648]: audit 2023-12-05T16:04:38.299554+0000 mon.b (mon.2) 191 : audit 0 from='mgr.? 172.21.15.38:0/3532671244' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T16:04:38.583 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[64648]: audit 2023-12-05T16:04:38.301747+0000 mon.b (mon.2) 192 : audit 0 from='mgr.? 172.21.15.38:0/3532671244' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:04:38.583 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[64648]: audit 2023-12-05T16:04:38.306432+0000 mon.b (mon.2) 193 : audit 0 from='mgr.? 172.21.15.38:0/3532671244' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T16:04:38.583 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[64648]: audit 2023-12-05T16:04:38.307217+0000 mon.b (mon.2) 194 : audit 0 from='mgr.? 172.21.15.38:0/3532671244' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:04:38.583 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[64648]: cluster 2023-12-05T16:04:38.315075+0000 mon.a (mon.0) 13 : cluster 1 Active manager daemon y restarted 2023-12-05T16:04:38.583 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[64648]: cluster 2023-12-05T16:04:38.316301+0000 mon.a (mon.0) 14 : cluster 1 Activating manager daemon y 2023-12-05T16:04:38.583 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[64648]: cluster 2023-12-05T16:04:38.333041+0000 mon.a (mon.0) 15 : cluster 0 osdmap e106: 8 total, 8 up, 8 in 2023-12-05T16:04:38.583 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[64648]: cluster 2023-12-05T16:04:38.333554+0000 mon.a (mon.0) 16 : cluster 0 mgrmap e35: y(active, starting, since 0.0176703s), standbys: x 2023-12-05T16:04:38.584 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[30458]: debug 2023-12-05T16:04:38.320+0000 7f4208e64700 -1 mon.c@1(peon).osd e106 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-05T16:04:38.584 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[30458]: cluster 2023-12-05T16:04:38.290745+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2023-12-05T16:04:38.584 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[30458]: cluster 2023-12-05T16:04:38.290873+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2023-12-05T16:04:38.584 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[30458]: audit 2023-12-05T16:04:38.299554+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.? 172.21.15.38:0/3532671244' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-05T16:04:38.584 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[30458]: audit 2023-12-05T16:04:38.301747+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.? 172.21.15.38:0/3532671244' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:04:38.584 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[30458]: audit 2023-12-05T16:04:38.306432+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.? 172.21.15.38:0/3532671244' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-05T16:04:38.584 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[30458]: audit 2023-12-05T16:04:38.307217+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.? 172.21.15.38:0/3532671244' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:04:38.584 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[30458]: cluster 2023-12-05T16:04:38.315075+0000 mon.a (mon.0) 13 : cluster [INF] Active manager daemon y restarted 2023-12-05T16:04:38.584 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[30458]: cluster 2023-12-05T16:04:38.316301+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon y 2023-12-05T16:04:38.584 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[30458]: cluster 2023-12-05T16:04:38.333041+0000 mon.a (mon.0) 15 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2023-12-05T16:04:38.585 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[30458]: cluster 2023-12-05T16:04:38.333554+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e35: y(active, starting, since 0.0176703s), standbys: x 2023-12-05T16:04:38.870 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[61294]: CherryPy Checker: 2023-12-05T16:04:38.871 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[61294]: The Application mounted at '' has an empty config. 2023-12-05T16:04:38.871 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[61294]: [05/Dec/2023:16:04:38] ENGINE Serving on http://:::9283 2023-12-05T16:04:38.871 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:38 smithi016 bash[61294]: [05/Dec/2023:16:04:38] ENGINE Bus STARTED 2023-12-05T16:04:39.620 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[61294]: debug 2023-12-05T16:04:39.376+0000 7fea8ec1b700 -1 mgr.server handle_report got status from non-daemon mon.a 2023-12-05T16:04:39.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: cluster 2023-12-05T16:04:38.334527+0000 osd.6 (osd.6) 3 : cluster [WRN] failed to encode map e106 with expected crc 2023-12-05T16:04:39.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: cluster 2023-12-05T16:04:38.340021+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e106 with expected crc 2023-12-05T16:04:39.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.343964+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T16:04:39.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.344128+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T16:04:39.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.344413+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T16:04:39.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.346122+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T16:04:39.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.346274+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T16:04:39.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.346573+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:04:39.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.346729+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:04:39.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.346950+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:04:39.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.347194+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:04:39.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.353140+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:04:39.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.353495+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:04:39.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.353837+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:04:39.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.354199+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:04:39.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.354564+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T16:04:39.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.354846+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T16:04:39.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.355420+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T16:04:39.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: cluster 2023-12-05T16:04:38.367071+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2023-12-05T16:04:39.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: cluster 2023-12-05T16:04:38.393845+0000 osd.4 (osd.4) 3 : cluster [WRN] failed to encode map e106 with expected crc 2023-12-05T16:04:39.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.417293+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:04:39.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.462519+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:04:39.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.479613+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:04:39.624 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.480207+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.34107 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:04:39.624 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: cluster 2023-12-05T16:04:38.516213+0000 osd.0 (osd.0) 3 : cluster [WRN] failed to encode map e106 with expected crc 2023-12-05T16:04:39.624 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: cluster 2023-12-05T16:04:38.523223+0000 osd.3 (osd.3) 3 : cluster [WRN] failed to encode map e106 with expected crc 2023-12-05T16:04:39.624 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.530694+0000 mon.c (mon.1) 87 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T16:04:39.624 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: audit 2023-12-05T16:04:38.531136+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.34107 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T16:04:39.624 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[30458]: cluster 2023-12-05T16:04:38.694183+0000 osd.5 (osd.5) 3 : cluster [WRN] failed to encode map e106 with expected crc 2023-12-05T16:04:39.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: cluster 2023-12-05T16:04:38.334527+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T16:04:39.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: cluster 2023-12-05T16:04:38.340021+0000 osd.7 (osd.7) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T16:04:39.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.343964+0000 mon.c (mon.1) 68 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T16:04:39.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.344128+0000 mon.c (mon.1) 69 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T16:04:39.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.344413+0000 mon.c (mon.1) 70 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T16:04:39.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.346122+0000 mon.c (mon.1) 71 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T16:04:39.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.346274+0000 mon.c (mon.1) 72 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T16:04:39.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.346573+0000 mon.c (mon.1) 73 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:04:39.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.346729+0000 mon.c (mon.1) 74 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:04:39.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.346950+0000 mon.c (mon.1) 75 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:04:39.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.347194+0000 mon.c (mon.1) 76 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:04:39.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.353140+0000 mon.c (mon.1) 77 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:04:39.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.353495+0000 mon.c (mon.1) 78 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:04:39.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.353837+0000 mon.c (mon.1) 79 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:04:39.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.354199+0000 mon.c (mon.1) 80 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:04:39.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.354564+0000 mon.c (mon.1) 81 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T16:04:39.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.354846+0000 mon.c (mon.1) 82 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T16:04:39.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.355420+0000 mon.c (mon.1) 83 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T16:04:39.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: cluster 2023-12-05T16:04:38.367071+0000 mon.a (mon.0) 17 : cluster 1 Manager daemon y is now available 2023-12-05T16:04:39.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: cluster 2023-12-05T16:04:38.393845+0000 osd.4 (osd.4) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T16:04:39.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.417293+0000 mon.c (mon.1) 84 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:04:39.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.462519+0000 mon.c (mon.1) 85 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:04:39.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.479613+0000 mon.c (mon.1) 86 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:04:39.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.480207+0000 mon.a (mon.0) 18 : audit 1 from='mgr.34107 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:04:39.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: cluster 2023-12-05T16:04:38.516213+0000 osd.0 (osd.0) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T16:04:39.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: cluster 2023-12-05T16:04:38.523223+0000 osd.3 (osd.3) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T16:04:39.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.530694+0000 mon.c (mon.1) 87 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T16:04:39.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: audit 2023-12-05T16:04:38.531136+0000 mon.a (mon.0) 19 : audit 1 from='mgr.34107 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T16:04:39.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:39 smithi016 bash[64648]: cluster 2023-12-05T16:04:38.694183+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T16:04:39.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: cluster 2023-12-05T16:04:38.334527+0000 osd.6 (osd.6) 3 : cluster [WRN] failed to encode map e106 with expected crc 2023-12-05T16:04:39.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: cluster 2023-12-05T16:04:38.340021+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e106 with expected crc 2023-12-05T16:04:39.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.343964+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T16:04:39.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.344128+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T16:04:39.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.344413+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T16:04:39.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.346122+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-05T16:04:39.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.346274+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-05T16:04:39.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.346573+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:04:39.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.346729+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:04:39.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.346950+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:04:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.347194+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:04:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.353140+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:04:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.353495+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:04:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.353837+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:04:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.354199+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:04:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.354564+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T16:04:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.354846+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T16:04:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.355420+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T16:04:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: cluster 2023-12-05T16:04:38.367071+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2023-12-05T16:04:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: cluster 2023-12-05T16:04:38.393845+0000 osd.4 (osd.4) 3 : cluster [WRN] failed to encode map e106 with expected crc 2023-12-05T16:04:39.842 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.417293+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:04:39.842 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.462519+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:04:39.842 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.479613+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:04:39.842 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.480207+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.34107 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:04:39.842 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: cluster 2023-12-05T16:04:38.516213+0000 osd.0 (osd.0) 3 : cluster [WRN] failed to encode map e106 with expected crc 2023-12-05T16:04:39.842 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: cluster 2023-12-05T16:04:38.523223+0000 osd.3 (osd.3) 3 : cluster [WRN] failed to encode map e106 with expected crc 2023-12-05T16:04:39.842 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.530694+0000 mon.c (mon.1) 87 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T16:04:39.842 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: audit 2023-12-05T16:04:38.531136+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.34107 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-05T16:04:39.842 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:39 smithi038 bash[25002]: cluster 2023-12-05T16:04:38.694183+0000 osd.5 (osd.5) 3 : cluster [WRN] failed to encode map e106 with expected crc 2023-12-05T16:04:40.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:40 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:04:40] "GET /metrics HTTP/1.1" 200 35354 "" "Prometheus/2.33.4" 2023-12-05T16:04:40.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:40 smithi038 bash[25002]: cluster 2023-12-05T16:04:38.692491+0000 osd.1 (osd.1) 3 : cluster [WRN] failed to encode map e106 with expected crc 2023-12-05T16:04:40.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:40 smithi038 bash[25002]: cluster 2023-12-05T16:04:39.366830+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e36: y(active, since 1.05094s), standbys: x 2023-12-05T16:04:40.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:40 smithi038 bash[25002]: audit 2023-12-05T16:04:39.378120+0000 mgr.y (mgr.34107) 1 : audit [DBG] from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:04:40.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:40 smithi038 bash[25002]: cluster 2023-12-05T16:04:39.383925+0000 mgr.y (mgr.34107) 2 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:04:40.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:40 smithi016 bash[30458]: cluster 2023-12-05T16:04:38.692491+0000 osd.1 (osd.1) 3 : cluster [WRN] failed to encode map e106 with expected crc 2023-12-05T16:04:40.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:40 smithi016 bash[30458]: cluster 2023-12-05T16:04:39.366830+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e36: y(active, since 1.05094s), standbys: x 2023-12-05T16:04:40.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:40 smithi016 bash[30458]: audit 2023-12-05T16:04:39.378120+0000 mgr.y (mgr.34107) 1 : audit [DBG] from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:04:40.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:40 smithi016 bash[30458]: cluster 2023-12-05T16:04:39.383925+0000 mgr.y (mgr.34107) 2 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:04:40.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:40 smithi016 bash[64648]: cluster 2023-12-05T16:04:38.692491+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-05T16:04:40.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:40 smithi016 bash[64648]: cluster 2023-12-05T16:04:39.366830+0000 mon.a (mon.0) 20 : cluster 0 mgrmap e36: y(active, since 1.05094s), standbys: x 2023-12-05T16:04:40.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:40 smithi016 bash[64648]: audit 2023-12-05T16:04:39.378120+0000 mgr.y (mgr.34107) 1 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:04:40.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:40 smithi016 bash[64648]: cluster 2023-12-05T16:04:39.383925+0000 mgr.y (mgr.34107) 2 : cluster 0 pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:04:41.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:41 smithi038 bash[25002]: cephadm 2023-12-05T16:04:40.341690+0000 mgr.y (mgr.34107) 3 : cephadm [INF] [05/Dec/2023:16:04:40] ENGINE Bus STARTING 2023-12-05T16:04:41.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:41 smithi038 bash[25002]: cluster 2023-12-05T16:04:40.348882+0000 mgr.y (mgr.34107) 4 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:04:41.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:41 smithi038 bash[25002]: cluster 2023-12-05T16:04:40.380446+0000 mon.a (mon.0) 21 : cluster [DBG] mgrmap e37: y(active, since 2s), standbys: x 2023-12-05T16:04:41.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:41 smithi038 bash[25002]: cephadm 2023-12-05T16:04:40.469707+0000 mgr.y (mgr.34107) 5 : cephadm [INF] [05/Dec/2023:16:04:40] ENGINE Serving on https://172.21.15.16:7150 2023-12-05T16:04:41.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:41 smithi038 bash[25002]: cephadm 2023-12-05T16:04:40.571982+0000 mgr.y (mgr.34107) 6 : cephadm [INF] [05/Dec/2023:16:04:40] ENGINE Serving on http://172.21.15.16:8765 2023-12-05T16:04:41.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:41 smithi038 bash[25002]: cephadm 2023-12-05T16:04:40.572526+0000 mgr.y (mgr.34107) 7 : cephadm [INF] [05/Dec/2023:16:04:40] ENGINE Bus STARTED 2023-12-05T16:04:41.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:41 smithi016 bash[64648]: cephadm 2023-12-05T16:04:40.341690+0000 mgr.y (mgr.34107) 3 : cephadm 1 [05/Dec/2023:16:04:40] ENGINE Bus STARTING 2023-12-05T16:04:41.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:41 smithi016 bash[64648]: cluster 2023-12-05T16:04:40.348882+0000 mgr.y (mgr.34107) 4 : cluster 0 pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:04:41.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:41 smithi016 bash[64648]: cluster 2023-12-05T16:04:40.380446+0000 mon.a (mon.0) 21 : cluster 0 mgrmap e37: y(active, since 2s), standbys: x 2023-12-05T16:04:41.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:41 smithi016 bash[64648]: cephadm 2023-12-05T16:04:40.469707+0000 mgr.y (mgr.34107) 5 : cephadm 1 [05/Dec/2023:16:04:40] ENGINE Serving on https://172.21.15.16:7150 2023-12-05T16:04:41.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:41 smithi016 bash[64648]: cephadm 2023-12-05T16:04:40.571982+0000 mgr.y (mgr.34107) 6 : cephadm 1 [05/Dec/2023:16:04:40] ENGINE Serving on http://172.21.15.16:8765 2023-12-05T16:04:41.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:41 smithi016 bash[64648]: cephadm 2023-12-05T16:04:40.572526+0000 mgr.y (mgr.34107) 7 : cephadm 1 [05/Dec/2023:16:04:40] ENGINE Bus STARTED 2023-12-05T16:04:41.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:41 smithi016 bash[30458]: cephadm 2023-12-05T16:04:40.341690+0000 mgr.y (mgr.34107) 3 : cephadm [INF] [05/Dec/2023:16:04:40] ENGINE Bus STARTING 2023-12-05T16:04:41.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:41 smithi016 bash[30458]: cluster 2023-12-05T16:04:40.348882+0000 mgr.y (mgr.34107) 4 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:04:41.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:41 smithi016 bash[30458]: cluster 2023-12-05T16:04:40.380446+0000 mon.a (mon.0) 21 : cluster [DBG] mgrmap e37: y(active, since 2s), standbys: x 2023-12-05T16:04:41.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:41 smithi016 bash[30458]: cephadm 2023-12-05T16:04:40.469707+0000 mgr.y (mgr.34107) 5 : cephadm [INF] [05/Dec/2023:16:04:40] ENGINE Serving on https://172.21.15.16:7150 2023-12-05T16:04:41.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:41 smithi016 bash[30458]: cephadm 2023-12-05T16:04:40.571982+0000 mgr.y (mgr.34107) 6 : cephadm [INF] [05/Dec/2023:16:04:40] ENGINE Serving on http://172.21.15.16:8765 2023-12-05T16:04:41.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:41 smithi016 bash[30458]: cephadm 2023-12-05T16:04:40.572526+0000 mgr.y (mgr.34107) 7 : cephadm [INF] [05/Dec/2023:16:04:40] ENGINE Bus STARTED 2023-12-05T16:04:43.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:43 smithi038 bash[25002]: cluster 2023-12-05T16:04:42.349515+0000 mgr.y (mgr.34107) 8 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:04:43.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:43 smithi038 bash[25002]: cluster 2023-12-05T16:04:42.392291+0000 mon.a (mon.0) 22 : cluster [DBG] mgrmap e38: y(active, since 4s), standbys: x 2023-12-05T16:04:43.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:43 smithi016 bash[64648]: cluster 2023-12-05T16:04:42.349515+0000 mgr.y (mgr.34107) 8 : cluster 0 pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:04:43.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:43 smithi016 bash[64648]: cluster 2023-12-05T16:04:42.392291+0000 mon.a (mon.0) 22 : cluster 0 mgrmap e38: y(active, since 4s), standbys: x 2023-12-05T16:04:43.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:43 smithi016 bash[30458]: cluster 2023-12-05T16:04:42.349515+0000 mgr.y (mgr.34107) 8 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:04:43.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:43 smithi016 bash[30458]: cluster 2023-12-05T16:04:42.392291+0000 mon.a (mon.0) 22 : cluster [DBG] mgrmap e38: y(active, since 4s), standbys: x 2023-12-05T16:04:45.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:45 smithi038 bash[25002]: cluster 2023-12-05T16:04:44.350309+0000 mgr.y (mgr.34107) 9 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:04:45.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:45 smithi038 bash[25002]: audit 2023-12-05T16:04:45.364303+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:45.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:45 smithi038 bash[25002]: audit 2023-12-05T16:04:45.383307+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:45.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:45 smithi016 bash[64648]: cluster 2023-12-05T16:04:44.350309+0000 mgr.y (mgr.34107) 9 : cluster 0 pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:04:45.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:45 smithi016 bash[64648]: audit 2023-12-05T16:04:45.364303+0000 mon.a (mon.0) 23 : audit 1 from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:45.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:45 smithi016 bash[64648]: audit 2023-12-05T16:04:45.383307+0000 mon.a (mon.0) 24 : audit 1 from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:45.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:45 smithi016 bash[30458]: cluster 2023-12-05T16:04:44.350309+0000 mgr.y (mgr.34107) 9 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:04:45.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:45 smithi016 bash[30458]: audit 2023-12-05T16:04:45.364303+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:45.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:45 smithi016 bash[30458]: audit 2023-12-05T16:04:45.383307+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:46.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:46 smithi038 bash[25002]: audit 2023-12-05T16:04:45.409815+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:46.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:46 smithi038 bash[25002]: audit 2023-12-05T16:04:45.422599+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:46.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:46 smithi016 bash[64648]: audit 2023-12-05T16:04:45.409815+0000 mon.a (mon.0) 25 : audit 1 from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:46.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:46 smithi016 bash[64648]: audit 2023-12-05T16:04:45.422599+0000 mon.a (mon.0) 26 : audit 1 from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:46.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:46 smithi016 bash[30458]: audit 2023-12-05T16:04:45.409815+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:46.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:46 smithi016 bash[30458]: audit 2023-12-05T16:04:45.422599+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:47.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:47 smithi038 bash[25002]: cluster 2023-12-05T16:04:46.351365+0000 mgr.y (mgr.34107) 10 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-05T16:04:47.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:47 smithi038 bash[25002]: audit 2023-12-05T16:04:46.535901+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:47.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:47 smithi038 bash[25002]: audit 2023-12-05T16:04:46.541124+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:47.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:47 smithi038 bash[25002]: audit 2023-12-05T16:04:46.550196+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:47.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:47 smithi038 bash[25002]: audit 2023-12-05T16:04:46.556996+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:47.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:47 smithi016 bash[30458]: cluster 2023-12-05T16:04:46.351365+0000 mgr.y (mgr.34107) 10 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-05T16:04:47.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:47 smithi016 bash[30458]: audit 2023-12-05T16:04:46.535901+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:47.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:47 smithi016 bash[30458]: audit 2023-12-05T16:04:46.541124+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:47.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:47 smithi016 bash[30458]: audit 2023-12-05T16:04:46.550196+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:47.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:47 smithi016 bash[30458]: audit 2023-12-05T16:04:46.556996+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:47.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:47 smithi016 bash[64648]: cluster 2023-12-05T16:04:46.351365+0000 mgr.y (mgr.34107) 10 : cluster 0 pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-05T16:04:47.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:47 smithi016 bash[64648]: audit 2023-12-05T16:04:46.535901+0000 mon.a (mon.0) 27 : audit 1 from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:47.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:47 smithi016 bash[64648]: audit 2023-12-05T16:04:46.541124+0000 mon.a (mon.0) 28 : audit 1 from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:47.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:47 smithi016 bash[64648]: audit 2023-12-05T16:04:46.550196+0000 mon.a (mon.0) 29 : audit 1 from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:47.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:47 smithi016 bash[64648]: audit 2023-12-05T16:04:46.556996+0000 mon.a (mon.0) 30 : audit 1 from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:49.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:04:48 smithi038 bash[49134]: ts=2023-12-05T16:04:48.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:04:49.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:49 smithi038 bash[25002]: cluster 2023-12-05T16:04:48.352098+0000 mgr.y (mgr.34107) 11 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-05T16:04:49.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:49 smithi016 bash[64648]: cluster 2023-12-05T16:04:48.352098+0000 mgr.y (mgr.34107) 11 : cluster 0 pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-05T16:04:49.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:49 smithi016 bash[30458]: cluster 2023-12-05T16:04:48.352098+0000 mgr.y (mgr.34107) 11 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-05T16:04:50.348 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:04:50 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:04:50] "GET /metrics HTTP/1.1" 200 35354 "" "Prometheus/2.33.4" 2023-12-05T16:04:50.604 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:04:50.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:50 smithi016 bash[64648]: audit 2023-12-05T16:04:49.388907+0000 mgr.y (mgr.34107) 12 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:04:50.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:50 smithi016 bash[30458]: audit 2023-12-05T16:04:49.388907+0000 mgr.y (mgr.34107) 12 : audit [DBG] from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:04:50.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:50 smithi038 bash[25002]: audit 2023-12-05T16:04:49.388907+0000 mgr.y (mgr.34107) 12 : audit [DBG] from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:04:51.378 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:04:51.378 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (2m) 5s ago 9m 15.9M - 0.23.0 ba2b418f427c c48b395728e7 2023-12-05T16:04:51.378 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (106s) 6s ago 9m 43.6M - 8.3.5 dad864ee21e9 d6befc9f2bcf 2023-12-05T16:04:51.378 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (59s) 5s ago 7m 45.7M - 3.5 e1d6a67b021e bbc51b2e3d6d 2023-12-05T16:04:51.378 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283,8765 running (47s) 6s ago 15m 430M - 19.0.0-13-ge6605fb8 104f332cd0a9 d9865fd32494 2023-12-05T16:04:51.379 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:8443,9283,8765 running (100s) 5s ago 17m 469M - 19.0.0-13-ge6605fb8 104f332cd0a9 d8aa9c1870da 2023-12-05T16:04:51.379 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (24s) 5s ago 17m 32.1M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 61d4ec4cbec6 2023-12-05T16:04:51.379 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (15m) 6s ago 15m 55.7M 2048M 17.2.0 e1d6a67b021e cedaff747574 2023-12-05T16:04:51.379 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (15m) 5s ago 15m 50.7M 2048M 17.2.0 e1d6a67b021e 4aaf0f854d64 2023-12-05T16:04:51.379 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (2m) 5s ago 9m 11.2M - 1.3.1 1dbe0e931976 a7ad6c0fa35b 2023-12-05T16:04:51.379 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (2m) 6s ago 9m 10.7M - 1.3.1 1dbe0e931976 dac45ac68b6c 2023-12-05T16:04:51.379 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (14m) 5s ago 14m 58.7M 2782M 17.2.0 e1d6a67b021e 4f30dfb19a1d 2023-12-05T16:04:51.379 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (14m) 5s ago 14m 59.7M 2782M 17.2.0 e1d6a67b021e 86b3fa0a663f 2023-12-05T16:04:51.379 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (13m) 5s ago 13m 56.2M 2782M 17.2.0 e1d6a67b021e 4490977f74dc 2023-12-05T16:04:51.379 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (12m) 5s ago 12m 57.4M 2782M 17.2.0 e1d6a67b021e 715c72066f0e 2023-12-05T16:04:51.379 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (12m) 6s ago 12m 59.3M 3038M 17.2.0 e1d6a67b021e 1e5c4e736858 2023-12-05T16:04:51.379 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (11m) 6s ago 11m 55.0M 3038M 17.2.0 e1d6a67b021e 8938c96c499f 2023-12-05T16:04:51.379 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (11m) 6s ago 11m 55.3M 3038M 17.2.0 e1d6a67b021e ac02a2497ba9 2023-12-05T16:04:51.379 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (10m) 6s ago 10m 56.9M 3038M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T16:04:51.379 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (54s) 6s ago 9m 53.4M - 2.33.4 514e6a882f6e 2178b2710d9e 2023-12-05T16:04:51.380 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (7m) 5s ago 7m 86.7M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:04:51.380 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (7m) 6s ago 7m 86.8M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:04:51.380 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (7m) 5s ago 7m 86.6M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:04:51.380 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (7m) 6s ago 7m 86.5M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:04:51.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:51 smithi016 bash[30458]: cluster 2023-12-05T16:04:50.353320+0000 mgr.y (mgr.34107) 13 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-05T16:04:51.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:51 smithi016 bash[30458]: audit 2023-12-05T16:04:50.577970+0000 mgr.y (mgr.34107) 14 : audit [DBG] from='client.34137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:51.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:51 smithi016 bash[64648]: cluster 2023-12-05T16:04:50.353320+0000 mgr.y (mgr.34107) 13 : cluster 0 pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-05T16:04:51.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:51 smithi016 bash[64648]: audit 2023-12-05T16:04:50.577970+0000 mgr.y (mgr.34107) 14 : audit 0 from='client.34137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:51.730 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:51 smithi038 bash[25002]: cluster 2023-12-05T16:04:50.353320+0000 mgr.y (mgr.34107) 13 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-05T16:04:51.730 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:51 smithi038 bash[25002]: audit 2023-12-05T16:04:50.577970+0000 mgr.y (mgr.34107) 14 : audit [DBG] from='client.34137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:51.838 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:04:51.838 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:04:51.838 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-05T16:04:51.839 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:04:51.839 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:04:51.839 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:04:51.839 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:04:51.839 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:04:51.839 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:04:51.839 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:04:51.839 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:04:51.839 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:04:51.839 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:04:51.839 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:04:51.839 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:04:51.839 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2023-12-05T16:04:51.839 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T16:04:51.839 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:04:51.840 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:04:52.234 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:04:52.234 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:04:52.235 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:04:52.235 INFO:teuthology.orchestra.run.smithi016.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:04:52.235 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [ 2023-12-05T16:04:52.235 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr" 2023-12-05T16:04:52.235 INFO:teuthology.orchestra.run.smithi016.stdout: ], 2023-12-05T16:04:52.235 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "3/23 daemons upgraded", 2023-12-05T16:04:52.235 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "", 2023-12-05T16:04:52.235 INFO:teuthology.orchestra.run.smithi016.stdout: "is_paused": false 2023-12-05T16:04:52.235 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:04:52.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:52 smithi016 bash[64648]: audit 2023-12-05T16:04:50.968068+0000 mgr.y (mgr.34107) 15 : audit 0 from='client.25510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:52.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:52 smithi016 bash[64648]: audit 2023-12-05T16:04:51.348079+0000 mgr.y (mgr.34107) 16 : audit 0 from='client.25516 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:52.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:52 smithi016 bash[64648]: audit 2023-12-05T16:04:51.832851+0000 mon.a (mon.0) 31 : audit 0 from='client.? 172.21.15.16:0/3770288714' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:04:52.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:52 smithi016 bash[30458]: audit 2023-12-05T16:04:50.968068+0000 mgr.y (mgr.34107) 15 : audit [DBG] from='client.25510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:52.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:52 smithi016 bash[30458]: audit 2023-12-05T16:04:51.348079+0000 mgr.y (mgr.34107) 16 : audit [DBG] from='client.25516 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:52.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:52 smithi016 bash[30458]: audit 2023-12-05T16:04:51.832851+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.16:0/3770288714' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:04:52.634 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:52 smithi038 bash[25002]: audit 2023-12-05T16:04:50.968068+0000 mgr.y (mgr.34107) 15 : audit [DBG] from='client.25510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:52.634 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:52 smithi038 bash[25002]: audit 2023-12-05T16:04:51.348079+0000 mgr.y (mgr.34107) 16 : audit [DBG] from='client.25516 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:52.634 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:52 smithi038 bash[25002]: audit 2023-12-05T16:04:51.832851+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.16:0/3770288714' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:04:52.686 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_OK 2023-12-05T16:04:53.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:53 smithi016 bash[64648]: audit 2023-12-05T16:04:52.228388+0000 mgr.y (mgr.34107) 17 : audit 0 from='client.25528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:53.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:53 smithi016 bash[64648]: cluster 2023-12-05T16:04:52.353840+0000 mgr.y (mgr.34107) 18 : cluster 0 pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:04:53.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:53 smithi016 bash[64648]: audit 2023-12-05T16:04:52.681513+0000 mon.c (mon.1) 88 : audit 0 from='client.? 172.21.15.16:0/1028926108' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:04:53.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:53 smithi016 bash[30458]: audit 2023-12-05T16:04:52.228388+0000 mgr.y (mgr.34107) 17 : audit [DBG] from='client.25528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:53.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:53 smithi016 bash[30458]: cluster 2023-12-05T16:04:52.353840+0000 mgr.y (mgr.34107) 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 2023-12-05T16:04:53.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:53 smithi016 bash[30458]: audit 2023-12-05T16:04:52.681513+0000 mon.c (mon.1) 88 : audit [DBG] from='client.? 172.21.15.16:0/1028926108' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:04:53.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:53 smithi038 bash[25002]: audit 2023-12-05T16:04:52.228388+0000 mgr.y (mgr.34107) 17 : audit [DBG] from='client.25528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:04:53.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:53 smithi038 bash[25002]: cluster 2023-12-05T16:04:52.353840+0000 mgr.y (mgr.34107) 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 2023-12-05T16:04:53.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:53 smithi038 bash[25002]: audit 2023-12-05T16:04:52.681513+0000 mon.c (mon.1) 88 : audit [DBG] from='client.? 172.21.15.16:0/1028926108' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:04:54.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:54 smithi038 bash[25002]: audit 2023-12-05T16:04:53.464521+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:04:54.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:54 smithi016 bash[30458]: audit 2023-12-05T16:04:53.464521+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:04:54.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:54 smithi016 bash[64648]: audit 2023-12-05T16:04:53.464521+0000 mon.c (mon.1) 89 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:04:55.660 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:55 smithi038 bash[25002]: cluster 2023-12-05T16:04:54.354582+0000 mgr.y (mgr.34107) 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 2023-12-05T16:04:55.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:55 smithi016 bash[30458]: cluster 2023-12-05T16:04:54.354582+0000 mgr.y (mgr.34107) 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 2023-12-05T16:04:55.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:55 smithi016 bash[64648]: cluster 2023-12-05T16:04:54.354582+0000 mgr.y (mgr.34107) 19 : cluster 0 pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:04:57.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: audit 2023-12-05T16:04:56.354469+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: cluster 2023-12-05T16:04:56.356525+0000 mgr.y (mgr.34107) 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 2023-12-05T16:04:57.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: audit 2023-12-05T16:04:56.368393+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: audit 2023-12-05T16:04:56.371667+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:04:57.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: audit 2023-12-05T16:04:56.373351+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:04:57.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: cephadm 2023-12-05T16:04:56.375620+0000 mgr.y (mgr.34107) 21 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T16:04:57.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: cephadm 2023-12-05T16:04:56.375940+0000 mgr.y (mgr.34107) 22 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T16:04:57.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: cephadm 2023-12-05T16:04:56.591788+0000 mgr.y (mgr.34107) 23 : cephadm [INF] Updating smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:04:57.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: cephadm 2023-12-05T16:04:56.592300+0000 mgr.y (mgr.34107) 24 : cephadm [INF] Updating smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:04:57.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: cephadm 2023-12-05T16:04:56.757407+0000 mgr.y (mgr.34107) 25 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:04:57.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: cephadm 2023-12-05T16:04:56.758558+0000 mgr.y (mgr.34107) 26 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:04:57.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: audit 2023-12-05T16:04:57.096164+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: audit 2023-12-05T16:04:57.106626+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: audit 2023-12-05T16:04:57.114130+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: audit 2023-12-05T16:04:57.123976+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: audit 2023-12-05T16:04:57.133970+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: audit 2023-12-05T16:04:57.224630+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:04:57.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: audit 2023-12-05T16:04:57.228037+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:04:57.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: audit 2023-12-05T16:04:57.231503+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-05T16:04:57.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[30458]: audit 2023-12-05T16:04:57.233442+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-05T16:04:57.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: audit 2023-12-05T16:04:56.354469+0000 mon.a (mon.0) 32 : audit 1 from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: cluster 2023-12-05T16:04:56.356525+0000 mgr.y (mgr.34107) 20 : cluster 0 pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-05T16:04:57.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: audit 2023-12-05T16:04:56.368393+0000 mon.a (mon.0) 33 : audit 1 from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: audit 2023-12-05T16:04:56.371667+0000 mon.c (mon.1) 90 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:04:57.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: audit 2023-12-05T16:04:56.373351+0000 mon.c (mon.1) 91 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:04:57.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: cephadm 2023-12-05T16:04:56.375620+0000 mgr.y (mgr.34107) 21 : cephadm 1 Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T16:04:57.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: cephadm 2023-12-05T16:04:56.375940+0000 mgr.y (mgr.34107) 22 : cephadm 1 Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T16:04:57.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: cephadm 2023-12-05T16:04:56.591788+0000 mgr.y (mgr.34107) 23 : cephadm 1 Updating smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:04:57.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: cephadm 2023-12-05T16:04:56.592300+0000 mgr.y (mgr.34107) 24 : cephadm 1 Updating smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:04:57.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: cephadm 2023-12-05T16:04:56.757407+0000 mgr.y (mgr.34107) 25 : cephadm 1 Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:04:57.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: cephadm 2023-12-05T16:04:56.758558+0000 mgr.y (mgr.34107) 26 : cephadm 1 Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:04:57.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: audit 2023-12-05T16:04:57.096164+0000 mon.a (mon.0) 34 : audit 1 from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: audit 2023-12-05T16:04:57.106626+0000 mon.a (mon.0) 35 : audit 1 from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: audit 2023-12-05T16:04:57.114130+0000 mon.a (mon.0) 36 : audit 1 from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: audit 2023-12-05T16:04:57.123976+0000 mon.a (mon.0) 37 : audit 1 from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: audit 2023-12-05T16:04:57.133970+0000 mon.a (mon.0) 38 : audit 1 from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: audit 2023-12-05T16:04:57.224630+0000 mon.c (mon.1) 92 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:04:57.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: audit 2023-12-05T16:04:57.228037+0000 mon.c (mon.1) 93 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:04:57.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: audit 2023-12-05T16:04:57.231503+0000 mon.c (mon.1) 94 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-05T16:04:57.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:57 smithi016 bash[64648]: audit 2023-12-05T16:04:57.233442+0000 mon.c (mon.1) 95 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-05T16:04:57.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: audit 2023-12-05T16:04:56.354469+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: cluster 2023-12-05T16:04:56.356525+0000 mgr.y (mgr.34107) 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 2023-12-05T16:04:57.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: audit 2023-12-05T16:04:56.368393+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: audit 2023-12-05T16:04:56.371667+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:04:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: audit 2023-12-05T16:04:56.373351+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:04:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: cephadm 2023-12-05T16:04:56.375620+0000 mgr.y (mgr.34107) 21 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2023-12-05T16:04:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: cephadm 2023-12-05T16:04:56.375940+0000 mgr.y (mgr.34107) 22 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2023-12-05T16:04:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: cephadm 2023-12-05T16:04:56.591788+0000 mgr.y (mgr.34107) 23 : cephadm [INF] Updating smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:04:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: cephadm 2023-12-05T16:04:56.592300+0000 mgr.y (mgr.34107) 24 : cephadm [INF] Updating smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:04:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: cephadm 2023-12-05T16:04:56.757407+0000 mgr.y (mgr.34107) 25 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:04:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: cephadm 2023-12-05T16:04:56.758558+0000 mgr.y (mgr.34107) 26 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:04:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: audit 2023-12-05T16:04:57.096164+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: audit 2023-12-05T16:04:57.106626+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: audit 2023-12-05T16:04:57.114130+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: audit 2023-12-05T16:04:57.123976+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: audit 2023-12-05T16:04:57.133970+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:04:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: audit 2023-12-05T16:04:57.224630+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:04:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: audit 2023-12-05T16:04:57.228037+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:04:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: audit 2023-12-05T16:04:57.231503+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-05T16:04:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:57 smithi038 bash[25002]: audit 2023-12-05T16:04:57.233442+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-05T16:04:58.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:58 smithi016 bash[64648]: cephadm 2023-12-05T16:04:56.922950+0000 mgr.y (mgr.34107) 27 : cephadm 1 Updating smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:04:58.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:58 smithi016 bash[64648]: cephadm 2023-12-05T16:04:56.923746+0000 mgr.y (mgr.34107) 28 : cephadm 1 Updating smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:04:58.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:58 smithi016 bash[64648]: cephadm 2023-12-05T16:04:57.234817+0000 mgr.y (mgr.34107) 29 : cephadm 1 Upgrade: It appears safe to stop mon.c 2023-12-05T16:04:58.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:58 smithi016 bash[30458]: cephadm 2023-12-05T16:04:56.922950+0000 mgr.y (mgr.34107) 27 : cephadm [INF] Updating smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:04:58.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:58 smithi016 bash[30458]: cephadm 2023-12-05T16:04:56.923746+0000 mgr.y (mgr.34107) 28 : cephadm [INF] Updating smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:04:58.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:58 smithi016 bash[30458]: cephadm 2023-12-05T16:04:57.234817+0000 mgr.y (mgr.34107) 29 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-05T16:04:58.666 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:58 smithi038 bash[25002]: cephadm 2023-12-05T16:04:56.922950+0000 mgr.y (mgr.34107) 27 : cephadm [INF] Updating smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:04:58.666 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:58 smithi038 bash[25002]: cephadm 2023-12-05T16:04:56.923746+0000 mgr.y (mgr.34107) 28 : cephadm [INF] Updating smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:04:58.666 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:58 smithi038 bash[25002]: cephadm 2023-12-05T16:04:57.234817+0000 mgr.y (mgr.34107) 29 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-05T16:04:59.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:04:58 smithi038 bash[49134]: ts=2023-12-05T16:04: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.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:04:59.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:04:59 smithi016 bash[64648]: cluster 2023-12-05T16:04:58.357237+0000 mgr.y (mgr.34107) 30 : cluster 0 pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:04:59.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:04:59 smithi016 bash[30458]: cluster 2023-12-05T16:04:58.357237+0000 mgr.y (mgr.34107) 30 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:04:59.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:04:59 smithi038 bash[25002]: cluster 2023-12-05T16:04:58.357237+0000 mgr.y (mgr.34107) 30 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:00.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:05:00 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:05:00] "GET /metrics HTTP/1.1" 200 38159 "" "Prometheus/2.33.4" 2023-12-05T16:05:00.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:00 smithi016 bash[64648]: audit 2023-12-05T16:04:59.397395+0000 mgr.y (mgr.34107) 31 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:05:00.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:00 smithi016 bash[64648]: audit 2023-12-05T16:04:59.863776+0000 mon.a (mon.0) 39 : audit 1 from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:05:00.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:00 smithi016 bash[64648]: audit 2023-12-05T16:04:59.868181+0000 mon.c (mon.1) 96 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:05:00.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:00 smithi016 bash[64648]: audit 2023-12-05T16:04:59.869741+0000 mon.c (mon.1) 97 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:05:00.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:00 smithi016 bash[64648]: audit 2023-12-05T16:04:59.871378+0000 mon.c (mon.1) 98 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:00.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:00 smithi016 bash[30458]: audit 2023-12-05T16:04:59.397395+0000 mgr.y (mgr.34107) 31 : audit [DBG] from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:05:00.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:00 smithi016 bash[30458]: audit 2023-12-05T16:04:59.863776+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:05:00.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:00 smithi016 bash[30458]: audit 2023-12-05T16:04:59.868181+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:05:00.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:00 smithi016 bash[30458]: audit 2023-12-05T16:04:59.869741+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:05:00.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:00 smithi016 bash[30458]: audit 2023-12-05T16:04:59.871378+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:00.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:00 smithi038 bash[25002]: audit 2023-12-05T16:04:59.397395+0000 mgr.y (mgr.34107) 31 : audit [DBG] from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:05:00.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:00 smithi038 bash[25002]: audit 2023-12-05T16:04:59.863776+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.34107 ' entity='mgr.y' 2023-12-05T16:05:00.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:00 smithi038 bash[25002]: audit 2023-12-05T16:04:59.868181+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:05:00.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:00 smithi038 bash[25002]: audit 2023-12-05T16:04:59.869741+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:05:00.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:00 smithi038 bash[25002]: audit 2023-12-05T16:04:59.871378+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:01.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:01 smithi016 bash[64648]: cephadm 2023-12-05T16:04:59.855532+0000 mgr.y (mgr.34107) 32 : cephadm 1 Upgrade: Updating mon.c 2023-12-05T16:05:01.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:01 smithi016 bash[64648]: cephadm 2023-12-05T16:04:59.873167+0000 mgr.y (mgr.34107) 33 : cephadm 1 Deploying daemon mon.c on smithi016 2023-12-05T16:05:01.618 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:01 smithi016 bash[64648]: cluster 2023-12-05T16:05:00.358974+0000 mgr.y (mgr.34107) 34 : cluster 0 pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:01.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:01 smithi016 bash[30458]: cephadm 2023-12-05T16:04:59.855532+0000 mgr.y (mgr.34107) 32 : cephadm [INF] Upgrade: Updating mon.c 2023-12-05T16:05:01.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:01 smithi016 bash[30458]: cephadm 2023-12-05T16:04:59.873167+0000 mgr.y (mgr.34107) 33 : cephadm [INF] Deploying daemon mon.c on smithi016 2023-12-05T16:05:01.619 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:01 smithi016 bash[30458]: cluster 2023-12-05T16:05:00.358974+0000 mgr.y (mgr.34107) 34 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:01.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:01 smithi038 bash[25002]: cephadm 2023-12-05T16:04:59.855532+0000 mgr.y (mgr.34107) 32 : cephadm [INF] Upgrade: Updating mon.c 2023-12-05T16:05:01.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:01 smithi038 bash[25002]: cephadm 2023-12-05T16:04:59.873167+0000 mgr.y (mgr.34107) 33 : cephadm [INF] Deploying daemon mon.c on smithi016 2023-12-05T16:05:01.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:01 smithi038 bash[25002]: cluster 2023-12-05T16:05:00.358974+0000 mgr.y (mgr.34107) 34 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:02.758 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:02 smithi016 systemd[1]: Stopping Ceph mon.c for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:05:03.101 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:05:02 smithi016 bash[61294]: [05/Dec/2023:16:05:02] ENGINE Bus STOPPING 2023-12-05T16:05:03.102 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:05:02 smithi016 bash[61294]: [05/Dec/2023:16:05:02] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-05T16:05:03.102 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:05:02 smithi016 bash[61294]: [05/Dec/2023:16:05:02] ENGINE Bus STOPPED 2023-12-05T16:05:03.102 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:05:02 smithi016 bash[61294]: [05/Dec/2023:16:05:02] ENGINE Bus STARTING 2023-12-05T16:05:03.102 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:05:02 smithi016 bash[61294]: [05/Dec/2023:16:05:02] ENGINE Serving on http://:::9283 2023-12-05T16:05:03.102 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:05:02 smithi016 bash[61294]: [05/Dec/2023:16:05:02] ENGINE Bus STARTED 2023-12-05T16:05:03.102 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:02 smithi016 bash[30458]: debug 2023-12-05T16:05:02.752+0000 7f420e66f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-05T16:05:03.102 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:02 smithi016 bash[30458]: debug 2023-12-05T16:05:02.752+0000 7f420e66f700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-05T16:05:03.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:03 smithi016 bash[65894]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-mon-c 2023-12-05T16:05:03.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:03 smithi016 bash[65976]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-mon-c 2023-12-05T16:05:03.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:03 smithi016 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@mon.c.service: Succeeded. 2023-12-05T16:05:03.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:03 smithi016 systemd[1]: Stopped Ceph mon.c for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:05:04.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:04 smithi016 systemd[1]: Started Ceph mon.c for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:05:05.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.116+0000 7fa101f20c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-05T16:05:05.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.116+0000 7fa101f20c80 0 ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev), process ceph-mon, pid 7 2023-12-05T16:05:05.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.116+0000 7fa101f20c80 0 pidfile_write: ignore empty --pid-file 2023-12-05T16:05:05.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.120+0000 7fa101f20c80 0 load: jerasure load: lrc 2023-12-05T16:05:05.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-05T16:05:05.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Git sha 0 2023-12-05T16:05:05.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Compile date 2023-12-05 09:15:47 2023-12-05T16:05:05.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: DB SUMMARY 2023-12-05T16:05:05.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: DB Session ID: 5NX49RNIIEILO3HJQ0RS 2023-12-05T16:05:05.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: CURRENT file: CURRENT 2023-12-05T16:05:05.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-05T16:05:05.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1262 Bytes 2023-12-05T16:05:05.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000030.sst 2023-12-05T16:05:05.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000028.log size: 3336477 ; 2023-12-05T16:05:05.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.error_if_exists: 0 2023-12-05T16:05:05.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.create_if_missing: 0 2023-12-05T16:05:05.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-05T16:05:05.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-05T16:05:05.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-05T16:05:05.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-05T16:05:05.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.env: 0x55bdbd0a6a60 2023-12-05T16:05:05.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-05T16:05:05.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.info_log: 0x55bdbe05d780 2023-12-05T16:05:05.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-05T16:05:05.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.statistics: (nil) 2023-12-05T16:05:05.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.use_fsync: 0 2023-12-05T16:05:05.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-05T16:05:05.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-05T16:05:05.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-05T16:05:05.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-05T16:05:05.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-05T16:05:05.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-05T16:05:05.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-05T16:05:05.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-05T16:05:05.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-05T16:05:05.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-05T16:05:05.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-05T16:05:05.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.db_log_dir: 2023-12-05T16:05:05.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.wal_dir: 2023-12-05T16:05:05.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-05T16:05:05.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-05T16:05:05.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-05T16:05:05.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-05T16:05:05.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-05T16:05:05.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-05T16:05:05.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-05T16:05:05.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-05T16:05:05.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.write_buffer_manager: 0x55bdbe0312c0 2023-12-05T16:05:05.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-05T16:05:05.376 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-05T16:05:05.376 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-05T16:05:05.376 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-05T16:05:05.376 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-05T16:05:05.376 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-05T16:05:05.376 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-05T16:05:05.376 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-05T16:05:05.376 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.unordered_write: 0 2023-12-05T16:05:05.376 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-05T16:05:05.376 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-05T16:05:05.376 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-05T16:05:05.376 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-05T16:05:05.376 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.row_cache: None 2023-12-05T16:05:05.376 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.wal_filter: None 2023-12-05T16:05:05.376 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-05T16:05:05.377 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-05T16:05:05.377 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.two_write_queues: 0 2023-12-05T16:05:05.377 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-05T16:05:05.377 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.wal_compression: 0 2023-12-05T16:05:05.377 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.atomic_flush: 0 2023-12-05T16:05:05.377 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-05T16:05:05.377 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-05T16:05:05.377 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-05T16:05:05.377 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-05T16:05:05.377 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-05T16:05:05.377 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-05T16:05:05.377 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-05T16:05:05.377 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-05T16:05:05.377 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-05T16:05:05.377 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-05T16:05:05.378 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-05T16:05:05.378 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-05T16:05:05.378 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-05T16:05:05.378 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-05T16:05:05.378 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-05T16:05:05.378 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-05T16:05:05.378 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-05T16:05:05.378 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-05T16:05:05.378 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-05T16:05:05.378 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-05T16:05:05.378 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-05T16:05:05.378 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-05T16:05:05.378 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_open_files: -1 2023-12-05T16:05:05.378 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-05T16:05:05.379 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-05T16:05:05.379 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-05T16:05:05.379 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-05T16:05:05.379 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-05T16:05:05.379 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Compression algorithms supported: 2023-12-05T16:05:05.379 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-05T16:05:05.379 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: kZSTD supported: 0 2023-12-05T16:05:05.379 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: kXpressCompression supported: 0 2023-12-05T16:05:05.379 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-05T16:05:05.379 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: kZlibCompression supported: 1 2023-12-05T16:05:05.379 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-05T16:05:05.379 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-05T16:05:05.379 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-05T16:05:05.379 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-05T16:05:05.380 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-05T16:05:05.380 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2023-12-05T16:05:05.380 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-05T16:05:05.380 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-05T16:05:05.380 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.merge_operator: 2023-12-05T16:05:05.380 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compaction_filter: None 2023-12-05T16:05:05.380 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-05T16:05:05.380 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-05T16:05:05.380 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-05T16:05:05.380 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-05T16:05:05.380 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55bdbe05d8a0) 2023-12-05T16:05:05.380 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: cache_index_and_filter_blocks: 1 2023-12-05T16:05:05.380 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-05T16:05:05.381 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-05T16:05:05.381 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: pin_top_level_index_and_filter: 1 2023-12-05T16:05:05.381 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: index_type: 0 2023-12-05T16:05:05.381 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: data_block_index_type: 0 2023-12-05T16:05:05.381 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: index_shortening: 1 2023-12-05T16:05:05.381 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: data_block_hash_table_util_ratio: 0.750000 2023-12-05T16:05:05.381 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: checksum: 4 2023-12-05T16:05:05.381 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: no_block_cache: 0 2023-12-05T16:05:05.381 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: block_cache: 0x55bdbe0b1090 2023-12-05T16:05:05.381 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: block_cache_name: BinnedLRUCache 2023-12-05T16:05:05.381 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: block_cache_options: 2023-12-05T16:05:05.381 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: capacity : 536870912 2023-12-05T16:05:05.381 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: num_shard_bits : 4 2023-12-05T16:05:05.381 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: strict_capacity_limit : 0 2023-12-05T16:05:05.381 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: high_pri_pool_ratio: 0.000 2023-12-05T16:05:05.381 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: block_cache_compressed: (nil) 2023-12-05T16:05:05.381 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: persistent_cache: (nil) 2023-12-05T16:05:05.382 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: block_size: 4096 2023-12-05T16:05:05.382 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: block_size_deviation: 10 2023-12-05T16:05:05.382 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: block_restart_interval: 16 2023-12-05T16:05:05.382 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: index_block_restart_interval: 1 2023-12-05T16:05:05.382 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: metadata_block_size: 4096 2023-12-05T16:05:05.382 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: partition_filters: 0 2023-12-05T16:05:05.382 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: use_delta_encoding: 1 2023-12-05T16:05:05.382 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: filter_policy: bloomfilter 2023-12-05T16:05:05.382 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: whole_key_filtering: 1 2023-12-05T16:05:05.382 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: verify_compression: 0 2023-12-05T16:05:05.382 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: read_amp_bytes_per_bit: 0 2023-12-05T16:05:05.382 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: format_version: 5 2023-12-05T16:05:05.382 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: enable_index_compression: 1 2023-12-05T16:05:05.382 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: block_align: 0 2023-12-05T16:05:05.382 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: max_auto_readahead_size: 262144 2023-12-05T16:05:05.383 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: prepopulate_block_cache: 0 2023-12-05T16:05:05.383 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: initial_auto_readahead_size: 8192 2023-12-05T16:05:05.383 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: num_file_reads_for_auto_readahead: 2 2023-12-05T16:05:05.383 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-05T16:05:05.383 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-05T16:05:05.383 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compression: NoCompression 2023-12-05T16:05:05.383 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-05T16:05:05.383 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-05T16:05:05.383 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-05T16:05:05.383 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.num_levels: 7 2023-12-05T16:05:05.383 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-05T16:05:05.383 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-05T16:05:05.383 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-05T16:05:05.383 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-05T16:05:05.383 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-05T16:05:05.384 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-05T16:05:05.384 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-05T16:05:05.384 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-05T16:05:05.384 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-05T16:05:05.384 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-05T16:05:05.384 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-05T16:05:05.384 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-05T16:05:05.384 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-05T16:05:05.384 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-05T16:05:05.384 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-05T16:05:05.384 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-05T16:05:05.384 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-05T16:05:05.384 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-05T16:05:05.384 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-05T16:05:05.384 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-05T16:05:05.384 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-05T16:05:05.385 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-05T16:05:05.385 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-05T16:05:05.385 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-05T16:05:05.385 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-05T16:05:05.385 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-05T16:05:05.386 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-05T16:05:05.386 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-05T16:05:05.386 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-05T16:05:05.386 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-05T16:05:05.386 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-05T16:05:05.386 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-05T16:05:05.386 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-05T16:05:05.386 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-05T16:05:05.386 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-05T16:05:05.386 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-05T16:05:05.386 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-05T16:05:05.386 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-05T16:05:05.386 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-05T16:05:05.386 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-05T16:05:05.387 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-05T16:05:05.387 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-05T16:05:05.387 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-05T16:05:05.387 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-05T16:05:05.387 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-05T16:05:05.387 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-05T16:05:05.387 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-05T16:05:05.387 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-05T16:05:05.387 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-05T16:05:05.387 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-05T16:05:05.387 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-05T16:05:05.387 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-05T16:05:05.387 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-05T16:05:05.387 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.table_properties_collectors: 2023-12-05T16:05:05.387 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-05T16:05:05.388 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-05T16:05:05.388 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-05T16:05:05.388 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-05T16:05:05.388 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-05T16:05:05.388 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.bloom_locality: 0 2023-12-05T16:05:05.388 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-05T16:05:05.388 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-05T16:05:05.388 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-05T16:05:05.388 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-05T16:05:05.388 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-05T16:05:05.388 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.ttl: 2592000 2023-12-05T16:05:05.388 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-05T16:05:05.388 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-05T16:05:05.388 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-05T16:05:05.388 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.enable_blob_files: false 2023-12-05T16:05:05.389 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.min_blob_size: 0 2023-12-05T16:05:05.389 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-05T16:05:05.389 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-05T16:05:05.389 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-05T16:05:05.389 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-05T16:05:05.389 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-05T16:05:05.389 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-05T16:05:05.389 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-05T16:05:05.389 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-05T16:05:05.389 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa0f6ee8700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 30.sst 2023-12-05T16:05:05.389 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-05T16:05:05.389 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 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 18026, log_number is 28,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-05T16:05:05.389 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 28 2023-12-05T16:05:05.389 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 64c79689-5e91-4a25-9fe8-b836efd80a96 2023-12-05T16:05:05.389 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701792305127027, "job": 1, "event": "recovery_started", "wal_files": [28]} 2023-12-05T16:05:05.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.124+0000 7fa101f20c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #28 mode 2 2023-12-05T16:05:05.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.136+0000 7fa101f20c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701792305137670, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 33, "file_size": 2146290, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18031, "largest_seqno": 18825, "table_properties": {"data_size": 2142270, "index_size": 2106, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 901, "raw_key_size": 8467, "raw_average_key_size": 24, "raw_value_size": 2134777, "raw_average_value_size": 6152, "num_data_blocks": 96, "num_entries": 347, "num_filter_entries": 347, "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": 1701792305, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "64c79689-5e91-4a25-9fe8-b836efd80a96", "db_session_id": "5NX49RNIIEILO3HJQ0RS", "orig_file_number": 33, "seqno_to_time_mapping": "N/A"}} 2023-12-05T16:05:05.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.136+0000 7fa101f20c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701792305137888, "job": 1, "event": "recovery_finished"} 2023-12-05T16:05:05.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.136+0000 7fa101f20c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 35 2023-12-05T16:05:05.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.136+0000 7fa101f20c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-05T16:05:05.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.140+0000 7fa101f20c80 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 2023-12-05T16:05:05.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.140+0000 7fa101f20c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55bdbe150000 2023-12-05T16:05:05.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.140+0000 7fa101f20c80 4 rocksdb: DB pointer 0x55bdbe13e000 2023-12-05T16:05:05.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.140+0000 7fa0f06db700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-05T16:05:05.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.140+0000 7fa0f06db700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-05T16:05:05.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: ** DB Stats ** 2023-12-05T16:05:05.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T16:05:05.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-05T16:05:05.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T16:05:05.390 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T16:05:05.391 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-05T16:05:05.391 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T16:05:05.391 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T16:05:05.391 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: ** Compaction Stats [default] ** 2023-12-05T16:05:05.391 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-05T16:05:05.391 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-05T16:05:05.391 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: L0 1/0 2.05 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 419.7 0.00 0.00 1 0.005 0 0 0.0 0.0 2023-12-05T16:05:05.391 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: L6 1/0 10.23 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2023-12-05T16:05:05.391 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Sum 2/0 12.28 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 419.7 0.00 0.00 1 0.005 0 0 0.0 0.0 2023-12-05T16:05:05.391 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 419.7 0.00 0.00 1 0.005 0 0 0.0 0.0 2023-12-05T16:05:05.391 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: ** Compaction Stats [default] ** 2023-12-05T16:05:05.391 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-05T16:05:05.391 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T16:05:05.391 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 419.7 0.00 0.00 1 0.005 0 0 0.0 0.0 2023-12-05T16:05:05.391 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-05T16:05:05.391 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T16:05:05.392 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Flush(GB): cumulative 0.002, interval 0.002 2023-12-05T16:05:05.392 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T16:05:05.392 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T16:05:05.392 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T16:05:05.392 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: AddFile(Keys): cumulative 0, interval 0 2023-12-05T16:05:05.392 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Cumulative compaction: 0.00 GB write, 133.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T16:05:05.392 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Interval compaction: 0.00 GB write, 133.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T16:05:05.392 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-05T16:05:05.392 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Block cache BinnedLRUCache@0x55bdbe0b1090#7 capacity: 512.00 MB usage: 3.36 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.6e-05 secs_since: 0 2023-12-05T16:05:05.392 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: Block cache entry stats(count,size,portion): FilterBlock(1,1.03 KB,0.000196695%) IndexBlock(1,2.33 KB,0.000444055%) Misc(1,0.00 KB,0%) 2023-12-05T16:05:05.392 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: ** File Read Latency Histogram By Level [default] ** 2023-12-05T16:05:05.392 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.140+0000 7fa101f20c80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0] at bind addrs [v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T16:05:05.392 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.140+0000 7fa101f20c80 1 mon.c@-1(???) e3 preinit fsid 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T16:05:05.392 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.140+0000 7fa101f20c80 0 mon.c@-1(???).mds e1 new map 2023-12-05T16:05:05.392 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.140+0000 7fa101f20c80 0 mon.c@-1(???).mds e1 print_map 2023-12-05T16:05:05.393 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: e1 2023-12-05T16:05:05.393 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-05T16:05:05.393 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-05T16:05:05.393 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: legacy client fscid: -1 2023-12-05T16:05:05.393 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: 2023-12-05T16:05:05.393 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: No filesystems configured 2023-12-05T16:05:05.393 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.140+0000 7fa101f20c80 0 mon.c@-1(???).osd e106 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-05T16:05:05.393 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.140+0000 7fa101f20c80 0 mon.c@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2023-12-05T16:05:05.393 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.140+0000 7fa101f20c80 0 mon.c@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2023-12-05T16:05:05.393 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.140+0000 7fa101f20c80 0 mon.c@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2023-12-05T16:05:05.393 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:05 smithi016 bash[66045]: debug 2023-12-05T16:05:05.144+0000 7fa101f20c80 1 mon.c@-1(???).paxosservice(auth 1..24) refresh upgraded, format 0 -> 3 2023-12-05T16:05:07.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[64648]: cluster 2023-12-05T16:05:04.360620+0000 mgr.y (mgr.34107) 36 : cluster 0 pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:07.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[64648]: cluster 2023-12-05T16:05:05.358692+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-05T16:05:07.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[64648]: cluster 2023-12-05T16:05:06.339333+0000 mon.a (mon.0) 43 : cluster 1 mon.a calling monitor election 2023-12-05T16:05:07.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[64648]: cluster 2023-12-05T16:05:06.343214+0000 mon.a (mon.0) 44 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T16:05:07.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[64648]: cluster 2023-12-05T16:05:06.353408+0000 mon.a (mon.0) 45 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],b=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T16:05:07.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[64648]: cluster 2023-12-05T16:05:06.354283+0000 mon.a (mon.0) 46 : cluster 0 fsmap 2023-12-05T16:05:07.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[64648]: cluster 2023-12-05T16:05:06.354330+0000 mon.a (mon.0) 47 : cluster 0 osdmap e106: 8 total, 8 up, 8 in 2023-12-05T16:05:07.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[64648]: cluster 2023-12-05T16:05:06.355064+0000 mon.a (mon.0) 48 : cluster 0 mgrmap e38: y(active, since 28s), standbys: x 2023-12-05T16:05:07.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[64648]: cluster 2023-12-05T16:05:06.362020+0000 mon.a (mon.0) 49 : cluster 1 overall HEALTH_OK 2023-12-05T16:05:07.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[64648]: cluster 2023-12-05T16:05:06.362201+0000 mgr.y (mgr.34107) 37 : cluster 0 pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:07.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[64648]: audit 2023-12-05T16:05:06.367555+0000 mon.a (mon.0) 50 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:07.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[64648]: audit 2023-12-05T16:05:06.375874+0000 mon.a (mon.0) 51 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:07.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[66045]: cluster 2023-12-05T16:05:04.360620+0000 mgr.y (mgr.34107) 36 : cluster 0 pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:07.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[66045]: cluster 2023-12-05T16:05:05.358692+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-05T16:05:07.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[66045]: cluster 2023-12-05T16:05:06.339333+0000 mon.a (mon.0) 43 : cluster 1 mon.a calling monitor election 2023-12-05T16:05:07.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[66045]: cluster 2023-12-05T16:05:06.343214+0000 mon.a (mon.0) 44 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T16:05:07.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[66045]: cluster 2023-12-05T16:05:06.353408+0000 mon.a (mon.0) 45 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],b=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T16:05:07.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[66045]: cluster 2023-12-05T16:05:06.354283+0000 mon.a (mon.0) 46 : cluster 0 fsmap 2023-12-05T16:05:07.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[66045]: cluster 2023-12-05T16:05:06.354330+0000 mon.a (mon.0) 47 : cluster 0 osdmap e106: 8 total, 8 up, 8 in 2023-12-05T16:05:07.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[66045]: cluster 2023-12-05T16:05:06.355064+0000 mon.a (mon.0) 48 : cluster 0 mgrmap e38: y(active, since 28s), standbys: x 2023-12-05T16:05:07.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[66045]: cluster 2023-12-05T16:05:06.362020+0000 mon.a (mon.0) 49 : cluster 1 overall HEALTH_OK 2023-12-05T16:05:07.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[66045]: cluster 2023-12-05T16:05:06.362201+0000 mgr.y (mgr.34107) 37 : cluster 0 pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:07.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[66045]: audit 2023-12-05T16:05:06.367555+0000 mon.a (mon.0) 50 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:07.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:07 smithi016 bash[66045]: audit 2023-12-05T16:05:06.375874+0000 mon.a (mon.0) 51 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:07.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:07 smithi038 bash[25002]: cluster 2023-12-05T16:05:04.360620+0000 mgr.y (mgr.34107) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:07.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:07 smithi038 bash[25002]: cluster 2023-12-05T16:05:05.358692+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-05T16:05:07.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:07 smithi038 bash[25002]: cluster 2023-12-05T16:05:06.339333+0000 mon.a (mon.0) 43 : cluster [INF] mon.a calling monitor election 2023-12-05T16:05:07.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:07 smithi038 bash[25002]: cluster 2023-12-05T16:05:06.343214+0000 mon.a (mon.0) 44 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T16:05:07.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:07 smithi038 bash[25002]: cluster 2023-12-05T16:05:06.353408+0000 mon.a (mon.0) 45 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],b=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T16:05:07.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:07 smithi038 bash[25002]: cluster 2023-12-05T16:05:06.354283+0000 mon.a (mon.0) 46 : cluster [DBG] fsmap 2023-12-05T16:05:07.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:07 smithi038 bash[25002]: cluster 2023-12-05T16:05:06.354330+0000 mon.a (mon.0) 47 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2023-12-05T16:05:07.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:07 smithi038 bash[25002]: cluster 2023-12-05T16:05:06.355064+0000 mon.a (mon.0) 48 : cluster [DBG] mgrmap e38: y(active, since 28s), standbys: x 2023-12-05T16:05:07.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:07 smithi038 bash[25002]: cluster 2023-12-05T16:05:06.362020+0000 mon.a (mon.0) 49 : cluster [INF] overall HEALTH_OK 2023-12-05T16:05:07.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:07 smithi038 bash[25002]: cluster 2023-12-05T16:05:06.362201+0000 mgr.y (mgr.34107) 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 2023-12-05T16:05:07.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:07 smithi038 bash[25002]: audit 2023-12-05T16:05:06.367555+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:07.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:07 smithi038 bash[25002]: audit 2023-12-05T16:05:06.375874+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:09.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:05:08 smithi038 bash[49134]: ts=2023-12-05T16:05:08.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:05:09.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:09 smithi016 bash[64648]: cluster 2023-12-05T16:05:08.362959+0000 mgr.y (mgr.34107) 38 : cluster 0 pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:09.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:09 smithi016 bash[64648]: audit 2023-12-05T16:05:08.465436+0000 mon.a (mon.0) 52 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:05:09.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:09 smithi016 bash[66045]: cluster 2023-12-05T16:05:08.362959+0000 mgr.y (mgr.34107) 38 : cluster 0 pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:09.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:09 smithi016 bash[66045]: audit 2023-12-05T16:05:08.465436+0000 mon.a (mon.0) 52 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:05:09.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:09 smithi038 bash[25002]: cluster 2023-12-05T16:05:08.362959+0000 mgr.y (mgr.34107) 38 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:09.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:09 smithi038 bash[25002]: audit 2023-12-05T16:05:08.465436+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:05:10.344 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:05:10 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:05:10] "GET /metrics HTTP/1.1" 200 38099 "" "Prometheus/2.33.4" 2023-12-05T16:05:10.344 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:05:10 smithi016 bash[61294]: debug 2023-12-05T16:05:10.152+0000 7fea8ec1b700 -1 mgr.server handle_report got status from non-daemon mon.c 2023-12-05T16:05:10.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:10 smithi016 bash[64648]: audit 2023-12-05T16:05:09.408339+0000 mgr.y (mgr.34107) 39 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:05:10.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:10 smithi016 bash[66045]: audit 2023-12-05T16:05:09.408339+0000 mgr.y (mgr.34107) 39 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:05:10.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:10 smithi038 bash[25002]: audit 2023-12-05T16:05:09.408339+0000 mgr.y (mgr.34107) 39 : audit [DBG] from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:05:11.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:11 smithi016 bash[66045]: cluster 2023-12-05T16:05:10.364697+0000 mgr.y (mgr.34107) 40 : cluster 0 pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:11.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:11 smithi016 bash[64648]: cluster 2023-12-05T16:05:10.364697+0000 mgr.y (mgr.34107) 40 : cluster 0 pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:11.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:11 smithi038 bash[25002]: cluster 2023-12-05T16:05:10.364697+0000 mgr.y (mgr.34107) 40 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:13.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:13 smithi038 bash[25002]: cluster 2023-12-05T16:05:12.365388+0000 mgr.y (mgr.34107) 41 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:13.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:13 smithi038 bash[25002]: audit 2023-12-05T16:05:12.951863+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:13.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:13 smithi038 bash[25002]: audit 2023-12-05T16:05:12.961243+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:13 smithi016 bash[64648]: cluster 2023-12-05T16:05:12.365388+0000 mgr.y (mgr.34107) 41 : cluster 0 pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:13 smithi016 bash[64648]: audit 2023-12-05T16:05:12.951863+0000 mon.a (mon.0) 53 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:13 smithi016 bash[64648]: audit 2023-12-05T16:05:12.961243+0000 mon.a (mon.0) 54 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:13.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:13 smithi016 bash[66045]: cluster 2023-12-05T16:05:12.365388+0000 mgr.y (mgr.34107) 41 : cluster 0 pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:13.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:13 smithi016 bash[66045]: audit 2023-12-05T16:05:12.951863+0000 mon.a (mon.0) 53 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:13.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:13 smithi016 bash[66045]: audit 2023-12-05T16:05:12.961243+0000 mon.a (mon.0) 54 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:15.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:14 smithi038 bash[25002]: audit 2023-12-05T16:05:13.954749+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:15.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:14 smithi038 bash[25002]: audit 2023-12-05T16:05:13.964647+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:15.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:14 smithi038 bash[25002]: cluster 2023-12-05T16:05:14.366112+0000 mgr.y (mgr.34107) 42 : 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 2023-12-05T16:05:15.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:14 smithi016 bash[64648]: audit 2023-12-05T16:05:13.954749+0000 mon.a (mon.0) 55 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:15.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:14 smithi016 bash[64648]: audit 2023-12-05T16:05:13.964647+0000 mon.a (mon.0) 56 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:15.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:14 smithi016 bash[64648]: cluster 2023-12-05T16:05:14.366112+0000 mgr.y (mgr.34107) 42 : cluster 0 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 2023-12-05T16:05:15.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:14 smithi016 bash[66045]: audit 2023-12-05T16:05:13.954749+0000 mon.a (mon.0) 55 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:15.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:14 smithi016 bash[66045]: audit 2023-12-05T16:05:13.964647+0000 mon.a (mon.0) 56 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:15.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:14 smithi016 bash[66045]: cluster 2023-12-05T16:05:14.366112+0000 mgr.y (mgr.34107) 42 : cluster 0 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 2023-12-05T16:05:17.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:17 smithi038 bash[25002]: cluster 2023-12-05T16:05:16.367845+0000 mgr.y (mgr.34107) 43 : 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 2023-12-05T16:05:17.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:17 smithi016 bash[64648]: cluster 2023-12-05T16:05:16.367845+0000 mgr.y (mgr.34107) 43 : cluster 0 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 2023-12-05T16:05:17.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:17 smithi016 bash[66045]: cluster 2023-12-05T16:05:16.367845+0000 mgr.y (mgr.34107) 43 : cluster 0 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 2023-12-05T16:05:19.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:05:18 smithi038 bash[49134]: ts=2023-12-05T16:05: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.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:05:19.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:19 smithi016 bash[64648]: cluster 2023-12-05T16:05:18.368590+0000 mgr.y (mgr.34107) 44 : cluster 0 pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:19.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:19 smithi016 bash[66045]: cluster 2023-12-05T16:05:18.368590+0000 mgr.y (mgr.34107) 44 : cluster 0 pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:19.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:19 smithi038 bash[25002]: cluster 2023-12-05T16:05:18.368590+0000 mgr.y (mgr.34107) 44 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:20.347 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:05:20 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:05:20] "GET /metrics HTTP/1.1" 200 38099 "" "Prometheus/2.33.4" 2023-12-05T16:05:20.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:20 smithi016 bash[64648]: audit 2023-12-05T16:05:19.416968+0000 mgr.y (mgr.34107) 45 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:05:20.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:20 smithi016 bash[66045]: audit 2023-12-05T16:05:19.416968+0000 mgr.y (mgr.34107) 45 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:05:20.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:20 smithi038 bash[25002]: audit 2023-12-05T16:05:19.416968+0000 mgr.y (mgr.34107) 45 : audit [DBG] from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:05:21.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:21 smithi016 bash[64648]: cluster 2023-12-05T16:05:20.370313+0000 mgr.y (mgr.34107) 46 : cluster 0 pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:21.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:21 smithi016 bash[66045]: cluster 2023-12-05T16:05:20.370313+0000 mgr.y (mgr.34107) 46 : cluster 0 pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:21.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:21 smithi038 bash[25002]: cluster 2023-12-05T16:05:20.370313+0000 mgr.y (mgr.34107) 46 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:23.108 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:05:23.652 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:23 smithi016 bash[64648]: cluster 2023-12-05T16:05:22.371062+0000 mgr.y (mgr.34107) 47 : cluster 0 pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:23.652 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:23 smithi016 bash[66045]: cluster 2023-12-05T16:05:22.371062+0000 mgr.y (mgr.34107) 47 : cluster 0 pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:23.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:23 smithi038 bash[25002]: cluster 2023-12-05T16:05:22.371062+0000 mgr.y (mgr.34107) 47 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:23.903 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:05:23.903 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (3m) 10s ago 9m 16.0M - 0.23.0 ba2b418f427c c48b395728e7 2023-12-05T16:05:23.903 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (2m) 38s ago 9m 43.6M - 8.3.5 dad864ee21e9 d6befc9f2bcf 2023-12-05T16:05:23.904 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (91s) 10s ago 7m 46.4M - 3.5 e1d6a67b021e bbc51b2e3d6d 2023-12-05T16:05:23.904 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283,8765 running (80s) 38s ago 15m 430M - 19.0.0-13-ge6605fb8 104f332cd0a9 d9865fd32494 2023-12-05T16:05:23.904 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:8443,9283,8765 running (2m) 10s ago 17m 481M - 19.0.0-13-ge6605fb8 104f332cd0a9 d8aa9c1870da 2023-12-05T16:05:23.904 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (56s) 10s ago 17m 38.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 61d4ec4cbec6 2023-12-05T16:05:23.904 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (16m) 38s ago 16m 55.7M 2048M 17.2.0 e1d6a67b021e cedaff747574 2023-12-05T16:05:23.904 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (19s) 10s ago 16m 21.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 e48e3724baef 2023-12-05T16:05:23.904 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (3m) 10s ago 10m 11.8M - 1.3.1 1dbe0e931976 a7ad6c0fa35b 2023-12-05T16:05:23.904 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (2m) 38s ago 10m 10.7M - 1.3.1 1dbe0e931976 dac45ac68b6c 2023-12-05T16:05:23.904 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (15m) 10s ago 15m 58.8M 2782M 17.2.0 e1d6a67b021e 4f30dfb19a1d 2023-12-05T16:05:23.904 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (14m) 10s ago 14m 60.6M 2782M 17.2.0 e1d6a67b021e 86b3fa0a663f 2023-12-05T16:05:23.904 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (14m) 10s ago 14m 56.7M 2782M 17.2.0 e1d6a67b021e 4490977f74dc 2023-12-05T16:05:23.904 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (13m) 10s ago 13m 57.8M 2782M 17.2.0 e1d6a67b021e 715c72066f0e 2023-12-05T16:05:23.904 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (12m) 38s ago 12m 59.3M 3038M 17.2.0 e1d6a67b021e 1e5c4e736858 2023-12-05T16:05:23.904 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (12m) 38s ago 12m 55.0M 3038M 17.2.0 e1d6a67b021e 8938c96c499f 2023-12-05T16:05:23.904 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (11m) 38s ago 11m 55.3M 3038M 17.2.0 e1d6a67b021e ac02a2497ba9 2023-12-05T16:05:23.905 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (11m) 38s ago 11m 56.9M 3038M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T16:05:23.905 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (86s) 38s ago 10m 53.4M - 2.33.4 514e6a882f6e 2178b2710d9e 2023-12-05T16:05:23.905 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (8m) 10s ago 8m 87.0M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:05:23.905 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (8m) 38s ago 8m 86.8M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:05:23.905 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (7m) 10s ago 7m 87.0M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:05:23.905 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (7m) 38s ago 7m 86.5M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:05:24.368 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:05:24.368 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:05:24.368 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T16:05:24.368 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:05:24.368 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:05:24.368 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:05:24.368 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:05:24.368 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:05:24.369 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:05:24.369 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:05:24.369 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:05:24.369 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:05:24.369 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:05:24.369 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:05:24.369 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:05:24.369 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T16:05:24.369 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 4 2023-12-05T16:05:24.369 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:05:24.369 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:05:24.759 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:05:24.759 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:05:24.759 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:05:24.759 INFO:teuthology.orchestra.run.smithi016.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:05:24.759 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [ 2023-12-05T16:05:24.760 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr" 2023-12-05T16:05:24.760 INFO:teuthology.orchestra.run.smithi016.stdout: ], 2023-12-05T16:05:24.760 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "4/23 daemons upgraded", 2023-12-05T16:05:24.760 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "Currently upgrading mon daemons", 2023-12-05T16:05:24.760 INFO:teuthology.orchestra.run.smithi016.stdout: "is_paused": false 2023-12-05T16:05:24.760 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:05:24.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:24 smithi038 bash[25002]: audit 2023-12-05T16:05:23.087363+0000 mgr.y (mgr.34107) 48 : audit [DBG] from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:24.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:24 smithi038 bash[25002]: audit 2023-12-05T16:05:23.465634+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:05:24.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:24 smithi038 bash[25002]: audit 2023-12-05T16:05:23.489885+0000 mgr.y (mgr.34107) 49 : audit [DBG] from='client.44107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:24.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:24 smithi038 bash[25002]: audit 2023-12-05T16:05:23.914724+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:24.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:24 smithi038 bash[25002]: audit 2023-12-05T16:05:23.923697+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:24.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:24 smithi038 bash[25002]: audit 2023-12-05T16:05:23.925283+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:24.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:24 smithi038 bash[25002]: audit 2023-12-05T16:05:23.926463+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:05:24.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:24 smithi038 bash[25002]: audit 2023-12-05T16:05:23.933559+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:24.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:24 smithi038 bash[25002]: audit 2023-12-05T16:05:24.022320+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:05:24.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:24 smithi038 bash[25002]: audit 2023-12-05T16:05:24.024866+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:05:24.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:24 smithi038 bash[25002]: audit 2023-12-05T16:05:24.026380+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-05T16:05:24.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:24 smithi038 bash[25002]: audit 2023-12-05T16:05:24.027315+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-05T16:05:24.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:24 smithi038 bash[25002]: audit 2023-12-05T16:05:24.362012+0000 mon.a (mon.0) 67 : audit [DBG] from='client.? 172.21.15.16:0/1710652527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:05:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[64648]: audit 2023-12-05T16:05:23.087363+0000 mgr.y (mgr.34107) 48 : audit 0 from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[64648]: audit 2023-12-05T16:05:23.465634+0000 mon.a (mon.0) 57 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:05:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[64648]: audit 2023-12-05T16:05:23.489885+0000 mgr.y (mgr.34107) 49 : audit 0 from='client.44107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[64648]: audit 2023-12-05T16:05:23.914724+0000 mon.a (mon.0) 58 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[64648]: audit 2023-12-05T16:05:23.923697+0000 mon.a (mon.0) 59 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[64648]: audit 2023-12-05T16:05:23.925283+0000 mon.a (mon.0) 60 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[64648]: audit 2023-12-05T16:05:23.926463+0000 mon.a (mon.0) 61 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:05:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[64648]: audit 2023-12-05T16:05:23.933559+0000 mon.a (mon.0) 62 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[64648]: audit 2023-12-05T16:05:24.022320+0000 mon.a (mon.0) 63 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:05:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[64648]: audit 2023-12-05T16:05:24.024866+0000 mon.a (mon.0) 64 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:05:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[64648]: audit 2023-12-05T16:05:24.026380+0000 mon.a (mon.0) 65 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-05T16:05:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[64648]: audit 2023-12-05T16:05:24.027315+0000 mon.a (mon.0) 66 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-05T16:05:24.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[64648]: audit 2023-12-05T16:05:24.362012+0000 mon.a (mon.0) 67 : audit 0 from='client.? 172.21.15.16:0/1710652527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:05:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[66045]: audit 2023-12-05T16:05:23.087363+0000 mgr.y (mgr.34107) 48 : audit 0 from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[66045]: audit 2023-12-05T16:05:23.465634+0000 mon.a (mon.0) 57 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:05:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[66045]: audit 2023-12-05T16:05:23.489885+0000 mgr.y (mgr.34107) 49 : audit 0 from='client.44107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[66045]: audit 2023-12-05T16:05:23.914724+0000 mon.a (mon.0) 58 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[66045]: audit 2023-12-05T16:05:23.923697+0000 mon.a (mon.0) 59 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[66045]: audit 2023-12-05T16:05:23.925283+0000 mon.a (mon.0) 60 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[66045]: audit 2023-12-05T16:05:23.926463+0000 mon.a (mon.0) 61 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:05:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[66045]: audit 2023-12-05T16:05:23.933559+0000 mon.a (mon.0) 62 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[66045]: audit 2023-12-05T16:05:24.022320+0000 mon.a (mon.0) 63 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:05:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[66045]: audit 2023-12-05T16:05:24.024866+0000 mon.a (mon.0) 64 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:05:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[66045]: audit 2023-12-05T16:05:24.026380+0000 mon.a (mon.0) 65 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-05T16:05:24.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[66045]: audit 2023-12-05T16:05:24.027315+0000 mon.a (mon.0) 66 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-05T16:05:24.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:24 smithi016 bash[66045]: audit 2023-12-05T16:05:24.362012+0000 mon.a (mon.0) 67 : audit 0 from='client.? 172.21.15.16:0/1710652527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:05:25.218 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_OK 2023-12-05T16:05:25.779 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:25 smithi038 bash[25002]: audit 2023-12-05T16:05:23.873649+0000 mgr.y (mgr.34107) 50 : audit [DBG] from='client.34185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:25.779 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:25 smithi038 bash[25002]: cephadm 2023-12-05T16:05:24.028040+0000 mgr.y (mgr.34107) 51 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-05T16:05:25.779 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:25 smithi038 bash[25002]: cluster 2023-12-05T16:05:24.371763+0000 mgr.y (mgr.34107) 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 2023-12-05T16:05:25.779 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:25 smithi038 bash[25002]: audit 2023-12-05T16:05:24.752454+0000 mgr.y (mgr.34107) 53 : audit [DBG] from='client.34197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:25.779 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:25 smithi038 bash[25002]: audit 2023-12-05T16:05:25.212606+0000 mon.c (mon.1) 2 : audit [DBG] from='client.? 172.21.15.16:0/42388853' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:05:25.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:25 smithi016 bash[66045]: audit 2023-12-05T16:05:23.873649+0000 mgr.y (mgr.34107) 50 : audit 0 from='client.34185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:25.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:25 smithi016 bash[66045]: cephadm 2023-12-05T16:05:24.028040+0000 mgr.y (mgr.34107) 51 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-05T16:05:25.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:25 smithi016 bash[66045]: cluster 2023-12-05T16:05:24.371763+0000 mgr.y (mgr.34107) 52 : cluster 0 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 2023-12-05T16:05:25.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:25 smithi016 bash[66045]: audit 2023-12-05T16:05:24.752454+0000 mgr.y (mgr.34107) 53 : audit 0 from='client.34197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:25.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:25 smithi016 bash[66045]: audit 2023-12-05T16:05:25.212606+0000 mon.c (mon.1) 2 : audit 0 from='client.? 172.21.15.16:0/42388853' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:05:25.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:25 smithi016 bash[64648]: audit 2023-12-05T16:05:23.873649+0000 mgr.y (mgr.34107) 50 : audit 0 from='client.34185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:25.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:25 smithi016 bash[64648]: cephadm 2023-12-05T16:05:24.028040+0000 mgr.y (mgr.34107) 51 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-05T16:05:25.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:25 smithi016 bash[64648]: cluster 2023-12-05T16:05:24.371763+0000 mgr.y (mgr.34107) 52 : cluster 0 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 2023-12-05T16:05:25.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:25 smithi016 bash[64648]: audit 2023-12-05T16:05:24.752454+0000 mgr.y (mgr.34107) 53 : audit 0 from='client.34197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:25.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:25 smithi016 bash[64648]: audit 2023-12-05T16:05:25.212606+0000 mon.c (mon.1) 2 : audit 0 from='client.? 172.21.15.16:0/42388853' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:05:27.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:27 smithi038 bash[25002]: cephadm 2023-12-05T16:05:26.297508+0000 mgr.y (mgr.34107) 54 : cephadm [INF] Upgrade: Updating mon.b 2023-12-05T16:05:27.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:27 smithi038 bash[25002]: audit 2023-12-05T16:05:26.303805+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:27.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:27 smithi038 bash[25002]: audit 2023-12-05T16:05:26.307297+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:05:27.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:27 smithi038 bash[25002]: audit 2023-12-05T16:05:26.308986+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:05:27.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:27 smithi038 bash[25002]: audit 2023-12-05T16:05:26.310671+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:27.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:27 smithi038 bash[25002]: cephadm 2023-12-05T16:05:26.312497+0000 mgr.y (mgr.34107) 55 : cephadm [INF] Deploying daemon mon.b on smithi038 2023-12-05T16:05:27.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:27 smithi038 bash[25002]: cluster 2023-12-05T16:05:26.372941+0000 mgr.y (mgr.34107) 56 : 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 2023-12-05T16:05:27.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:27 smithi016 bash[64648]: cephadm 2023-12-05T16:05:26.297508+0000 mgr.y (mgr.34107) 54 : cephadm 1 Upgrade: Updating mon.b 2023-12-05T16:05:27.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:27 smithi016 bash[64648]: audit 2023-12-05T16:05:26.303805+0000 mon.a (mon.0) 68 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:27.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:27 smithi016 bash[64648]: audit 2023-12-05T16:05:26.307297+0000 mon.a (mon.0) 69 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:05:27.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:27 smithi016 bash[64648]: audit 2023-12-05T16:05:26.308986+0000 mon.a (mon.0) 70 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:05:27.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:27 smithi016 bash[64648]: audit 2023-12-05T16:05:26.310671+0000 mon.a (mon.0) 71 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:27.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:27 smithi016 bash[64648]: cephadm 2023-12-05T16:05:26.312497+0000 mgr.y (mgr.34107) 55 : cephadm 1 Deploying daemon mon.b on smithi038 2023-12-05T16:05:27.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:27 smithi016 bash[64648]: cluster 2023-12-05T16:05:26.372941+0000 mgr.y (mgr.34107) 56 : cluster 0 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 2023-12-05T16:05:27.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:27 smithi016 bash[66045]: cephadm 2023-12-05T16:05:26.297508+0000 mgr.y (mgr.34107) 54 : cephadm 1 Upgrade: Updating mon.b 2023-12-05T16:05:27.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:27 smithi016 bash[66045]: audit 2023-12-05T16:05:26.303805+0000 mon.a (mon.0) 68 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:27.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:27 smithi016 bash[66045]: audit 2023-12-05T16:05:26.307297+0000 mon.a (mon.0) 69 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:05:27.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:27 smithi016 bash[66045]: audit 2023-12-05T16:05:26.308986+0000 mon.a (mon.0) 70 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:05:27.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:27 smithi016 bash[66045]: audit 2023-12-05T16:05:26.310671+0000 mon.a (mon.0) 71 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:27.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:27 smithi016 bash[66045]: cephadm 2023-12-05T16:05:26.312497+0000 mgr.y (mgr.34107) 55 : cephadm 1 Deploying daemon mon.b on smithi038 2023-12-05T16:05:27.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:27 smithi016 bash[66045]: cluster 2023-12-05T16:05:26.372941+0000 mgr.y (mgr.34107) 56 : cluster 0 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 2023-12-05T16:05:28.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:28 smithi038 systemd[1]: Stopping Ceph mon.b for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:05:28.840 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:05:28 smithi038 bash[49134]: ts=2023-12-05T16:05: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.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:05:29.129 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:28 smithi038 bash[25002]: debug 2023-12-05T16:05:28.830+0000 7fe7c9038700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-05T16:05:29.129 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:28 smithi038 bash[25002]: debug 2023-12-05T16:05:28.830+0000 7fe7c9038700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-12-05T16:05:29.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:29 smithi038 bash[51524]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-mon-b 2023-12-05T16:05:29.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:29 smithi038 bash[51606]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-mon-b 2023-12-05T16:05:29.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:29 smithi038 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@mon.b.service: Succeeded. 2023-12-05T16:05:29.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:29 smithi038 systemd[1]: Stopped Ceph mon.b for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:05:30.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:29 smithi038 systemd[1]: Started Ceph mon.b for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:05:30.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:05:30 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:05:30] "GET /metrics HTTP/1.1" 200 38164 "" "Prometheus/2.33.4" 2023-12-05T16:05:31.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.877+0000 7f0127068c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-05T16:05:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.877+0000 7f0127068c80 0 ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev), process ceph-mon, pid 7 2023-12-05T16:05:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.877+0000 7f0127068c80 0 pidfile_write: ignore empty --pid-file 2023-12-05T16:05:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 0 load: jerasure load: lrc 2023-12-05T16:05:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-05T16:05:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Git sha 0 2023-12-05T16:05:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Compile date 2023-12-05 09:15:47 2023-12-05T16:05:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: DB SUMMARY 2023-12-05T16:05:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: DB Session ID: 50P3IRUHN0ZWZIU797MB 2023-12-05T16:05:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: CURRENT file: CURRENT 2023-12-05T16:05:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-05T16:05:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1262 Bytes 2023-12-05T16:05:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000030.sst 2023-12-05T16:05:31.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000028.log size: 4159166 ; 2023-12-05T16:05:31.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.error_if_exists: 0 2023-12-05T16:05:31.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.create_if_missing: 0 2023-12-05T16:05:31.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-05T16:05:31.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-05T16:05:31.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-05T16:05:31.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-05T16:05:31.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.env: 0x560e42687a60 2023-12-05T16:05:31.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-05T16:05:31.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.info_log: 0x560e449c3780 2023-12-05T16:05:31.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-05T16:05:31.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.statistics: (nil) 2023-12-05T16:05:31.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.use_fsync: 0 2023-12-05T16:05:31.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-05T16:05:31.092 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-05T16:05:31.092 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-05T16:05:31.092 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-05T16:05:31.093 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-05T16:05:31.093 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-05T16:05:31.093 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-05T16:05:31.093 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-05T16:05:31.093 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-05T16:05:31.093 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-05T16:05:31.093 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-05T16:05:31.093 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.db_log_dir: 2023-12-05T16:05:31.093 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.wal_dir: 2023-12-05T16:05:31.093 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-05T16:05:31.093 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-05T16:05:31.093 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-05T16:05:31.093 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-05T16:05:31.093 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-05T16:05:31.093 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-05T16:05:31.094 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-05T16:05:31.094 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-05T16:05:31.094 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.write_buffer_manager: 0x560e449972c0 2023-12-05T16:05:31.094 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-05T16:05:31.094 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-05T16:05:31.094 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-05T16:05:31.094 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-05T16:05:31.094 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-05T16:05:31.094 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-05T16:05:31.094 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-05T16:05:31.094 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-05T16:05:31.094 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.unordered_write: 0 2023-12-05T16:05:31.094 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-05T16:05:31.094 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-05T16:05:31.094 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-05T16:05:31.095 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-05T16:05:31.095 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.row_cache: None 2023-12-05T16:05:31.095 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.wal_filter: None 2023-12-05T16:05:31.095 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-05T16:05:31.095 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-05T16:05:31.095 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.two_write_queues: 0 2023-12-05T16:05:31.095 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-05T16:05:31.095 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.wal_compression: 0 2023-12-05T16:05:31.095 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.atomic_flush: 0 2023-12-05T16:05:31.095 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-05T16:05:31.095 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-05T16:05:31.095 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-05T16:05:31.095 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-05T16:05:31.095 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-05T16:05:31.095 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-05T16:05:31.096 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-05T16:05:31.096 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-05T16:05:31.096 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-05T16:05:31.096 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-05T16:05:31.096 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-05T16:05:31.096 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-05T16:05:31.096 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-05T16:05:31.096 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-05T16:05:31.096 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-05T16:05:31.096 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-05T16:05:31.096 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-05T16:05:31.096 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-05T16:05:31.096 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-05T16:05:31.096 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-05T16:05:31.097 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-05T16:05:31.097 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-05T16:05:31.097 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.max_open_files: -1 2023-12-05T16:05:31.097 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-05T16:05:31.097 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-05T16:05:31.097 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-05T16:05:31.097 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-05T16:05:31.097 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-05T16:05:31.097 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Compression algorithms supported: 2023-12-05T16:05:31.097 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-05T16:05:31.097 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: kZSTD supported: 0 2023-12-05T16:05:31.097 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: kXpressCompression supported: 0 2023-12-05T16:05:31.097 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-05T16:05:31.097 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: kZlibCompression supported: 1 2023-12-05T16:05:31.097 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-05T16:05:31.097 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-05T16:05:31.098 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-05T16:05:31.098 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-05T16:05:31.098 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.881+0000 7f0127068c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-05T16:05:31.098 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2023-12-05T16:05:31.098 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-05T16:05:31.098 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-05T16:05:31.098 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.merge_operator: 2023-12-05T16:05:31.098 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compaction_filter: None 2023-12-05T16:05:31.098 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-05T16:05:31.098 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-05T16:05:31.098 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-05T16:05:31.098 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-05T16:05:31.098 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560e449c38a0) 2023-12-05T16:05:31.098 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: cache_index_and_filter_blocks: 1 2023-12-05T16:05:31.099 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-05T16:05:31.099 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-05T16:05:31.099 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: pin_top_level_index_and_filter: 1 2023-12-05T16:05:31.099 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: index_type: 0 2023-12-05T16:05:31.099 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: data_block_index_type: 0 2023-12-05T16:05:31.099 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: index_shortening: 1 2023-12-05T16:05:31.099 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: data_block_hash_table_util_ratio: 0.750000 2023-12-05T16:05:31.099 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: checksum: 4 2023-12-05T16:05:31.099 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: no_block_cache: 0 2023-12-05T16:05:31.099 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: block_cache: 0x560e44a17090 2023-12-05T16:05:31.099 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: block_cache_name: BinnedLRUCache 2023-12-05T16:05:31.099 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: block_cache_options: 2023-12-05T16:05:31.099 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: capacity : 536870912 2023-12-05T16:05:31.099 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: num_shard_bits : 4 2023-12-05T16:05:31.099 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: strict_capacity_limit : 0 2023-12-05T16:05:31.100 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: high_pri_pool_ratio: 0.000 2023-12-05T16:05:31.100 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: block_cache_compressed: (nil) 2023-12-05T16:05:31.100 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: persistent_cache: (nil) 2023-12-05T16:05:31.100 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: block_size: 4096 2023-12-05T16:05:31.100 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: block_size_deviation: 10 2023-12-05T16:05:31.100 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: block_restart_interval: 16 2023-12-05T16:05:31.100 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: index_block_restart_interval: 1 2023-12-05T16:05:31.100 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: metadata_block_size: 4096 2023-12-05T16:05:31.100 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: partition_filters: 0 2023-12-05T16:05:31.100 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: use_delta_encoding: 1 2023-12-05T16:05:31.100 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: filter_policy: bloomfilter 2023-12-05T16:05:31.100 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: whole_key_filtering: 1 2023-12-05T16:05:31.100 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: verify_compression: 0 2023-12-05T16:05:31.100 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: read_amp_bytes_per_bit: 0 2023-12-05T16:05:31.100 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: format_version: 5 2023-12-05T16:05:31.100 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: enable_index_compression: 1 2023-12-05T16:05:31.101 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: block_align: 0 2023-12-05T16:05:31.101 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: max_auto_readahead_size: 262144 2023-12-05T16:05:31.101 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: prepopulate_block_cache: 0 2023-12-05T16:05:31.101 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: initial_auto_readahead_size: 8192 2023-12-05T16:05:31.101 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: num_file_reads_for_auto_readahead: 2 2023-12-05T16:05:31.101 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-05T16:05:31.101 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-05T16:05:31.101 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compression: NoCompression 2023-12-05T16:05:31.101 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-05T16:05:31.101 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-05T16:05:31.101 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-05T16:05:31.101 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.num_levels: 7 2023-12-05T16:05:31.101 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-05T16:05:31.101 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-05T16:05:31.102 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-05T16:05:31.102 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-05T16:05:31.102 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-05T16:05:31.102 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-05T16:05:31.102 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-05T16:05:31.102 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-05T16:05:31.102 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-05T16:05:31.102 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-05T16:05:31.102 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-05T16:05:31.102 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-05T16:05:31.102 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-05T16:05:31.102 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-05T16:05:31.102 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-05T16:05:31.102 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-05T16:05:31.102 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-05T16:05:31.103 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-05T16:05:31.103 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-05T16:05:31.103 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-05T16:05:31.103 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-05T16:05:31.104 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-05T16:05:31.104 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-05T16:05:31.104 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-05T16:05:31.104 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-05T16:05:31.104 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-05T16:05:31.104 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-05T16:05:31.104 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-05T16:05:31.104 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-05T16:05:31.104 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-05T16:05:31.104 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-05T16:05:31.104 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-05T16:05:31.105 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-05T16:05:31.105 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-05T16:05:31.105 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-05T16:05:31.105 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-05T16:05:31.105 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-05T16:05:31.105 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-05T16:05:31.105 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-05T16:05:31.105 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-05T16:05:31.105 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-05T16:05:31.105 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-05T16:05:31.105 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-05T16:05:31.105 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-05T16:05:31.105 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-05T16:05:31.105 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-05T16:05:31.105 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-05T16:05:31.106 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-05T16:05:31.106 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-05T16:05:31.106 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-05T16:05:31.106 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-05T16:05:31.106 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-05T16:05:31.106 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-05T16:05:31.106 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.table_properties_collectors: 2023-12-05T16:05:31.106 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-05T16:05:31.106 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-05T16:05:31.106 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-05T16:05:31.106 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-05T16:05:31.106 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-05T16:05:31.106 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.bloom_locality: 0 2023-12-05T16:05:31.106 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-05T16:05:31.107 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-05T16:05:31.107 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-05T16:05:31.107 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-05T16:05:31.107 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-05T16:05:31.107 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.ttl: 2592000 2023-12-05T16:05:31.107 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-05T16:05:31.107 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-05T16:05:31.107 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-05T16:05:31.107 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.enable_blob_files: false 2023-12-05T16:05:31.107 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.min_blob_size: 0 2023-12-05T16:05:31.107 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-05T16:05:31.107 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-05T16:05:31.107 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-05T16:05:31.108 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-05T16:05:31.108 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-05T16:05:31.108 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-05T16:05:31.108 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-05T16:05:31.108 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-05T16:05:31.108 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f011c030700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 30.sst 2023-12-05T16:05:31.108 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-05T16:05:31.108 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 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 32, last_sequence is 17952, log_number is 28,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-05T16:05:31.108 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 28 2023-12-05T16:05:31.108 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 216e8ca0-ae87-470f-a702-477ca68a1698 2023-12-05T16:05:31.108 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701792330891018, "job": 1, "event": "recovery_started", "wal_files": [28]} 2023-12-05T16:05:31.108 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.885+0000 7f0127068c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #28 mode 2 2023-12-05T16:05:31.108 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.901+0000 7f0127068c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701792330908094, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 33, "file_size": 2630290, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 17957, "largest_seqno": 19166, "table_properties": {"data_size": 2625027, "index_size": 3028, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1221, "raw_key_size": 11434, "raw_average_key_size": 23, "raw_value_size": 2614752, "raw_average_value_size": 5436, "num_data_blocks": 137, "num_entries": 481, "num_filter_entries": 481, "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": 1701792330, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "216e8ca0-ae87-470f-a702-477ca68a1698", "db_session_id": "50P3IRUHN0ZWZIU797MB", "orig_file_number": 33, "seqno_to_time_mapping": "N/A"}} 2023-12-05T16:05:31.109 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.901+0000 7f0127068c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701792330908236, "job": 1, "event": "recovery_finished"} 2023-12-05T16:05:31.109 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.905+0000 7f0127068c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 35 2023-12-05T16:05:31.109 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.905+0000 7f0127068c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-05T16:05:31.109 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.909+0000 7f0127068c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000028.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-05T16:05:31.109 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.909+0000 7f0127068c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x560e44ab6000 2023-12-05T16:05:31.109 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.909+0000 7f0127068c80 4 rocksdb: DB pointer 0x560e44aa4000 2023-12-05T16:05:31.109 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.909+0000 7f0115823700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-05T16:05:31.109 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.909+0000 7f0115823700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-05T16:05:31.109 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: ** DB Stats ** 2023-12-05T16:05:31.109 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T16:05:31.109 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-05T16:05:31.109 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T16:05:31.109 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T16:05:31.109 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-05T16:05:31.109 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T16:05:31.110 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T16:05:31.110 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: ** Compaction Stats [default] ** 2023-12-05T16:05:31.110 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-05T16:05:31.110 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-05T16:05:31.110 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: L0 1/0 2.51 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 476.7 0.01 0.00 1 0.005 0 0 0.0 0.0 2023-12-05T16:05:31.110 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: L6 1/0 10.23 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2023-12-05T16:05:31.110 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Sum 2/0 12.74 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 476.7 0.01 0.00 1 0.005 0 0 0.0 0.0 2023-12-05T16:05:31.110 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 476.7 0.01 0.00 1 0.005 0 0 0.0 0.0 2023-12-05T16:05:31.110 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: ** Compaction Stats [default] ** 2023-12-05T16:05:31.110 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-05T16:05:31.110 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T16:05:31.110 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 476.7 0.01 0.00 1 0.005 0 0 0.0 0.0 2023-12-05T16:05:31.110 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-05T16:05:31.110 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T16:05:31.111 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Flush(GB): cumulative 0.002, interval 0.002 2023-12-05T16:05:31.111 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T16:05:31.111 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T16:05:31.111 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T16:05:31.111 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: AddFile(Keys): cumulative 0, interval 0 2023-12-05T16:05:31.111 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Cumulative compaction: 0.00 GB write, 99.02 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T16:05:31.111 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Interval compaction: 0.00 GB write, 99.02 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T16:05:31.111 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-05T16:05:31.111 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Block cache BinnedLRUCache@0x560e44a17090#7 capacity: 512.00 MB usage: 4.36 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.3e-05 secs_since: 0 2023-12-05T16:05:31.111 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: Block cache entry stats(count,size,portion): FilterBlock(1,1.28 KB,0.000244379%) IndexBlock(1,3.08 KB,0.000587106%) Misc(1,0.00 KB,0%) 2023-12-05T16:05:31.111 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: ** File Read Latency Histogram By Level [default] ** 2023-12-05T16:05:31.111 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.909+0000 7f0127068c80 0 starting mon.b rank 2 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-b fsid 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T16:05:31.111 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.913+0000 7f0127068c80 1 mon.b@-1(???) e3 preinit fsid 787c96ca-9385-11ee-95a2-87774f69a715 2023-12-05T16:05:31.111 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.913+0000 7f0127068c80 0 mon.b@-1(???).mds e1 new map 2023-12-05T16:05:31.111 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.913+0000 7f0127068c80 0 mon.b@-1(???).mds e1 print_map 2023-12-05T16:05:31.112 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: e1 2023-12-05T16:05:31.112 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-05T16:05:31.112 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-05T16:05:31.112 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: legacy client fscid: -1 2023-12-05T16:05:31.112 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: 2023-12-05T16:05:31.112 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: No filesystems configured 2023-12-05T16:05:31.112 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.913+0000 7f0127068c80 0 mon.b@-1(???).osd e106 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-05T16:05:31.112 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.913+0000 7f0127068c80 0 mon.b@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2023-12-05T16:05:31.112 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.913+0000 7f0127068c80 0 mon.b@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2023-12-05T16:05:31.112 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.913+0000 7f0127068c80 0 mon.b@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2023-12-05T16:05:31.112 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:30 smithi038 bash[51671]: debug 2023-12-05T16:05:30.913+0000 7f0127068c80 1 mon.b@-1(???).paxosservice(auth 1..25) refresh upgraded, format 0 -> 3 2023-12-05T16:05:33.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:33 smithi038 bash[51671]: cluster 2023-12-05T16:05:32.376326+0000 mgr.y (mgr.34107) 60 : cluster 0 pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:33.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:33 smithi038 bash[51671]: cluster 2023-12-05T16:05:32.397375+0000 mon.a (mon.0) 78 : cluster 1 overall HEALTH_OK 2023-12-05T16:05:33.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:33 smithi038 bash[51671]: audit 2023-12-05T16:05:32.397965+0000 mon.a (mon.0) 79 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T16:05:33.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:33 smithi038 bash[51671]: cluster 2023-12-05T16:05:32.398335+0000 mon.a (mon.0) 80 : cluster 1 mon.a calling monitor election 2023-12-05T16:05:33.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:33 smithi038 bash[51671]: cluster 2023-12-05T16:05:32.398379+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2023-12-05T16:05:33.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:33 smithi038 bash[51671]: audit 2023-12-05T16:05:32.399494+0000 mon.a (mon.0) 81 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T16:05:33.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:33 smithi038 bash[51671]: cluster 2023-12-05T16:05:32.399640+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-05T16:05:33.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:33 smithi038 bash[51671]: audit 2023-12-05T16:05:32.399654+0000 mon.a (mon.0) 82 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T16:05:33.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:33 smithi038 bash[51671]: cluster 2023-12-05T16:05:32.401595+0000 mon.a (mon.0) 83 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T16:05:33.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:33 smithi038 bash[51671]: cluster 2023-12-05T16:05:32.409333+0000 mon.a (mon.0) 84 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],b=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T16:05:33.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:33 smithi038 bash[51671]: cluster 2023-12-05T16:05:32.410012+0000 mon.a (mon.0) 85 : cluster 0 fsmap 2023-12-05T16:05:33.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:33 smithi038 bash[51671]: cluster 2023-12-05T16:05:32.410060+0000 mon.a (mon.0) 86 : cluster 0 osdmap e106: 8 total, 8 up, 8 in 2023-12-05T16:05:33.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:33 smithi038 bash[51671]: cluster 2023-12-05T16:05:32.410565+0000 mon.a (mon.0) 87 : cluster 0 mgrmap e38: y(active, since 54s), standbys: x 2023-12-05T16:05:33.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:33 smithi038 bash[51671]: cluster 2023-12-05T16:05:32.415977+0000 mon.a (mon.0) 88 : cluster 1 overall HEALTH_OK 2023-12-05T16:05:33.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:33 smithi038 bash[51671]: audit 2023-12-05T16:05:32.422064+0000 mon.a (mon.0) 89 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:33.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:33 smithi038 bash[51671]: audit 2023-12-05T16:05:32.431125+0000 mon.a (mon.0) 90 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:33.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[64648]: cluster 2023-12-05T16:05:32.376326+0000 mgr.y (mgr.34107) 60 : cluster 0 pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:33.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[64648]: cluster 2023-12-05T16:05:32.397375+0000 mon.a (mon.0) 78 : cluster 1 overall HEALTH_OK 2023-12-05T16:05:33.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[64648]: audit 2023-12-05T16:05:32.397965+0000 mon.a (mon.0) 79 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T16:05:33.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[64648]: cluster 2023-12-05T16:05:32.398335+0000 mon.a (mon.0) 80 : cluster 1 mon.a calling monitor election 2023-12-05T16:05:33.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[64648]: cluster 2023-12-05T16:05:32.398379+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2023-12-05T16:05:33.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[64648]: audit 2023-12-05T16:05:32.399494+0000 mon.a (mon.0) 81 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T16:05:33.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[64648]: cluster 2023-12-05T16:05:32.399640+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-05T16:05:33.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[64648]: audit 2023-12-05T16:05:32.399654+0000 mon.a (mon.0) 82 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T16:05:33.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[64648]: cluster 2023-12-05T16:05:32.401595+0000 mon.a (mon.0) 83 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T16:05:33.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[64648]: cluster 2023-12-05T16:05:32.409333+0000 mon.a (mon.0) 84 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],b=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T16:05:33.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[64648]: cluster 2023-12-05T16:05:32.410012+0000 mon.a (mon.0) 85 : cluster 0 fsmap 2023-12-05T16:05:33.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[64648]: cluster 2023-12-05T16:05:32.410060+0000 mon.a (mon.0) 86 : cluster 0 osdmap e106: 8 total, 8 up, 8 in 2023-12-05T16:05:33.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[64648]: cluster 2023-12-05T16:05:32.410565+0000 mon.a (mon.0) 87 : cluster 0 mgrmap e38: y(active, since 54s), standbys: x 2023-12-05T16:05:33.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[64648]: cluster 2023-12-05T16:05:32.415977+0000 mon.a (mon.0) 88 : cluster 1 overall HEALTH_OK 2023-12-05T16:05:33.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[64648]: audit 2023-12-05T16:05:32.422064+0000 mon.a (mon.0) 89 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:33.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[64648]: audit 2023-12-05T16:05:32.431125+0000 mon.a (mon.0) 90 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:33.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[66045]: cluster 2023-12-05T16:05:32.376326+0000 mgr.y (mgr.34107) 60 : cluster 0 pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:33.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[66045]: cluster 2023-12-05T16:05:32.397375+0000 mon.a (mon.0) 78 : cluster 1 overall HEALTH_OK 2023-12-05T16:05:33.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[66045]: audit 2023-12-05T16:05:32.397965+0000 mon.a (mon.0) 79 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-05T16:05:33.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[66045]: cluster 2023-12-05T16:05:32.398335+0000 mon.a (mon.0) 80 : cluster 1 mon.a calling monitor election 2023-12-05T16:05:33.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[66045]: cluster 2023-12-05T16:05:32.398379+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2023-12-05T16:05:33.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[66045]: audit 2023-12-05T16:05:32.399494+0000 mon.a (mon.0) 81 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-05T16:05:33.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[66045]: cluster 2023-12-05T16:05:32.399640+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-05T16:05:33.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[66045]: audit 2023-12-05T16:05:32.399654+0000 mon.a (mon.0) 82 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-05T16:05:33.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[66045]: cluster 2023-12-05T16:05:32.401595+0000 mon.a (mon.0) 83 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-05T16:05:33.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[66045]: cluster 2023-12-05T16:05:32.409333+0000 mon.a (mon.0) 84 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],b=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],c=[v2:172.21.15.16:3301/0,v1:172.21.15.16:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-05T16:05:33.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[66045]: cluster 2023-12-05T16:05:32.410012+0000 mon.a (mon.0) 85 : cluster 0 fsmap 2023-12-05T16:05:33.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[66045]: cluster 2023-12-05T16:05:32.410060+0000 mon.a (mon.0) 86 : cluster 0 osdmap e106: 8 total, 8 up, 8 in 2023-12-05T16:05:33.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[66045]: cluster 2023-12-05T16:05:32.410565+0000 mon.a (mon.0) 87 : cluster 0 mgrmap e38: y(active, since 54s), standbys: x 2023-12-05T16:05:33.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[66045]: cluster 2023-12-05T16:05:32.415977+0000 mon.a (mon.0) 88 : cluster 1 overall HEALTH_OK 2023-12-05T16:05:33.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[66045]: audit 2023-12-05T16:05:32.422064+0000 mon.a (mon.0) 89 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:33.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:33 smithi016 bash[66045]: audit 2023-12-05T16:05:32.431125+0000 mon.a (mon.0) 90 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:35.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:35 smithi038 bash[51671]: cluster 2023-12-05T16:05:34.377128+0000 mgr.y (mgr.34107) 61 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:35.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:35 smithi016 bash[64648]: cluster 2023-12-05T16:05:34.377128+0000 mgr.y (mgr.34107) 61 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:35.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:35 smithi016 bash[66045]: cluster 2023-12-05T16:05:34.377128+0000 mgr.y (mgr.34107) 61 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:36.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:05:35 smithi016 bash[61294]: debug 2023-12-05T16:05:35.923+0000 7fea8ec1b700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-12-05T16:05:37.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:36 smithi038 bash[51671]: cluster 2023-12-05T16:05:36.378863+0000 mgr.y (mgr.34107) 62 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:37.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:36 smithi016 bash[64648]: cluster 2023-12-05T16:05:36.378863+0000 mgr.y (mgr.34107) 62 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:37.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:36 smithi016 bash[66045]: cluster 2023-12-05T16:05:36.378863+0000 mgr.y (mgr.34107) 62 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:39.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:05:38 smithi038 bash[49134]: ts=2023-12-05T16:05:38.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:05:39.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:39 smithi016 bash[64648]: cluster 2023-12-05T16:05:38.379623+0000 mgr.y (mgr.34107) 63 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:39.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:39 smithi016 bash[64648]: audit 2023-12-05T16:05:38.466811+0000 mon.a (mon.0) 91 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:05:39.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:39 smithi016 bash[64648]: audit 2023-12-05T16:05:38.854269+0000 mon.a (mon.0) 92 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:39.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:39 smithi016 bash[64648]: audit 2023-12-05T16:05:38.867150+0000 mon.a (mon.0) 93 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:39.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:39 smithi016 bash[66045]: cluster 2023-12-05T16:05:38.379623+0000 mgr.y (mgr.34107) 63 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:39.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:39 smithi016 bash[66045]: audit 2023-12-05T16:05:38.466811+0000 mon.a (mon.0) 91 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:05:39.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:39 smithi016 bash[66045]: audit 2023-12-05T16:05:38.854269+0000 mon.a (mon.0) 92 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:39.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:39 smithi016 bash[66045]: audit 2023-12-05T16:05:38.867150+0000 mon.a (mon.0) 93 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:39.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:39 smithi038 bash[51671]: cluster 2023-12-05T16:05:38.379623+0000 mgr.y (mgr.34107) 63 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:39.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:39 smithi038 bash[51671]: audit 2023-12-05T16:05:38.466811+0000 mon.a (mon.0) 91 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:05:39.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:39 smithi038 bash[51671]: audit 2023-12-05T16:05:38.854269+0000 mon.a (mon.0) 92 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:39.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:39 smithi038 bash[51671]: audit 2023-12-05T16:05:38.867150+0000 mon.a (mon.0) 93 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:40.354 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:05:40 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:05:40] "GET /metrics HTTP/1.1" 200 38171 "" "Prometheus/2.33.4" 2023-12-05T16:05:40.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:40 smithi016 bash[64648]: audit 2023-12-05T16:05:39.432882+0000 mgr.y (mgr.34107) 64 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:05:40.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:40 smithi016 bash[64648]: audit 2023-12-05T16:05:39.964883+0000 mon.a (mon.0) 94 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:40.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:40 smithi016 bash[64648]: audit 2023-12-05T16:05:39.975623+0000 mon.a (mon.0) 95 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:40.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:40 smithi016 bash[66045]: audit 2023-12-05T16:05:39.432882+0000 mgr.y (mgr.34107) 64 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:05:40.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:40 smithi016 bash[66045]: audit 2023-12-05T16:05:39.964883+0000 mon.a (mon.0) 94 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:40.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:40 smithi016 bash[66045]: audit 2023-12-05T16:05:39.975623+0000 mon.a (mon.0) 95 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:40.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:40 smithi038 bash[51671]: audit 2023-12-05T16:05:39.432882+0000 mgr.y (mgr.34107) 64 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:05:40.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:40 smithi038 bash[51671]: audit 2023-12-05T16:05:39.964883+0000 mon.a (mon.0) 94 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:40.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:40 smithi038 bash[51671]: audit 2023-12-05T16:05:39.975623+0000 mon.a (mon.0) 95 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:41.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:41 smithi016 bash[64648]: cluster 2023-12-05T16:05:40.381415+0000 mgr.y (mgr.34107) 65 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:41.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:41 smithi016 bash[66045]: cluster 2023-12-05T16:05:40.381415+0000 mgr.y (mgr.34107) 65 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:41.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:41 smithi038 bash[51671]: cluster 2023-12-05T16:05:40.381415+0000 mgr.y (mgr.34107) 65 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:43.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:43 smithi038 bash[51671]: cluster 2023-12-05T16:05:42.382150+0000 mgr.y (mgr.34107) 66 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:43.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:43 smithi016 bash[64648]: cluster 2023-12-05T16:05:42.382150+0000 mgr.y (mgr.34107) 66 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:43.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:43 smithi016 bash[66045]: cluster 2023-12-05T16:05:42.382150+0000 mgr.y (mgr.34107) 66 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:45.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:45 smithi038 bash[51671]: cluster 2023-12-05T16:05:44.382957+0000 mgr.y (mgr.34107) 67 : cluster 0 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 2023-12-05T16:05:45.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:45 smithi016 bash[64648]: cluster 2023-12-05T16:05:44.382957+0000 mgr.y (mgr.34107) 67 : cluster 0 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 2023-12-05T16:05:45.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:45 smithi016 bash[66045]: cluster 2023-12-05T16:05:44.382957+0000 mgr.y (mgr.34107) 67 : cluster 0 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 2023-12-05T16:05:47.790 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:47 smithi038 bash[51671]: cluster 2023-12-05T16:05:46.384630+0000 mgr.y (mgr.34107) 68 : cluster 0 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 2023-12-05T16:05:47.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:47 smithi016 bash[64648]: cluster 2023-12-05T16:05:46.384630+0000 mgr.y (mgr.34107) 68 : cluster 0 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 2023-12-05T16:05:47.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:47 smithi016 bash[66045]: cluster 2023-12-05T16:05:46.384630+0000 mgr.y (mgr.34107) 68 : cluster 0 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 2023-12-05T16:05:49.091 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:05:48 smithi038 bash[49134]: ts=2023-12-05T16:05: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.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:05:49.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:49 smithi038 bash[51671]: cluster 2023-12-05T16:05:48.385439+0000 mgr.y (mgr.34107) 69 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:49.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:49 smithi016 bash[64648]: cluster 2023-12-05T16:05:48.385439+0000 mgr.y (mgr.34107) 69 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:49.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:49 smithi016 bash[66045]: cluster 2023-12-05T16:05:48.385439+0000 mgr.y (mgr.34107) 69 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:50.361 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:05:50] "GET /metrics HTTP/1.1" 200 38171 "" "Prometheus/2.33.4" 2023-12-05T16:05:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:50 smithi038 bash[51671]: audit 2023-12-05T16:05:49.440971+0000 mgr.y (mgr.34107) 70 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:05:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:50 smithi038 bash[51671]: audit 2023-12-05T16:05:49.827815+0000 mon.a (mon.0) 96 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:50 smithi038 bash[51671]: audit 2023-12-05T16:05:49.839387+0000 mon.a (mon.0) 97 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:50 smithi038 bash[51671]: audit 2023-12-05T16:05:49.841814+0000 mon.a (mon.0) 98 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:50 smithi038 bash[51671]: audit 2023-12-05T16:05:49.843478+0000 mon.a (mon.0) 99 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:05:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:50 smithi038 bash[51671]: audit 2023-12-05T16:05:49.850889+0000 mon.a (mon.0) 100 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:50 smithi038 bash[51671]: audit 2023-12-05T16:05:49.923723+0000 mon.a (mon.0) 101 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:05:51.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:50 smithi038 bash[51671]: audit 2023-12-05T16:05:49.925517+0000 mon.a (mon.0) 102 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:05:51.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:50 smithi038 bash[51671]: audit 2023-12-05T16:05:49.927057+0000 mon.a (mon.0) 103 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:51.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[64648]: audit 2023-12-05T16:05:49.440971+0000 mgr.y (mgr.34107) 70 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:05:51.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[64648]: audit 2023-12-05T16:05:49.827815+0000 mon.a (mon.0) 96 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:51.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[64648]: audit 2023-12-05T16:05:49.839387+0000 mon.a (mon.0) 97 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:51.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[64648]: audit 2023-12-05T16:05:49.841814+0000 mon.a (mon.0) 98 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:51.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[64648]: audit 2023-12-05T16:05:49.843478+0000 mon.a (mon.0) 99 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:05:51.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[64648]: audit 2023-12-05T16:05:49.850889+0000 mon.a (mon.0) 100 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:51.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[64648]: audit 2023-12-05T16:05:49.923723+0000 mon.a (mon.0) 101 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:05:51.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[64648]: audit 2023-12-05T16:05:49.925517+0000 mon.a (mon.0) 102 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:05:51.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[64648]: audit 2023-12-05T16:05:49.927057+0000 mon.a (mon.0) 103 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[66045]: audit 2023-12-05T16:05:49.440971+0000 mgr.y (mgr.34107) 70 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:05:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[66045]: audit 2023-12-05T16:05:49.827815+0000 mon.a (mon.0) 96 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[66045]: audit 2023-12-05T16:05:49.839387+0000 mon.a (mon.0) 97 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[66045]: audit 2023-12-05T16:05:49.841814+0000 mon.a (mon.0) 98 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[66045]: audit 2023-12-05T16:05:49.843478+0000 mon.a (mon.0) 99 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:05:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[66045]: audit 2023-12-05T16:05:49.850889+0000 mon.a (mon.0) 100 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[66045]: audit 2023-12-05T16:05:49.923723+0000 mon.a (mon.0) 101 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:05:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[66045]: audit 2023-12-05T16:05:49.925517+0000 mon.a (mon.0) 102 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:05:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:50 smithi016 bash[66045]: audit 2023-12-05T16:05:49.927057+0000 mon.a (mon.0) 103 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:52.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:51 smithi038 bash[51671]: cephadm 2023-12-05T16:05:49.923038+0000 mgr.y (mgr.34107) 71 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-05T16:05:52.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:51 smithi038 bash[51671]: cephadm 2023-12-05T16:05:49.928750+0000 mgr.y (mgr.34107) 72 : cephadm 1 Reconfiguring daemon mon.a on smithi016 2023-12-05T16:05:52.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:51 smithi038 bash[51671]: cluster 2023-12-05T16:05:50.386661+0000 mgr.y (mgr.34107) 73 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:52.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:51 smithi016 bash[66045]: cephadm 2023-12-05T16:05:49.923038+0000 mgr.y (mgr.34107) 71 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-05T16:05:52.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:51 smithi016 bash[66045]: cephadm 2023-12-05T16:05:49.928750+0000 mgr.y (mgr.34107) 72 : cephadm 1 Reconfiguring daemon mon.a on smithi016 2023-12-05T16:05:52.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:51 smithi016 bash[66045]: cluster 2023-12-05T16:05:50.386661+0000 mgr.y (mgr.34107) 73 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:52.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:51 smithi016 bash[64648]: cephadm 2023-12-05T16:05:49.923038+0000 mgr.y (mgr.34107) 71 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-05T16:05:52.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:51 smithi016 bash[64648]: cephadm 2023-12-05T16:05:49.928750+0000 mgr.y (mgr.34107) 72 : cephadm 1 Reconfiguring daemon mon.a on smithi016 2023-12-05T16:05:52.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:51 smithi016 bash[64648]: cluster 2023-12-05T16:05:50.386661+0000 mgr.y (mgr.34107) 73 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:53.484 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:53 smithi016 bash[64648]: audit 2023-12-05T16:05:52.220673+0000 mon.a (mon.0) 104 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:53.484 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:53 smithi016 bash[64648]: audit 2023-12-05T16:05:52.228298+0000 mon.a (mon.0) 105 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:53.484 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:53 smithi016 bash[64648]: cephadm 2023-12-05T16:05:52.248498+0000 mgr.y (mgr.34107) 74 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-05T16:05:53.485 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:53 smithi016 bash[64648]: audit 2023-12-05T16:05:52.249124+0000 mon.a (mon.0) 106 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:05:53.485 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:53 smithi016 bash[64648]: audit 2023-12-05T16:05:52.250814+0000 mon.a (mon.0) 107 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:05:53.485 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:53 smithi016 bash[64648]: audit 2023-12-05T16:05:52.252450+0000 mon.a (mon.0) 108 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:53.485 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:53 smithi016 bash[64648]: cephadm 2023-12-05T16:05:52.254273+0000 mgr.y (mgr.34107) 75 : cephadm 1 Reconfiguring daemon mgr.y on smithi016 2023-12-05T16:05:53.485 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:53 smithi016 bash[64648]: cluster 2023-12-05T16:05:52.387357+0000 mgr.y (mgr.34107) 76 : cluster 0 pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:53.486 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:53 smithi016 bash[66045]: audit 2023-12-05T16:05:52.220673+0000 mon.a (mon.0) 104 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:53.486 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:53 smithi016 bash[66045]: audit 2023-12-05T16:05:52.228298+0000 mon.a (mon.0) 105 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:53.486 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:53 smithi016 bash[66045]: cephadm 2023-12-05T16:05:52.248498+0000 mgr.y (mgr.34107) 74 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-05T16:05:53.486 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:53 smithi016 bash[66045]: audit 2023-12-05T16:05:52.249124+0000 mon.a (mon.0) 106 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:05:53.486 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:53 smithi016 bash[66045]: audit 2023-12-05T16:05:52.250814+0000 mon.a (mon.0) 107 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:05:53.486 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:53 smithi016 bash[66045]: audit 2023-12-05T16:05:52.252450+0000 mon.a (mon.0) 108 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:53.487 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:53 smithi016 bash[66045]: cephadm 2023-12-05T16:05:52.254273+0000 mgr.y (mgr.34107) 75 : cephadm 1 Reconfiguring daemon mgr.y on smithi016 2023-12-05T16:05:53.487 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:53 smithi016 bash[66045]: cluster 2023-12-05T16:05:52.387357+0000 mgr.y (mgr.34107) 76 : cluster 0 pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:53.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:53 smithi038 bash[51671]: audit 2023-12-05T16:05:52.220673+0000 mon.a (mon.0) 104 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:53.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:53 smithi038 bash[51671]: audit 2023-12-05T16:05:52.228298+0000 mon.a (mon.0) 105 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:53.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:53 smithi038 bash[51671]: cephadm 2023-12-05T16:05:52.248498+0000 mgr.y (mgr.34107) 74 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-05T16:05:53.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:53 smithi038 bash[51671]: audit 2023-12-05T16:05:52.249124+0000 mon.a (mon.0) 106 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:05:53.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:53 smithi038 bash[51671]: audit 2023-12-05T16:05:52.250814+0000 mon.a (mon.0) 107 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:05:53.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:53 smithi038 bash[51671]: audit 2023-12-05T16:05:52.252450+0000 mon.a (mon.0) 108 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:53.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:53 smithi038 bash[51671]: cephadm 2023-12-05T16:05:52.254273+0000 mgr.y (mgr.34107) 75 : cephadm 1 Reconfiguring daemon mgr.y on smithi016 2023-12-05T16:05:53.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:53 smithi038 bash[51671]: cluster 2023-12-05T16:05:52.387357+0000 mgr.y (mgr.34107) 76 : cluster 0 pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:05:54.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:54 smithi016 bash[64648]: audit 2023-12-05T16:05:53.467416+0000 mon.a (mon.0) 109 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:05:54.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:54 smithi016 bash[66045]: audit 2023-12-05T16:05:53.467416+0000 mon.a (mon.0) 109 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:05:54.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:54 smithi038 bash[51671]: audit 2023-12-05T16:05:53.467416+0000 mon.a (mon.0) 109 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:05:55.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:55 smithi016 bash[66045]: audit 2023-12-05T16:05:54.360742+0000 mon.a (mon.0) 110 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:55.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:55 smithi016 bash[66045]: audit 2023-12-05T16:05:54.371825+0000 mon.a (mon.0) 111 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:55.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:55 smithi016 bash[66045]: cephadm 2023-12-05T16:05:54.375636+0000 mgr.y (mgr.34107) 77 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-05T16:05:55.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:55 smithi016 bash[66045]: audit 2023-12-05T16:05:54.376241+0000 mon.a (mon.0) 112 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:05:55.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:55 smithi016 bash[66045]: audit 2023-12-05T16:05:54.377884+0000 mon.a (mon.0) 113 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:05:55.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:55 smithi016 bash[66045]: audit 2023-12-05T16:05:54.379405+0000 mon.a (mon.0) 114 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:55.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:55 smithi016 bash[66045]: cephadm 2023-12-05T16:05:54.381338+0000 mgr.y (mgr.34107) 78 : cephadm 1 Reconfiguring daemon mon.c on smithi016 2023-12-05T16:05:55.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:55 smithi016 bash[66045]: cluster 2023-12-05T16:05:54.388299+0000 mgr.y (mgr.34107) 79 : cluster 0 pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:55.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:55 smithi016 bash[64648]: audit 2023-12-05T16:05:54.360742+0000 mon.a (mon.0) 110 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:55.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:55 smithi016 bash[64648]: audit 2023-12-05T16:05:54.371825+0000 mon.a (mon.0) 111 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:55.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:55 smithi016 bash[64648]: cephadm 2023-12-05T16:05:54.375636+0000 mgr.y (mgr.34107) 77 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-05T16:05:55.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:55 smithi016 bash[64648]: audit 2023-12-05T16:05:54.376241+0000 mon.a (mon.0) 112 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:05:55.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:55 smithi016 bash[64648]: audit 2023-12-05T16:05:54.377884+0000 mon.a (mon.0) 113 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:05:55.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:55 smithi016 bash[64648]: audit 2023-12-05T16:05:54.379405+0000 mon.a (mon.0) 114 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:55.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:55 smithi016 bash[64648]: cephadm 2023-12-05T16:05:54.381338+0000 mgr.y (mgr.34107) 78 : cephadm 1 Reconfiguring daemon mon.c on smithi016 2023-12-05T16:05:55.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:55 smithi016 bash[64648]: cluster 2023-12-05T16:05:54.388299+0000 mgr.y (mgr.34107) 79 : cluster 0 pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:55.637 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:05:55.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:55 smithi038 bash[51671]: audit 2023-12-05T16:05:54.360742+0000 mon.a (mon.0) 110 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:55.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:55 smithi038 bash[51671]: audit 2023-12-05T16:05:54.371825+0000 mon.a (mon.0) 111 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:55.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:55 smithi038 bash[51671]: cephadm 2023-12-05T16:05:54.375636+0000 mgr.y (mgr.34107) 77 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-05T16:05:55.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:55 smithi038 bash[51671]: audit 2023-12-05T16:05:54.376241+0000 mon.a (mon.0) 112 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:05:55.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:55 smithi038 bash[51671]: audit 2023-12-05T16:05:54.377884+0000 mon.a (mon.0) 113 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:05:55.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:55 smithi038 bash[51671]: audit 2023-12-05T16:05:54.379405+0000 mon.a (mon.0) 114 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:55.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:55 smithi038 bash[51671]: cephadm 2023-12-05T16:05:54.381338+0000 mgr.y (mgr.34107) 78 : cephadm 1 Reconfiguring daemon mon.c on smithi016 2023-12-05T16:05:55.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:55 smithi038 bash[51671]: cluster 2023-12-05T16:05:54.388299+0000 mgr.y (mgr.34107) 79 : cluster 0 pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:05:56.400 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:05:56.401 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (3m) 43s ago 10m 16.0M - 0.23.0 ba2b418f427c c48b395728e7 2023-12-05T16:05:56.401 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (2m) 17s ago 10m 42.8M - 8.3.5 dad864ee21e9 d6befc9f2bcf 2023-12-05T16:05:56.401 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (2m) 43s ago 8m 46.4M - 3.5 e1d6a67b021e bbc51b2e3d6d 2023-12-05T16:05:56.401 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283,8765 running (112s) 17s ago 16m 432M - 19.0.0-13-ge6605fb8 104f332cd0a9 d9865fd32494 2023-12-05T16:05:56.401 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:8443,9283,8765 running (2m) 43s ago 18m 481M - 19.0.0-13-ge6605fb8 104f332cd0a9 d8aa9c1870da 2023-12-05T16:05:56.401 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (89s) 43s ago 18m 38.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 61d4ec4cbec6 2023-12-05T16:05:56.401 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (26s) 17s ago 16m 22.9M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 35fe6c2d8ea2 2023-12-05T16:05:56.401 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (52s) 43s ago 16m 21.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 e48e3724baef 2023-12-05T16:05:56.401 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (3m) 43s ago 10m 11.8M - 1.3.1 1dbe0e931976 a7ad6c0fa35b 2023-12-05T16:05:56.401 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (3m) 17s ago 10m 11.4M - 1.3.1 1dbe0e931976 dac45ac68b6c 2023-12-05T16:05:56.402 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (15m) 43s ago 15m 58.8M 2782M 17.2.0 e1d6a67b021e 4f30dfb19a1d 2023-12-05T16:05:56.402 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (15m) 43s ago 15m 60.6M 2782M 17.2.0 e1d6a67b021e 86b3fa0a663f 2023-12-05T16:05:56.402 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (14m) 43s ago 14m 56.7M 2782M 17.2.0 e1d6a67b021e 4490977f74dc 2023-12-05T16:05:56.402 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (13m) 43s ago 13m 57.8M 2782M 17.2.0 e1d6a67b021e 715c72066f0e 2023-12-05T16:05:56.402 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (13m) 17s ago 13m 59.8M 3038M 17.2.0 e1d6a67b021e 1e5c4e736858 2023-12-05T16:05:56.402 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (12m) 17s ago 12m 55.5M 3038M 17.2.0 e1d6a67b021e 8938c96c499f 2023-12-05T16:05:56.402 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (12m) 17s ago 12m 55.7M 3038M 17.2.0 e1d6a67b021e ac02a2497ba9 2023-12-05T16:05:56.402 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (11m) 17s ago 11m 57.4M 3038M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T16:05:56.402 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (119s) 17s ago 10m 58.0M - 2.33.4 514e6a882f6e 2178b2710d9e 2023-12-05T16:05:56.402 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (8m) 43s ago 8m 87.0M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:05:56.402 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (8m) 17s ago 8m 87.2M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:05:56.402 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (8m) 43s ago 8m 87.0M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:05:56.402 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (8m) 17s ago 8m 86.9M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:05:56.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:56 smithi038 bash[51671]: audit 2023-12-05T16:05:55.616618+0000 mgr.y (mgr.34107) 80 : audit 0 from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:56.843 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:05:56.843 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:05:56.843 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T16:05:56.843 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:05:56.844 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:05:56.844 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:05:56.844 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:05:56.844 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:05:56.844 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:05:56.844 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:05:56.844 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:05:56.844 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:05:56.844 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:05:56.844 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:05:56.844 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-05T16:05:56.844 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 5 2023-12-05T16:05:56.844 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:05:56.844 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:05:56.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:56 smithi016 bash[64648]: audit 2023-12-05T16:05:55.616618+0000 mgr.y (mgr.34107) 80 : audit 0 from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:56.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:56 smithi016 bash[66045]: audit 2023-12-05T16:05:55.616618+0000 mgr.y (mgr.34107) 80 : audit 0 from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:57.236 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:05:57.237 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:05:57.237 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:05:57.237 INFO:teuthology.orchestra.run.smithi016.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:05:57.237 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [ 2023-12-05T16:05:57.237 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr", 2023-12-05T16:05:57.237 INFO:teuthology.orchestra.run.smithi016.stdout: "mon" 2023-12-05T16:05:57.237 INFO:teuthology.orchestra.run.smithi016.stdout: ], 2023-12-05T16:05:57.237 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "5/23 daemons upgraded", 2023-12-05T16:05:57.237 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "Currently upgrading mon daemons", 2023-12-05T16:05:57.237 INFO:teuthology.orchestra.run.smithi016.stdout: "is_paused": false 2023-12-05T16:05:57.237 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:05:57.688 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_OK 2023-12-05T16:05:57.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:57 smithi038 bash[51671]: audit 2023-12-05T16:05:55.998380+0000 mgr.y (mgr.34107) 81 : audit 0 from='client.44143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:57.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:57 smithi038 bash[51671]: audit 2023-12-05T16:05:56.372040+0000 mgr.y (mgr.34107) 82 : audit 0 from='client.44149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:57.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:57 smithi038 bash[51671]: cluster 2023-12-05T16:05:56.390205+0000 mgr.y (mgr.34107) 83 : cluster 0 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 2023-12-05T16:05:57.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:57 smithi038 bash[51671]: audit 2023-12-05T16:05:56.534134+0000 mon.a (mon.0) 115 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:57.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:57 smithi038 bash[51671]: audit 2023-12-05T16:05:56.543620+0000 mon.a (mon.0) 116 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:57 smithi038 bash[51671]: cephadm 2023-12-05T16:05:56.550298+0000 mgr.y (mgr.34107) 84 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-05T16:05:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:57 smithi038 bash[51671]: audit 2023-12-05T16:05:56.550766+0000 mon.a (mon.0) 117 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T16:05:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:57 smithi038 bash[51671]: audit 2023-12-05T16:05:56.551962+0000 mon.a (mon.0) 118 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:57 smithi038 bash[51671]: cephadm 2023-12-05T16:05:56.555438+0000 mgr.y (mgr.34107) 85 : cephadm 1 Reconfiguring daemon osd.0 on smithi016 2023-12-05T16:05:57.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:57 smithi038 bash[51671]: audit 2023-12-05T16:05:56.837647+0000 mon.a (mon.0) 119 : audit 0 from='client.? 172.21.15.16:0/1325946402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:05:57.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[64648]: audit 2023-12-05T16:05:55.998380+0000 mgr.y (mgr.34107) 81 : audit 0 from='client.44143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:57.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[64648]: audit 2023-12-05T16:05:56.372040+0000 mgr.y (mgr.34107) 82 : audit 0 from='client.44149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:57.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[64648]: cluster 2023-12-05T16:05:56.390205+0000 mgr.y (mgr.34107) 83 : cluster 0 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 2023-12-05T16:05:57.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[64648]: audit 2023-12-05T16:05:56.534134+0000 mon.a (mon.0) 115 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:57.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[64648]: audit 2023-12-05T16:05:56.543620+0000 mon.a (mon.0) 116 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:57.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[64648]: cephadm 2023-12-05T16:05:56.550298+0000 mgr.y (mgr.34107) 84 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-05T16:05:57.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[64648]: audit 2023-12-05T16:05:56.550766+0000 mon.a (mon.0) 117 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T16:05:57.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[64648]: audit 2023-12-05T16:05:56.551962+0000 mon.a (mon.0) 118 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:57.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[64648]: cephadm 2023-12-05T16:05:56.555438+0000 mgr.y (mgr.34107) 85 : cephadm 1 Reconfiguring daemon osd.0 on smithi016 2023-12-05T16:05:57.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[64648]: audit 2023-12-05T16:05:56.837647+0000 mon.a (mon.0) 119 : audit 0 from='client.? 172.21.15.16:0/1325946402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:05:57.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[66045]: audit 2023-12-05T16:05:55.998380+0000 mgr.y (mgr.34107) 81 : audit 0 from='client.44143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:57.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[66045]: audit 2023-12-05T16:05:56.372040+0000 mgr.y (mgr.34107) 82 : audit 0 from='client.44149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:57.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[66045]: cluster 2023-12-05T16:05:56.390205+0000 mgr.y (mgr.34107) 83 : cluster 0 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 2023-12-05T16:05:57.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[66045]: audit 2023-12-05T16:05:56.534134+0000 mon.a (mon.0) 115 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:57.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[66045]: audit 2023-12-05T16:05:56.543620+0000 mon.a (mon.0) 116 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:05:57.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[66045]: cephadm 2023-12-05T16:05:56.550298+0000 mgr.y (mgr.34107) 84 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-05T16:05:57.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[66045]: audit 2023-12-05T16:05:56.550766+0000 mon.a (mon.0) 117 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T16:05:57.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[66045]: audit 2023-12-05T16:05:56.551962+0000 mon.a (mon.0) 118 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:05:57.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[66045]: cephadm 2023-12-05T16:05:56.555438+0000 mgr.y (mgr.34107) 85 : cephadm 1 Reconfiguring daemon osd.0 on smithi016 2023-12-05T16:05:57.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:57 smithi016 bash[66045]: audit 2023-12-05T16:05:56.837647+0000 mon.a (mon.0) 119 : audit 0 from='client.? 172.21.15.16:0/1325946402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:05:58.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:58 smithi038 bash[51671]: audit 2023-12-05T16:05:57.230387+0000 mgr.y (mgr.34107) 86 : audit 0 from='client.34233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:58.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:58 smithi038 bash[51671]: audit 2023-12-05T16:05:57.682454+0000 mon.a (mon.0) 120 : audit 0 from='client.? 172.21.15.16:0/4133831160' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:05:58.839 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:05:58 smithi038 bash[49134]: ts=2023-12-05T16:05: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.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:05:58.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:58 smithi016 bash[64648]: audit 2023-12-05T16:05:57.230387+0000 mgr.y (mgr.34107) 86 : audit 0 from='client.34233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:58.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:58 smithi016 bash[64648]: audit 2023-12-05T16:05:57.682454+0000 mon.a (mon.0) 120 : audit 0 from='client.? 172.21.15.16:0/4133831160' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:05:58.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:58 smithi016 bash[66045]: audit 2023-12-05T16:05:57.230387+0000 mgr.y (mgr.34107) 86 : audit 0 from='client.34233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:05:58.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:58 smithi016 bash[66045]: audit 2023-12-05T16:05:57.682454+0000 mon.a (mon.0) 120 : audit 0 from='client.? 172.21.15.16:0/4133831160' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:06:00.048 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:59 smithi016 bash[64648]: cluster 2023-12-05T16:05:58.391134+0000 mgr.y (mgr.34107) 87 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:00.048 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:59 smithi016 bash[64648]: audit 2023-12-05T16:05:58.752053+0000 mon.a (mon.0) 121 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:00.048 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:59 smithi016 bash[64648]: audit 2023-12-05T16:05:58.763437+0000 mon.a (mon.0) 122 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:00.048 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:59 smithi016 bash[64648]: cephadm 2023-12-05T16:05:58.773287+0000 mgr.y (mgr.34107) 88 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-05T16:06:00.048 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:59 smithi016 bash[64648]: audit 2023-12-05T16:05:58.773931+0000 mon.a (mon.0) 123 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T16:06:00.048 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:59 smithi016 bash[64648]: audit 2023-12-05T16:05:58.775563+0000 mon.a (mon.0) 124 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:00.048 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:05:59 smithi016 bash[64648]: cephadm 2023-12-05T16:05:58.779678+0000 mgr.y (mgr.34107) 89 : cephadm 1 Reconfiguring daemon osd.1 on smithi016 2023-12-05T16:06:00.048 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:59 smithi016 bash[66045]: cluster 2023-12-05T16:05:58.391134+0000 mgr.y (mgr.34107) 87 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:00.049 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:59 smithi016 bash[66045]: audit 2023-12-05T16:05:58.752053+0000 mon.a (mon.0) 121 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:00.049 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:59 smithi016 bash[66045]: audit 2023-12-05T16:05:58.763437+0000 mon.a (mon.0) 122 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:00.049 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:59 smithi016 bash[66045]: cephadm 2023-12-05T16:05:58.773287+0000 mgr.y (mgr.34107) 88 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-05T16:06:00.049 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:59 smithi016 bash[66045]: audit 2023-12-05T16:05:58.773931+0000 mon.a (mon.0) 123 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T16:06:00.049 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:59 smithi016 bash[66045]: audit 2023-12-05T16:05:58.775563+0000 mon.a (mon.0) 124 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:00.049 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:05:59 smithi016 bash[66045]: cephadm 2023-12-05T16:05:58.779678+0000 mgr.y (mgr.34107) 89 : cephadm 1 Reconfiguring daemon osd.1 on smithi016 2023-12-05T16:06:00.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:59 smithi038 bash[51671]: cluster 2023-12-05T16:05:58.391134+0000 mgr.y (mgr.34107) 87 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:00.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:59 smithi038 bash[51671]: audit 2023-12-05T16:05:58.752053+0000 mon.a (mon.0) 121 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:00.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:59 smithi038 bash[51671]: audit 2023-12-05T16:05:58.763437+0000 mon.a (mon.0) 122 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:00.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:59 smithi038 bash[51671]: cephadm 2023-12-05T16:05:58.773287+0000 mgr.y (mgr.34107) 88 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-05T16:06:00.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:59 smithi038 bash[51671]: audit 2023-12-05T16:05:58.773931+0000 mon.a (mon.0) 123 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T16:06:00.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:59 smithi038 bash[51671]: audit 2023-12-05T16:05:58.775563+0000 mon.a (mon.0) 124 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:00.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:05:59 smithi038 bash[51671]: cephadm 2023-12-05T16:05:58.779678+0000 mgr.y (mgr.34107) 89 : cephadm 1 Reconfiguring daemon osd.1 on smithi016 2023-12-05T16:06:00.371 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:06:00 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:06:00] "GET /metrics HTTP/1.1" 200 38170 "" "Prometheus/2.33.4" 2023-12-05T16:06:01.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:00 smithi038 bash[51671]: audit 2023-12-05T16:05:59.448903+0000 mgr.y (mgr.34107) 90 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:06:01.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:00 smithi016 bash[64648]: audit 2023-12-05T16:05:59.448903+0000 mgr.y (mgr.34107) 90 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:06:01.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:00 smithi016 bash[66045]: audit 2023-12-05T16:05:59.448903+0000 mgr.y (mgr.34107) 90 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:06:02.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:01 smithi038 bash[51671]: cluster 2023-12-05T16:06:00.392882+0000 mgr.y (mgr.34107) 91 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:02.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:01 smithi038 bash[51671]: audit 2023-12-05T16:06:00.965896+0000 mon.a (mon.0) 125 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:02.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:01 smithi038 bash[51671]: audit 2023-12-05T16:06:00.977081+0000 mon.a (mon.0) 126 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:02.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:01 smithi038 bash[51671]: audit 2023-12-05T16:06:00.999239+0000 mon.a (mon.0) 127 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T16:06:02.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:01 smithi038 bash[51671]: audit 2023-12-05T16:06:01.000859+0000 mon.a (mon.0) 128 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:02.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:01 smithi016 bash[64648]: cluster 2023-12-05T16:06:00.392882+0000 mgr.y (mgr.34107) 91 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:02.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:01 smithi016 bash[64648]: audit 2023-12-05T16:06:00.965896+0000 mon.a (mon.0) 125 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:02.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:01 smithi016 bash[64648]: audit 2023-12-05T16:06:00.977081+0000 mon.a (mon.0) 126 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:02.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:01 smithi016 bash[64648]: audit 2023-12-05T16:06:00.999239+0000 mon.a (mon.0) 127 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T16:06:02.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:01 smithi016 bash[64648]: audit 2023-12-05T16:06:01.000859+0000 mon.a (mon.0) 128 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:02.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:01 smithi016 bash[66045]: cluster 2023-12-05T16:06:00.392882+0000 mgr.y (mgr.34107) 91 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:02.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:01 smithi016 bash[66045]: audit 2023-12-05T16:06:00.965896+0000 mon.a (mon.0) 125 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:02.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:01 smithi016 bash[66045]: audit 2023-12-05T16:06:00.977081+0000 mon.a (mon.0) 126 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:02.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:01 smithi016 bash[66045]: audit 2023-12-05T16:06:00.999239+0000 mon.a (mon.0) 127 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T16:06:02.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:01 smithi016 bash[66045]: audit 2023-12-05T16:06:01.000859+0000 mon.a (mon.0) 128 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:02.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:02 smithi016 bash[64648]: cephadm 2023-12-05T16:06:00.998574+0000 mgr.y (mgr.34107) 92 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-05T16:06:02.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:02 smithi016 bash[64648]: cephadm 2023-12-05T16:06:01.005875+0000 mgr.y (mgr.34107) 93 : cephadm 1 Reconfiguring daemon osd.2 on smithi016 2023-12-05T16:06:02.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:02 smithi016 bash[66045]: cephadm 2023-12-05T16:06:00.998574+0000 mgr.y (mgr.34107) 92 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-05T16:06:02.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:02 smithi016 bash[66045]: cephadm 2023-12-05T16:06:01.005875+0000 mgr.y (mgr.34107) 93 : cephadm 1 Reconfiguring daemon osd.2 on smithi016 2023-12-05T16:06:03.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:02 smithi038 bash[51671]: cephadm 2023-12-05T16:06:00.998574+0000 mgr.y (mgr.34107) 92 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-05T16:06:03.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:02 smithi038 bash[51671]: cephadm 2023-12-05T16:06:01.005875+0000 mgr.y (mgr.34107) 93 : cephadm 1 Reconfiguring daemon osd.2 on smithi016 2023-12-05T16:06:04.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:03 smithi038 bash[51671]: cluster 2023-12-05T16:06:02.393589+0000 mgr.y (mgr.34107) 94 : cluster 0 pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:04.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:03 smithi038 bash[51671]: audit 2023-12-05T16:06:03.225990+0000 mon.a (mon.0) 129 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:04.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:03 smithi038 bash[51671]: audit 2023-12-05T16:06:03.235279+0000 mon.a (mon.0) 130 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:04.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:03 smithi038 bash[51671]: audit 2023-12-05T16:06:03.275239+0000 mon.a (mon.0) 131 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T16:06:04.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:03 smithi038 bash[51671]: audit 2023-12-05T16:06:03.277103+0000 mon.a (mon.0) 132 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:04.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:03 smithi016 bash[64648]: cluster 2023-12-05T16:06:02.393589+0000 mgr.y (mgr.34107) 94 : cluster 0 pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:04.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:03 smithi016 bash[64648]: audit 2023-12-05T16:06:03.225990+0000 mon.a (mon.0) 129 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:04.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:03 smithi016 bash[64648]: audit 2023-12-05T16:06:03.235279+0000 mon.a (mon.0) 130 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:04.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:03 smithi016 bash[64648]: audit 2023-12-05T16:06:03.275239+0000 mon.a (mon.0) 131 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T16:06:04.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:03 smithi016 bash[64648]: audit 2023-12-05T16:06:03.277103+0000 mon.a (mon.0) 132 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:04.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:03 smithi016 bash[66045]: cluster 2023-12-05T16:06:02.393589+0000 mgr.y (mgr.34107) 94 : cluster 0 pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:04.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:03 smithi016 bash[66045]: audit 2023-12-05T16:06:03.225990+0000 mon.a (mon.0) 129 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:04.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:03 smithi016 bash[66045]: audit 2023-12-05T16:06:03.235279+0000 mon.a (mon.0) 130 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:04.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:03 smithi016 bash[66045]: audit 2023-12-05T16:06:03.275239+0000 mon.a (mon.0) 131 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T16:06:04.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:03 smithi016 bash[66045]: audit 2023-12-05T16:06:03.277103+0000 mon.a (mon.0) 132 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:05.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:04 smithi016 bash[64648]: cephadm 2023-12-05T16:06:03.274529+0000 mgr.y (mgr.34107) 95 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-05T16:06:05.035 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:04 smithi016 bash[64648]: cephadm 2023-12-05T16:06:03.283333+0000 mgr.y (mgr.34107) 96 : cephadm 1 Reconfiguring daemon osd.3 on smithi016 2023-12-05T16:06:05.035 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:04 smithi016 bash[66045]: cephadm 2023-12-05T16:06:03.274529+0000 mgr.y (mgr.34107) 95 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-05T16:06:05.035 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:04 smithi016 bash[66045]: cephadm 2023-12-05T16:06:03.283333+0000 mgr.y (mgr.34107) 96 : cephadm 1 Reconfiguring daemon osd.3 on smithi016 2023-12-05T16:06:05.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:04 smithi038 bash[51671]: cephadm 2023-12-05T16:06:03.274529+0000 mgr.y (mgr.34107) 95 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-05T16:06:05.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:04 smithi038 bash[51671]: cephadm 2023-12-05T16:06:03.283333+0000 mgr.y (mgr.34107) 96 : cephadm 1 Reconfiguring daemon osd.3 on smithi016 2023-12-05T16:06:06.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:05 smithi038 bash[51671]: cluster 2023-12-05T16:06:04.395156+0000 mgr.y (mgr.34107) 97 : cluster 0 pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:06.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:05 smithi038 bash[51671]: audit 2023-12-05T16:06:05.662767+0000 mon.a (mon.0) 133 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:06.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:05 smithi038 bash[51671]: audit 2023-12-05T16:06:05.672483+0000 mon.a (mon.0) 134 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:06.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:05 smithi038 bash[51671]: audit 2023-12-05T16:06:05.704201+0000 mon.a (mon.0) 135 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi016.fosflz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T16:06:06.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:05 smithi038 bash[51671]: audit 2023-12-05T16:06:05.709030+0000 mon.a (mon.0) 136 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:06.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:05 smithi016 bash[66045]: cluster 2023-12-05T16:06:04.395156+0000 mgr.y (mgr.34107) 97 : cluster 0 pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:06.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:05 smithi016 bash[66045]: audit 2023-12-05T16:06:05.662767+0000 mon.a (mon.0) 133 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:06.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:05 smithi016 bash[66045]: audit 2023-12-05T16:06:05.672483+0000 mon.a (mon.0) 134 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:06.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:05 smithi016 bash[66045]: audit 2023-12-05T16:06:05.704201+0000 mon.a (mon.0) 135 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi016.fosflz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T16:06:06.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:05 smithi016 bash[66045]: audit 2023-12-05T16:06:05.709030+0000 mon.a (mon.0) 136 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:06.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:05 smithi016 bash[64648]: cluster 2023-12-05T16:06:04.395156+0000 mgr.y (mgr.34107) 97 : cluster 0 pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:06.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:05 smithi016 bash[64648]: audit 2023-12-05T16:06:05.662767+0000 mon.a (mon.0) 133 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:06.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:05 smithi016 bash[64648]: audit 2023-12-05T16:06:05.672483+0000 mon.a (mon.0) 134 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:06.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:05 smithi016 bash[64648]: audit 2023-12-05T16:06:05.704201+0000 mon.a (mon.0) 135 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi016.fosflz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T16:06:06.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:05 smithi016 bash[64648]: audit 2023-12-05T16:06:05.709030+0000 mon.a (mon.0) 136 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:07.057 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:06 smithi016 bash[64648]: cephadm 2023-12-05T16:06:05.703440+0000 mgr.y (mgr.34107) 98 : cephadm 1 Reconfiguring rgw.foo.smithi016.fosflz (monmap changed)... 2023-12-05T16:06:07.057 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:06 smithi016 bash[64648]: cephadm 2023-12-05T16:06:05.711193+0000 mgr.y (mgr.34107) 99 : cephadm 1 Reconfiguring daemon rgw.foo.smithi016.fosflz on smithi016 2023-12-05T16:06:07.058 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:06 smithi016 bash[66045]: cephadm 2023-12-05T16:06:05.703440+0000 mgr.y (mgr.34107) 98 : cephadm 1 Reconfiguring rgw.foo.smithi016.fosflz (monmap changed)... 2023-12-05T16:06:07.058 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:06 smithi016 bash[66045]: cephadm 2023-12-05T16:06:05.711193+0000 mgr.y (mgr.34107) 99 : cephadm 1 Reconfiguring daemon rgw.foo.smithi016.fosflz on smithi016 2023-12-05T16:06:07.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:06 smithi038 bash[51671]: cephadm 2023-12-05T16:06:05.703440+0000 mgr.y (mgr.34107) 98 : cephadm 1 Reconfiguring rgw.foo.smithi016.fosflz (monmap changed)... 2023-12-05T16:06:07.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:06 smithi038 bash[51671]: cephadm 2023-12-05T16:06:05.711193+0000 mgr.y (mgr.34107) 99 : cephadm 1 Reconfiguring daemon rgw.foo.smithi016.fosflz on smithi016 2023-12-05T16:06:08.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:07 smithi038 bash[51671]: cluster 2023-12-05T16:06:06.396133+0000 mgr.y (mgr.34107) 100 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:08.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:07 smithi016 bash[64648]: cluster 2023-12-05T16:06:06.396133+0000 mgr.y (mgr.34107) 100 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:08.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:07 smithi016 bash[66045]: cluster 2023-12-05T16:06:06.396133+0000 mgr.y (mgr.34107) 100 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:08.930 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:06:08 smithi038 bash[49134]: ts=2023-12-05T16:06: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.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:08 smithi016 bash[64648]: audit 2023-12-05T16:06:07.924610+0000 mon.a (mon.0) 137 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:08 smithi016 bash[64648]: audit 2023-12-05T16:06:07.934339+0000 mon.a (mon.0) 138 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:08 smithi016 bash[64648]: cephadm 2023-12-05T16:06:07.980955+0000 mgr.y (mgr.34107) 101 : cephadm 1 Reconfiguring rgw.smpl.smithi016.nwjdsb (monmap changed)... 2023-12-05T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:08 smithi016 bash[64648]: audit 2023-12-05T16:06:07.981803+0000 mon.a (mon.0) 139 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi016.nwjdsb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:08 smithi016 bash[64648]: audit 2023-12-05T16:06:07.986166+0000 mon.a (mon.0) 140 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:08 smithi016 bash[64648]: cephadm 2023-12-05T16:06:07.988526+0000 mgr.y (mgr.34107) 102 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi016.nwjdsb on smithi016 2023-12-05T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:08 smithi016 bash[64648]: cluster 2023-12-05T16:06:08.396665+0000 mgr.y (mgr.34107) 103 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:09.266 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:08 smithi016 bash[64648]: audit 2023-12-05T16:06:08.467535+0000 mon.a (mon.0) 141 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:06:09.267 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:08 smithi016 bash[66045]: audit 2023-12-05T16:06:07.924610+0000 mon.a (mon.0) 137 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:09.267 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:08 smithi016 bash[66045]: audit 2023-12-05T16:06:07.934339+0000 mon.a (mon.0) 138 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:09.267 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:08 smithi016 bash[66045]: cephadm 2023-12-05T16:06:07.980955+0000 mgr.y (mgr.34107) 101 : cephadm 1 Reconfiguring rgw.smpl.smithi016.nwjdsb (monmap changed)... 2023-12-05T16:06:09.267 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:08 smithi016 bash[66045]: audit 2023-12-05T16:06:07.981803+0000 mon.a (mon.0) 139 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi016.nwjdsb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T16:06:09.267 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:08 smithi016 bash[66045]: audit 2023-12-05T16:06:07.986166+0000 mon.a (mon.0) 140 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:09.267 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:08 smithi016 bash[66045]: cephadm 2023-12-05T16:06:07.988526+0000 mgr.y (mgr.34107) 102 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi016.nwjdsb on smithi016 2023-12-05T16:06:09.267 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:08 smithi016 bash[66045]: cluster 2023-12-05T16:06:08.396665+0000 mgr.y (mgr.34107) 103 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:09.267 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:08 smithi016 bash[66045]: audit 2023-12-05T16:06:08.467535+0000 mon.a (mon.0) 141 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:06:09.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:08 smithi038 bash[51671]: audit 2023-12-05T16:06:07.924610+0000 mon.a (mon.0) 137 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:09.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:08 smithi038 bash[51671]: audit 2023-12-05T16:06:07.934339+0000 mon.a (mon.0) 138 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:09.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:08 smithi038 bash[51671]: cephadm 2023-12-05T16:06:07.980955+0000 mgr.y (mgr.34107) 101 : cephadm 1 Reconfiguring rgw.smpl.smithi016.nwjdsb (monmap changed)... 2023-12-05T16:06:09.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:08 smithi038 bash[51671]: audit 2023-12-05T16:06:07.981803+0000 mon.a (mon.0) 139 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi016.nwjdsb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T16:06:09.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:08 smithi038 bash[51671]: audit 2023-12-05T16:06:07.986166+0000 mon.a (mon.0) 140 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:09.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:08 smithi038 bash[51671]: cephadm 2023-12-05T16:06:07.988526+0000 mgr.y (mgr.34107) 102 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi016.nwjdsb on smithi016 2023-12-05T16:06:09.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:08 smithi038 bash[51671]: cluster 2023-12-05T16:06:08.396665+0000 mgr.y (mgr.34107) 103 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:09.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:08 smithi038 bash[51671]: audit 2023-12-05T16:06:08.467535+0000 mon.a (mon.0) 141 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:06:10.358 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:06:10 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:06:10] "GET /metrics HTTP/1.1" 200 38172 "" "Prometheus/2.33.4" 2023-12-05T16:06:10.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:10 smithi016 bash[64648]: audit 2023-12-05T16:06:09.456945+0000 mgr.y (mgr.34107) 104 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:06:10.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:10 smithi016 bash[64648]: audit 2023-12-05T16:06:10.157052+0000 mon.a (mon.0) 142 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:10.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:10 smithi016 bash[64648]: audit 2023-12-05T16:06:10.167725+0000 mon.a (mon.0) 143 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:10.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:10 smithi016 bash[64648]: audit 2023-12-05T16:06:10.210922+0000 mon.a (mon.0) 144 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:06:10.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:10 smithi016 bash[64648]: audit 2023-12-05T16:06:10.213086+0000 mon.a (mon.0) 145 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:06:10.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:10 smithi016 bash[64648]: audit 2023-12-05T16:06:10.215096+0000 mon.a (mon.0) 146 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:10.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:10 smithi016 bash[66045]: audit 2023-12-05T16:06:09.456945+0000 mgr.y (mgr.34107) 104 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:06:10.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:10 smithi016 bash[66045]: audit 2023-12-05T16:06:10.157052+0000 mon.a (mon.0) 142 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:10.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:10 smithi016 bash[66045]: audit 2023-12-05T16:06:10.167725+0000 mon.a (mon.0) 143 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:10.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:10 smithi016 bash[66045]: audit 2023-12-05T16:06:10.210922+0000 mon.a (mon.0) 144 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:06:10.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:10 smithi016 bash[66045]: audit 2023-12-05T16:06:10.213086+0000 mon.a (mon.0) 145 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:06:10.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:10 smithi016 bash[66045]: audit 2023-12-05T16:06:10.215096+0000 mon.a (mon.0) 146 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:10.648 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:10 smithi038 bash[51671]: audit 2023-12-05T16:06:09.456945+0000 mgr.y (mgr.34107) 104 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:06:10.648 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:10 smithi038 bash[51671]: audit 2023-12-05T16:06:10.157052+0000 mon.a (mon.0) 142 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:10.648 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:10 smithi038 bash[51671]: audit 2023-12-05T16:06:10.167725+0000 mon.a (mon.0) 143 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:10.648 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:10 smithi038 bash[51671]: audit 2023-12-05T16:06:10.210922+0000 mon.a (mon.0) 144 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:06:10.648 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:10 smithi038 bash[51671]: audit 2023-12-05T16:06:10.213086+0000 mon.a (mon.0) 145 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:06:10.648 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:10 smithi038 bash[51671]: audit 2023-12-05T16:06:10.215096+0000 mon.a (mon.0) 146 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:11.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:11 smithi016 bash[66045]: cephadm 2023-12-05T16:06:10.210120+0000 mgr.y (mgr.34107) 105 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-05T16:06:11.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:11 smithi016 bash[66045]: cephadm 2023-12-05T16:06:10.217405+0000 mgr.y (mgr.34107) 106 : cephadm 1 Reconfiguring daemon mon.b on smithi038 2023-12-05T16:06:11.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:11 smithi016 bash[66045]: cluster 2023-12-05T16:06:10.398286+0000 mgr.y (mgr.34107) 107 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:11.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:11 smithi016 bash[64648]: cephadm 2023-12-05T16:06:10.210120+0000 mgr.y (mgr.34107) 105 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-05T16:06:11.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:11 smithi016 bash[64648]: cephadm 2023-12-05T16:06:10.217405+0000 mgr.y (mgr.34107) 106 : cephadm 1 Reconfiguring daemon mon.b on smithi038 2023-12-05T16:06:11.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:11 smithi016 bash[64648]: cluster 2023-12-05T16:06:10.398286+0000 mgr.y (mgr.34107) 107 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:11.703 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:11 smithi038 bash[51671]: cephadm 2023-12-05T16:06:10.210120+0000 mgr.y (mgr.34107) 105 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-05T16:06:11.703 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:11 smithi038 bash[51671]: cephadm 2023-12-05T16:06:10.217405+0000 mgr.y (mgr.34107) 106 : cephadm 1 Reconfiguring daemon mon.b on smithi038 2023-12-05T16:06:11.703 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:11 smithi038 bash[51671]: cluster 2023-12-05T16:06:10.398286+0000 mgr.y (mgr.34107) 107 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:13.818 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:13 smithi038 bash[51671]: cluster 2023-12-05T16:06:12.399006+0000 mgr.y (mgr.34107) 108 : cluster 0 pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:13.819 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:13 smithi038 bash[51671]: audit 2023-12-05T16:06:12.555806+0000 mon.a (mon.0) 147 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:13.819 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:13 smithi038 bash[51671]: audit 2023-12-05T16:06:12.565120+0000 mon.a (mon.0) 148 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:13.819 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:13 smithi038 bash[51671]: cephadm 2023-12-05T16:06:12.587594+0000 mgr.y (mgr.34107) 109 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-05T16:06:13.819 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:13 smithi038 bash[51671]: audit 2023-12-05T16:06:12.588261+0000 mon.a (mon.0) 149 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:06:13.819 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:13 smithi038 bash[51671]: audit 2023-12-05T16:06:12.589990+0000 mon.a (mon.0) 150 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:06:13.819 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:13 smithi038 bash[51671]: audit 2023-12-05T16:06:12.591654+0000 mon.a (mon.0) 151 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:13.819 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:13 smithi038 bash[51671]: cephadm 2023-12-05T16:06:12.593586+0000 mgr.y (mgr.34107) 110 : cephadm 1 Reconfiguring daemon mgr.x on smithi038 2023-12-05T16:06:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:13 smithi016 bash[64648]: cluster 2023-12-05T16:06:12.399006+0000 mgr.y (mgr.34107) 108 : cluster 0 pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:13 smithi016 bash[64648]: audit 2023-12-05T16:06:12.555806+0000 mon.a (mon.0) 147 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:13 smithi016 bash[64648]: audit 2023-12-05T16:06:12.565120+0000 mon.a (mon.0) 148 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:13 smithi016 bash[64648]: cephadm 2023-12-05T16:06:12.587594+0000 mgr.y (mgr.34107) 109 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-05T16:06:13.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:13 smithi016 bash[64648]: audit 2023-12-05T16:06:12.588261+0000 mon.a (mon.0) 149 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:06:13.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:13 smithi016 bash[64648]: audit 2023-12-05T16:06:12.589990+0000 mon.a (mon.0) 150 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:06:13.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:13 smithi016 bash[64648]: audit 2023-12-05T16:06:12.591654+0000 mon.a (mon.0) 151 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:13.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:13 smithi016 bash[64648]: cephadm 2023-12-05T16:06:12.593586+0000 mgr.y (mgr.34107) 110 : cephadm 1 Reconfiguring daemon mgr.x on smithi038 2023-12-05T16:06:13.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:13 smithi016 bash[66045]: cluster 2023-12-05T16:06:12.399006+0000 mgr.y (mgr.34107) 108 : cluster 0 pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:13.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:13 smithi016 bash[66045]: audit 2023-12-05T16:06:12.555806+0000 mon.a (mon.0) 147 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:13.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:13 smithi016 bash[66045]: audit 2023-12-05T16:06:12.565120+0000 mon.a (mon.0) 148 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:13.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:13 smithi016 bash[66045]: cephadm 2023-12-05T16:06:12.587594+0000 mgr.y (mgr.34107) 109 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-05T16:06:13.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:13 smithi016 bash[66045]: audit 2023-12-05T16:06:12.588261+0000 mon.a (mon.0) 149 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:06:13.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:13 smithi016 bash[66045]: audit 2023-12-05T16:06:12.589990+0000 mon.a (mon.0) 150 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:06:13.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:13 smithi016 bash[66045]: audit 2023-12-05T16:06:12.591654+0000 mon.a (mon.0) 151 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:13.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:13 smithi016 bash[66045]: cephadm 2023-12-05T16:06:12.593586+0000 mgr.y (mgr.34107) 110 : cephadm 1 Reconfiguring daemon mgr.x on smithi038 2023-12-05T16:06:15.985 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:15 smithi038 bash[51671]: cluster 2023-12-05T16:06:14.400670+0000 mgr.y (mgr.34107) 111 : cluster 0 pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:15.985 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:15 smithi038 bash[51671]: audit 2023-12-05T16:06:14.706187+0000 mon.a (mon.0) 152 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:15.985 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:15 smithi038 bash[51671]: audit 2023-12-05T16:06:14.714072+0000 mon.a (mon.0) 153 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:15.985 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:15 smithi038 bash[51671]: cephadm 2023-12-05T16:06:14.764419+0000 mgr.y (mgr.34107) 112 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-05T16:06:15.985 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:15 smithi038 bash[51671]: audit 2023-12-05T16:06:14.765112+0000 mon.a (mon.0) 154 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T16:06:15.985 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:15 smithi038 bash[51671]: audit 2023-12-05T16:06:14.767119+0000 mon.a (mon.0) 155 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:15.985 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:15 smithi038 bash[51671]: cephadm 2023-12-05T16:06:14.773098+0000 mgr.y (mgr.34107) 113 : cephadm 1 Reconfiguring daemon osd.4 on smithi038 2023-12-05T16:06:16.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:15 smithi016 bash[64648]: cluster 2023-12-05T16:06:14.400670+0000 mgr.y (mgr.34107) 111 : cluster 0 pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:16.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:15 smithi016 bash[64648]: audit 2023-12-05T16:06:14.706187+0000 mon.a (mon.0) 152 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:16.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:15 smithi016 bash[64648]: audit 2023-12-05T16:06:14.714072+0000 mon.a (mon.0) 153 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:16.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:15 smithi016 bash[64648]: cephadm 2023-12-05T16:06:14.764419+0000 mgr.y (mgr.34107) 112 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-05T16:06:16.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:15 smithi016 bash[64648]: audit 2023-12-05T16:06:14.765112+0000 mon.a (mon.0) 154 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T16:06:16.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:15 smithi016 bash[64648]: audit 2023-12-05T16:06:14.767119+0000 mon.a (mon.0) 155 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:16.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:15 smithi016 bash[64648]: cephadm 2023-12-05T16:06:14.773098+0000 mgr.y (mgr.34107) 113 : cephadm 1 Reconfiguring daemon osd.4 on smithi038 2023-12-05T16:06:16.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:15 smithi016 bash[66045]: cluster 2023-12-05T16:06:14.400670+0000 mgr.y (mgr.34107) 111 : cluster 0 pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:16.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:15 smithi016 bash[66045]: audit 2023-12-05T16:06:14.706187+0000 mon.a (mon.0) 152 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:16.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:15 smithi016 bash[66045]: audit 2023-12-05T16:06:14.714072+0000 mon.a (mon.0) 153 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:16.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:15 smithi016 bash[66045]: cephadm 2023-12-05T16:06:14.764419+0000 mgr.y (mgr.34107) 112 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-05T16:06:16.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:15 smithi016 bash[66045]: audit 2023-12-05T16:06:14.765112+0000 mon.a (mon.0) 154 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T16:06:16.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:15 smithi016 bash[66045]: audit 2023-12-05T16:06:14.767119+0000 mon.a (mon.0) 155 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:16.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:15 smithi016 bash[66045]: cephadm 2023-12-05T16:06:14.773098+0000 mgr.y (mgr.34107) 113 : cephadm 1 Reconfiguring daemon osd.4 on smithi038 2023-12-05T16:06:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:17 smithi038 bash[51671]: cluster 2023-12-05T16:06:16.401406+0000 mgr.y (mgr.34107) 114 : cluster 0 pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:17 smithi038 bash[51671]: audit 2023-12-05T16:06:16.948689+0000 mon.a (mon.0) 156 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:17 smithi038 bash[51671]: audit 2023-12-05T16:06:16.957709+0000 mon.a (mon.0) 157 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:17 smithi038 bash[51671]: audit 2023-12-05T16:06:16.992854+0000 mon.a (mon.0) 158 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T16:06:18.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:17 smithi038 bash[51671]: audit 2023-12-05T16:06:16.994659+0000 mon.a (mon.0) 159 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:18.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:17 smithi016 bash[64648]: cluster 2023-12-05T16:06:16.401406+0000 mgr.y (mgr.34107) 114 : cluster 0 pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:18.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:17 smithi016 bash[64648]: audit 2023-12-05T16:06:16.948689+0000 mon.a (mon.0) 156 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:18.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:17 smithi016 bash[64648]: audit 2023-12-05T16:06:16.957709+0000 mon.a (mon.0) 157 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:18.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:17 smithi016 bash[64648]: audit 2023-12-05T16:06:16.992854+0000 mon.a (mon.0) 158 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T16:06:18.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:17 smithi016 bash[64648]: audit 2023-12-05T16:06:16.994659+0000 mon.a (mon.0) 159 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:18.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:17 smithi016 bash[66045]: cluster 2023-12-05T16:06:16.401406+0000 mgr.y (mgr.34107) 114 : cluster 0 pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:18.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:17 smithi016 bash[66045]: audit 2023-12-05T16:06:16.948689+0000 mon.a (mon.0) 156 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:18.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:17 smithi016 bash[66045]: audit 2023-12-05T16:06:16.957709+0000 mon.a (mon.0) 157 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:18.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:17 smithi016 bash[66045]: audit 2023-12-05T16:06:16.992854+0000 mon.a (mon.0) 158 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T16:06:18.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:17 smithi016 bash[66045]: audit 2023-12-05T16:06:16.994659+0000 mon.a (mon.0) 159 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:18.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:18 smithi038 bash[51671]: cephadm 2023-12-05T16:06:16.992117+0000 mgr.y (mgr.34107) 115 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-05T16:06:18.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:18 smithi038 bash[51671]: cephadm 2023-12-05T16:06:17.000225+0000 mgr.y (mgr.34107) 116 : cephadm 1 Reconfiguring daemon osd.5 on smithi038 2023-12-05T16:06:18.839 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:06:18 smithi038 bash[49134]: ts=2023-12-05T16:06:18.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.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:06:19.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:18 smithi016 bash[66045]: cephadm 2023-12-05T16:06:16.992117+0000 mgr.y (mgr.34107) 115 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-05T16:06:19.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:18 smithi016 bash[66045]: cephadm 2023-12-05T16:06:17.000225+0000 mgr.y (mgr.34107) 116 : cephadm 1 Reconfiguring daemon osd.5 on smithi038 2023-12-05T16:06:19.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:18 smithi016 bash[64648]: cephadm 2023-12-05T16:06:16.992117+0000 mgr.y (mgr.34107) 115 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-05T16:06:19.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:18 smithi016 bash[64648]: cephadm 2023-12-05T16:06:17.000225+0000 mgr.y (mgr.34107) 116 : cephadm 1 Reconfiguring daemon osd.5 on smithi038 2023-12-05T16:06:19.722 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:19 smithi016 bash[64648]: cluster 2023-12-05T16:06:18.402169+0000 mgr.y (mgr.34107) 117 : cluster 0 pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:19.722 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:19 smithi016 bash[64648]: audit 2023-12-05T16:06:19.115249+0000 mon.a (mon.0) 160 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:19.722 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:19 smithi016 bash[64648]: audit 2023-12-05T16:06:19.124717+0000 mon.a (mon.0) 161 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:19.722 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:19 smithi016 bash[64648]: audit 2023-12-05T16:06:19.170315+0000 mon.a (mon.0) 162 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T16:06:19.722 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:19 smithi016 bash[64648]: audit 2023-12-05T16:06:19.171644+0000 mon.a (mon.0) 163 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:20.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:19 smithi016 bash[66045]: cluster 2023-12-05T16:06:18.402169+0000 mgr.y (mgr.34107) 117 : cluster 0 pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:20.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:19 smithi016 bash[66045]: audit 2023-12-05T16:06:19.115249+0000 mon.a (mon.0) 160 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:20.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:19 smithi016 bash[66045]: audit 2023-12-05T16:06:19.124717+0000 mon.a (mon.0) 161 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:20.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:19 smithi016 bash[66045]: audit 2023-12-05T16:06:19.170315+0000 mon.a (mon.0) 162 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T16:06:20.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:19 smithi016 bash[66045]: audit 2023-12-05T16:06:19.171644+0000 mon.a (mon.0) 163 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:20.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:19 smithi038 bash[51671]: cluster 2023-12-05T16:06:18.402169+0000 mgr.y (mgr.34107) 117 : cluster 0 pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:20.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:19 smithi038 bash[51671]: audit 2023-12-05T16:06:19.115249+0000 mon.a (mon.0) 160 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:20.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:19 smithi038 bash[51671]: audit 2023-12-05T16:06:19.124717+0000 mon.a (mon.0) 161 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:20.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:19 smithi038 bash[51671]: audit 2023-12-05T16:06:19.170315+0000 mon.a (mon.0) 162 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T16:06:20.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:19 smithi038 bash[51671]: audit 2023-12-05T16:06:19.171644+0000 mon.a (mon.0) 163 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:20.371 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:06:20 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:06:20] "GET /metrics HTTP/1.1" 200 38172 "" "Prometheus/2.33.4" 2023-12-05T16:06:20.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:20 smithi038 bash[51671]: cephadm 2023-12-05T16:06:19.169692+0000 mgr.y (mgr.34107) 118 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-05T16:06:20.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:20 smithi038 bash[51671]: cephadm 2023-12-05T16:06:19.174936+0000 mgr.y (mgr.34107) 119 : cephadm 1 Reconfiguring daemon osd.6 on smithi038 2023-12-05T16:06:20.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:20 smithi038 bash[51671]: audit 2023-12-05T16:06:19.464940+0000 mgr.y (mgr.34107) 120 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:06:21.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:20 smithi016 bash[64648]: cephadm 2023-12-05T16:06:19.169692+0000 mgr.y (mgr.34107) 118 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-05T16:06:21.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:20 smithi016 bash[64648]: cephadm 2023-12-05T16:06:19.174936+0000 mgr.y (mgr.34107) 119 : cephadm 1 Reconfiguring daemon osd.6 on smithi038 2023-12-05T16:06:21.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:20 smithi016 bash[64648]: audit 2023-12-05T16:06:19.464940+0000 mgr.y (mgr.34107) 120 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:06:21.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:20 smithi016 bash[66045]: cephadm 2023-12-05T16:06:19.169692+0000 mgr.y (mgr.34107) 118 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-05T16:06:21.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:20 smithi016 bash[66045]: cephadm 2023-12-05T16:06:19.174936+0000 mgr.y (mgr.34107) 119 : cephadm 1 Reconfiguring daemon osd.6 on smithi038 2023-12-05T16:06:21.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:20 smithi016 bash[66045]: audit 2023-12-05T16:06:19.464940+0000 mgr.y (mgr.34107) 120 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:06:22.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:21 smithi038 bash[51671]: cluster 2023-12-05T16:06:20.403817+0000 mgr.y (mgr.34107) 121 : cluster 0 pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:22.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:21 smithi038 bash[51671]: audit 2023-12-05T16:06:21.437620+0000 mon.a (mon.0) 164 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:22.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:21 smithi038 bash[51671]: audit 2023-12-05T16:06:21.447811+0000 mon.a (mon.0) 165 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:22.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:21 smithi038 bash[51671]: audit 2023-12-05T16:06:21.496060+0000 mon.a (mon.0) 166 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T16:06:22.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:21 smithi038 bash[51671]: audit 2023-12-05T16:06:21.498092+0000 mon.a (mon.0) 167 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:22.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:21 smithi016 bash[64648]: cluster 2023-12-05T16:06:20.403817+0000 mgr.y (mgr.34107) 121 : cluster 0 pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:22.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:21 smithi016 bash[64648]: audit 2023-12-05T16:06:21.437620+0000 mon.a (mon.0) 164 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:22.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:21 smithi016 bash[64648]: audit 2023-12-05T16:06:21.447811+0000 mon.a (mon.0) 165 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:22.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:21 smithi016 bash[64648]: audit 2023-12-05T16:06:21.496060+0000 mon.a (mon.0) 166 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T16:06:22.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:21 smithi016 bash[64648]: audit 2023-12-05T16:06:21.498092+0000 mon.a (mon.0) 167 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:22.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:21 smithi016 bash[66045]: cluster 2023-12-05T16:06:20.403817+0000 mgr.y (mgr.34107) 121 : cluster 0 pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:22.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:21 smithi016 bash[66045]: audit 2023-12-05T16:06:21.437620+0000 mon.a (mon.0) 164 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:22.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:21 smithi016 bash[66045]: audit 2023-12-05T16:06:21.447811+0000 mon.a (mon.0) 165 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:22.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:21 smithi016 bash[66045]: audit 2023-12-05T16:06:21.496060+0000 mon.a (mon.0) 166 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T16:06:22.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:21 smithi016 bash[66045]: audit 2023-12-05T16:06:21.498092+0000 mon.a (mon.0) 167 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:23.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:22 smithi038 bash[51671]: cephadm 2023-12-05T16:06:21.495292+0000 mgr.y (mgr.34107) 122 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-05T16:06:23.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:22 smithi038 bash[51671]: cephadm 2023-12-05T16:06:21.503779+0000 mgr.y (mgr.34107) 123 : cephadm 1 Reconfiguring daemon osd.7 on smithi038 2023-12-05T16:06:23.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:22 smithi016 bash[64648]: cephadm 2023-12-05T16:06:21.495292+0000 mgr.y (mgr.34107) 122 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-05T16:06:23.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:22 smithi016 bash[64648]: cephadm 2023-12-05T16:06:21.503779+0000 mgr.y (mgr.34107) 123 : cephadm 1 Reconfiguring daemon osd.7 on smithi038 2023-12-05T16:06:23.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:22 smithi016 bash[66045]: cephadm 2023-12-05T16:06:21.495292+0000 mgr.y (mgr.34107) 122 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-05T16:06:23.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:22 smithi016 bash[66045]: cephadm 2023-12-05T16:06:21.503779+0000 mgr.y (mgr.34107) 123 : cephadm 1 Reconfiguring daemon osd.7 on smithi038 2023-12-05T16:06:24.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:23 smithi038 bash[51671]: cluster 2023-12-05T16:06:22.404705+0000 mgr.y (mgr.34107) 124 : cluster 0 pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:24.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:23 smithi038 bash[51671]: audit 2023-12-05T16:06:23.468007+0000 mon.a (mon.0) 168 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:06:24.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:23 smithi038 bash[51671]: audit 2023-12-05T16:06:23.672304+0000 mon.a (mon.0) 169 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:24.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:23 smithi038 bash[51671]: audit 2023-12-05T16:06:23.683725+0000 mon.a (mon.0) 170 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:24.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:23 smithi038 bash[51671]: audit 2023-12-05T16:06:23.731486+0000 mon.a (mon.0) 171 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.qycvlk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T16:06:24.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:23 smithi038 bash[51671]: audit 2023-12-05T16:06:23.735583+0000 mon.a (mon.0) 172 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:24.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:23 smithi016 bash[64648]: cluster 2023-12-05T16:06:22.404705+0000 mgr.y (mgr.34107) 124 : cluster 0 pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:24.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:23 smithi016 bash[64648]: audit 2023-12-05T16:06:23.468007+0000 mon.a (mon.0) 168 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:06:24.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:23 smithi016 bash[64648]: audit 2023-12-05T16:06:23.672304+0000 mon.a (mon.0) 169 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:24.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:23 smithi016 bash[64648]: audit 2023-12-05T16:06:23.683725+0000 mon.a (mon.0) 170 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:24.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:23 smithi016 bash[64648]: audit 2023-12-05T16:06:23.731486+0000 mon.a (mon.0) 171 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.qycvlk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T16:06:24.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:23 smithi016 bash[64648]: audit 2023-12-05T16:06:23.735583+0000 mon.a (mon.0) 172 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:24.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:23 smithi016 bash[66045]: cluster 2023-12-05T16:06:22.404705+0000 mgr.y (mgr.34107) 124 : cluster 0 pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:24.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:23 smithi016 bash[66045]: audit 2023-12-05T16:06:23.468007+0000 mon.a (mon.0) 168 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:06:24.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:23 smithi016 bash[66045]: audit 2023-12-05T16:06:23.672304+0000 mon.a (mon.0) 169 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:24.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:23 smithi016 bash[66045]: audit 2023-12-05T16:06:23.683725+0000 mon.a (mon.0) 170 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:24.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:23 smithi016 bash[66045]: audit 2023-12-05T16:06:23.731486+0000 mon.a (mon.0) 171 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi038.qycvlk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T16:06:24.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:23 smithi016 bash[66045]: audit 2023-12-05T16:06:23.735583+0000 mon.a (mon.0) 172 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:25.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:24 smithi038 bash[51671]: cephadm 2023-12-05T16:06:23.730642+0000 mgr.y (mgr.34107) 125 : cephadm 1 Reconfiguring rgw.foo.smithi038.qycvlk (monmap changed)... 2023-12-05T16:06:25.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:24 smithi038 bash[51671]: cephadm 2023-12-05T16:06:23.738124+0000 mgr.y (mgr.34107) 126 : cephadm 1 Reconfiguring daemon rgw.foo.smithi038.qycvlk on smithi038 2023-12-05T16:06:25.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:24 smithi016 bash[64648]: cephadm 2023-12-05T16:06:23.730642+0000 mgr.y (mgr.34107) 125 : cephadm 1 Reconfiguring rgw.foo.smithi038.qycvlk (monmap changed)... 2023-12-05T16:06:25.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:24 smithi016 bash[64648]: cephadm 2023-12-05T16:06:23.738124+0000 mgr.y (mgr.34107) 126 : cephadm 1 Reconfiguring daemon rgw.foo.smithi038.qycvlk on smithi038 2023-12-05T16:06:25.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:24 smithi016 bash[66045]: cephadm 2023-12-05T16:06:23.730642+0000 mgr.y (mgr.34107) 125 : cephadm 1 Reconfiguring rgw.foo.smithi038.qycvlk (monmap changed)... 2023-12-05T16:06:25.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:24 smithi016 bash[66045]: cephadm 2023-12-05T16:06:23.738124+0000 mgr.y (mgr.34107) 126 : cephadm 1 Reconfiguring daemon rgw.foo.smithi038.qycvlk on smithi038 2023-12-05T16:06:26.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:25 smithi038 bash[51671]: cluster 2023-12-05T16:06:24.406338+0000 mgr.y (mgr.34107) 127 : cluster 0 pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:26.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:25 smithi016 bash[64648]: cluster 2023-12-05T16:06:24.406338+0000 mgr.y (mgr.34107) 127 : cluster 0 pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:26.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:25 smithi016 bash[66045]: cluster 2023-12-05T16:06:24.406338+0000 mgr.y (mgr.34107) 127 : cluster 0 pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:27.182 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:26 smithi038 bash[51671]: audit 2023-12-05T16:06:25.878612+0000 mon.a (mon.0) 173 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:27.182 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:26 smithi038 bash[51671]: audit 2023-12-05T16:06:25.888948+0000 mon.a (mon.0) 174 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:27.182 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:26 smithi038 bash[51671]: cephadm 2023-12-05T16:06:25.908672+0000 mgr.y (mgr.34107) 128 : cephadm 1 Reconfiguring rgw.smpl.smithi038.nutdkh (monmap changed)... 2023-12-05T16:06:27.182 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:26 smithi038 bash[51671]: audit 2023-12-05T16:06:25.909418+0000 mon.a (mon.0) 175 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nutdkh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T16:06:27.182 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:26 smithi038 bash[51671]: audit 2023-12-05T16:06:25.913402+0000 mon.a (mon.0) 176 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:27.182 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:26 smithi038 bash[51671]: cephadm 2023-12-05T16:06:25.915551+0000 mgr.y (mgr.34107) 129 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi038.nutdkh on smithi038 2023-12-05T16:06:27.182 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:26 smithi038 bash[51671]: cluster 2023-12-05T16:06:26.407119+0000 mgr.y (mgr.34107) 130 : cluster 0 pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:27.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:26 smithi016 bash[64648]: audit 2023-12-05T16:06:25.878612+0000 mon.a (mon.0) 173 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:27.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:26 smithi016 bash[64648]: audit 2023-12-05T16:06:25.888948+0000 mon.a (mon.0) 174 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:27.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:26 smithi016 bash[64648]: cephadm 2023-12-05T16:06:25.908672+0000 mgr.y (mgr.34107) 128 : cephadm 1 Reconfiguring rgw.smpl.smithi038.nutdkh (monmap changed)... 2023-12-05T16:06:27.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:26 smithi016 bash[64648]: audit 2023-12-05T16:06:25.909418+0000 mon.a (mon.0) 175 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nutdkh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T16:06:27.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:26 smithi016 bash[64648]: audit 2023-12-05T16:06:25.913402+0000 mon.a (mon.0) 176 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:27.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:26 smithi016 bash[64648]: cephadm 2023-12-05T16:06:25.915551+0000 mgr.y (mgr.34107) 129 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi038.nutdkh on smithi038 2023-12-05T16:06:27.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:26 smithi016 bash[64648]: cluster 2023-12-05T16:06:26.407119+0000 mgr.y (mgr.34107) 130 : cluster 0 pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:27.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:26 smithi016 bash[66045]: audit 2023-12-05T16:06:25.878612+0000 mon.a (mon.0) 173 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:27.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:26 smithi016 bash[66045]: audit 2023-12-05T16:06:25.888948+0000 mon.a (mon.0) 174 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:27.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:26 smithi016 bash[66045]: cephadm 2023-12-05T16:06:25.908672+0000 mgr.y (mgr.34107) 128 : cephadm 1 Reconfiguring rgw.smpl.smithi038.nutdkh (monmap changed)... 2023-12-05T16:06:27.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:26 smithi016 bash[66045]: audit 2023-12-05T16:06:25.909418+0000 mon.a (mon.0) 175 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi038.nutdkh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T16:06:27.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:26 smithi016 bash[66045]: audit 2023-12-05T16:06:25.913402+0000 mon.a (mon.0) 176 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:27.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:26 smithi016 bash[66045]: cephadm 2023-12-05T16:06:25.915551+0000 mgr.y (mgr.34107) 129 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi038.nutdkh on smithi038 2023-12-05T16:06:27.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:26 smithi016 bash[66045]: cluster 2023-12-05T16:06:26.407119+0000 mgr.y (mgr.34107) 130 : cluster 0 pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:28.101 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:06:28.877 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:06:28.878 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (4m) 75s ago 11m 16.0M - 0.23.0 ba2b418f427c c48b395728e7 2023-12-05T16:06:28.878 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (3m) 50s ago 10m 42.8M - 8.3.5 dad864ee21e9 d6befc9f2bcf 2023-12-05T16:06:28.878 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (2m) 75s ago 8m 46.4M - 3.5 e1d6a67b021e bbc51b2e3d6d 2023-12-05T16:06:28.878 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283,8765 running (2m) 50s ago 16m 432M - 19.0.0-13-ge6605fb8 104f332cd0a9 d9865fd32494 2023-12-05T16:06:28.878 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:8443,9283,8765 running (3m) 75s ago 18m 481M - 19.0.0-13-ge6605fb8 104f332cd0a9 d8aa9c1870da 2023-12-05T16:06:28.878 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (2m) 75s ago 19m 38.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 61d4ec4cbec6 2023-12-05T16:06:28.878 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (58s) 50s ago 17m 22.9M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 35fe6c2d8ea2 2023-12-05T16:06:28.878 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (84s) 75s ago 17m 21.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 e48e3724baef 2023-12-05T16:06:28.878 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (4m) 75s ago 11m 11.8M - 1.3.1 1dbe0e931976 a7ad6c0fa35b 2023-12-05T16:06:28.878 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (3m) 50s ago 11m 11.4M - 1.3.1 1dbe0e931976 dac45ac68b6c 2023-12-05T16:06:28.878 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (16m) 75s ago 16m 58.8M 2782M 17.2.0 e1d6a67b021e 4f30dfb19a1d 2023-12-05T16:06:28.879 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (15m) 75s ago 15m 60.6M 2782M 17.2.0 e1d6a67b021e 86b3fa0a663f 2023-12-05T16:06:28.879 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (15m) 75s ago 15m 56.7M 2782M 17.2.0 e1d6a67b021e 4490977f74dc 2023-12-05T16:06:28.879 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (14m) 75s ago 14m 57.8M 2782M 17.2.0 e1d6a67b021e 715c72066f0e 2023-12-05T16:06:28.879 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (13m) 50s ago 13m 59.8M 3038M 17.2.0 e1d6a67b021e 1e5c4e736858 2023-12-05T16:06:28.879 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (13m) 50s ago 13m 55.5M 3038M 17.2.0 e1d6a67b021e 8938c96c499f 2023-12-05T16:06:28.879 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (12m) 50s ago 12m 55.7M 3038M 17.2.0 e1d6a67b021e ac02a2497ba9 2023-12-05T16:06:28.879 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (12m) 50s ago 12m 57.4M 3038M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T16:06:28.879 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (2m) 50s ago 11m 58.0M - 2.33.4 514e6a882f6e 2178b2710d9e 2023-12-05T16:06:28.879 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (9m) 75s ago 9m 87.0M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:06:28.879 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (9m) 50s ago 9m 87.2M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:06:28.879 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (9m) 75s ago 9m 87.0M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:06:28.879 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (9m) 50s ago 9m 86.9M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:06:29.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:06:28 smithi038 bash[49134]: ts=2023-12-05T16:06: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.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:06:29.347 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:06:29.347 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:06:29.347 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T16:06:29.347 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:06:29.347 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:06:29.347 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:06:29.347 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:06:29.347 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:06:29.348 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:06:29.348 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:06:29.348 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:06:29.348 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:06:29.348 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:06:29.348 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:06:29.348 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-05T16:06:29.348 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 5 2023-12-05T16:06:29.348 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:06:29.348 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:06:29.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.078922+0000 mgr.y (mgr.34107) 131 : audit 0 from='client.44173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:06:29.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.110650+0000 mon.a (mon.0) 177 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:29.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.119025+0000 mon.a (mon.0) 178 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:29.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.146768+0000 mon.a (mon.0) 179 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:06:29.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.149259+0000 mon.a (mon.0) 180 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:29.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.151059+0000 mon.a (mon.0) 181 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:29.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: cephadm 2023-12-05T16:06:28.151809+0000 mgr.y (mgr.34107) 132 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-05T16:06:29.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.155595+0000 mon.a (mon.0) 182 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:29.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.158163+0000 mon.a (mon.0) 183 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-05T16:06:29.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.163002+0000 mon.a (mon.0) 184 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-05T16:06:29.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.166091+0000 mon.a (mon.0) 185 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-05T16:06:29.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.171903+0000 mon.a (mon.0) 186 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-05T16:06:29.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.175275+0000 mon.a (mon.0) 187 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-05T16:06:29.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.185028+0000 mon.a (mon.0) 188 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-05T16:06:29.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.189087+0000 mon.a (mon.0) 189 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:29.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: cephadm 2023-12-05T16:06:28.190191+0000 mgr.y (mgr.34107) 133 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-05T16:06:29.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.194422+0000 mon.a (mon.0) 190 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:29.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.199004+0000 mon.a (mon.0) 191 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-05T16:06:29.373 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.199200+0000 mgr.y (mgr.34107) 134 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-05T16:06:29.373 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: cephadm 2023-12-05T16:06:28.200833+0000 mgr.y (mgr.34107) 135 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-05T16:06:29.373 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: cluster 2023-12-05T16:06:28.407767+0000 mgr.y (mgr.34107) 136 : cluster 0 pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:29.373 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.476847+0000 mgr.y (mgr.34107) 137 : audit 0 from='client.34251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:06:29.373 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[64648]: audit 2023-12-05T16:06:28.847274+0000 mgr.y (mgr.34107) 138 : audit 0 from='client.34257 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:06:29.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.078922+0000 mgr.y (mgr.34107) 131 : audit 0 from='client.44173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:06:29.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.110650+0000 mon.a (mon.0) 177 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:29.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.119025+0000 mon.a (mon.0) 178 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:29.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.146768+0000 mon.a (mon.0) 179 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:06:29.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.149259+0000 mon.a (mon.0) 180 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:29.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.151059+0000 mon.a (mon.0) 181 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:29.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: cephadm 2023-12-05T16:06:28.151809+0000 mgr.y (mgr.34107) 132 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-05T16:06:29.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.155595+0000 mon.a (mon.0) 182 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:29.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.158163+0000 mon.a (mon.0) 183 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-05T16:06:29.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.163002+0000 mon.a (mon.0) 184 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-05T16:06:29.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.166091+0000 mon.a (mon.0) 185 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-05T16:06:29.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.171903+0000 mon.a (mon.0) 186 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-05T16:06:29.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.175275+0000 mon.a (mon.0) 187 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-05T16:06:29.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.185028+0000 mon.a (mon.0) 188 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-05T16:06:29.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.189087+0000 mon.a (mon.0) 189 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:29.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: cephadm 2023-12-05T16:06:28.190191+0000 mgr.y (mgr.34107) 133 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-05T16:06:29.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.194422+0000 mon.a (mon.0) 190 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:29.374 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.199004+0000 mon.a (mon.0) 191 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-05T16:06:29.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.199200+0000 mgr.y (mgr.34107) 134 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-05T16:06:29.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: cephadm 2023-12-05T16:06:28.200833+0000 mgr.y (mgr.34107) 135 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-05T16:06:29.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: cluster 2023-12-05T16:06:28.407767+0000 mgr.y (mgr.34107) 136 : cluster 0 pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:29.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.476847+0000 mgr.y (mgr.34107) 137 : audit 0 from='client.34251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:06:29.375 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:29 smithi016 bash[66045]: audit 2023-12-05T16:06:28.847274+0000 mgr.y (mgr.34107) 138 : audit 0 from='client.34257 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:06:29.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.078922+0000 mgr.y (mgr.34107) 131 : audit 0 from='client.44173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:06:29.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.110650+0000 mon.a (mon.0) 177 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:29.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.119025+0000 mon.a (mon.0) 178 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:29.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.146768+0000 mon.a (mon.0) 179 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:06:29.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.149259+0000 mon.a (mon.0) 180 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:29.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.151059+0000 mon.a (mon.0) 181 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:29.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: cephadm 2023-12-05T16:06:28.151809+0000 mgr.y (mgr.34107) 132 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-05T16:06:29.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.155595+0000 mon.a (mon.0) 182 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:29.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.158163+0000 mon.a (mon.0) 183 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-05T16:06:29.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.163002+0000 mon.a (mon.0) 184 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-05T16:06:29.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.166091+0000 mon.a (mon.0) 185 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-05T16:06:29.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.171903+0000 mon.a (mon.0) 186 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-05T16:06:29.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.175275+0000 mon.a (mon.0) 187 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-05T16:06:29.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.185028+0000 mon.a (mon.0) 188 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-05T16:06:29.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.189087+0000 mon.a (mon.0) 189 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:29.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: cephadm 2023-12-05T16:06:28.190191+0000 mgr.y (mgr.34107) 133 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-05T16:06:29.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.194422+0000 mon.a (mon.0) 190 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:29.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.199004+0000 mon.a (mon.0) 191 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-05T16:06:29.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.199200+0000 mgr.y (mgr.34107) 134 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-05T16:06:29.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: cephadm 2023-12-05T16:06:28.200833+0000 mgr.y (mgr.34107) 135 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-05T16:06:29.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: cluster 2023-12-05T16:06:28.407767+0000 mgr.y (mgr.34107) 136 : cluster 0 pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:29.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.476847+0000 mgr.y (mgr.34107) 137 : audit 0 from='client.34251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:06:29.591 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:29 smithi038 bash[51671]: audit 2023-12-05T16:06:28.847274+0000 mgr.y (mgr.34107) 138 : audit 0 from='client.34257 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:06:29.740 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:06:29.740 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:06:29.740 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:06:29.740 INFO:teuthology.orchestra.run.smithi016.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:06:29.740 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [ 2023-12-05T16:06:29.740 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr", 2023-12-05T16:06:29.740 INFO:teuthology.orchestra.run.smithi016.stdout: "mon" 2023-12-05T16:06:29.740 INFO:teuthology.orchestra.run.smithi016.stdout: ], 2023-12-05T16:06:29.740 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "5/23 daemons upgraded", 2023-12-05T16:06:29.740 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "Currently upgrading osd daemons", 2023-12-05T16:06:29.740 INFO:teuthology.orchestra.run.smithi016.stdout: "is_paused": false 2023-12-05T16:06:29.741 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:06:30.176 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_OK 2023-12-05T16:06:30.371 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:06:30 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:06:30] "GET /metrics HTTP/1.1" 200 38167 "" "Prometheus/2.33.4" 2023-12-05T16:06:30.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:30 smithi016 bash[64648]: audit 2023-12-05T16:06:29.340841+0000 mon.a (mon.0) 192 : audit 0 from='client.? 172.21.15.16:0/2835249393' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:30.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:30 smithi016 bash[64648]: audit 2023-12-05T16:06:29.472743+0000 mgr.y (mgr.34107) 139 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:06:30.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:30 smithi016 bash[64648]: audit 2023-12-05T16:06:29.733891+0000 mgr.y (mgr.34107) 140 : audit 0 from='client.34269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:06:30.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:30 smithi016 bash[66045]: audit 2023-12-05T16:06:29.340841+0000 mon.a (mon.0) 192 : audit 0 from='client.? 172.21.15.16:0/2835249393' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:30.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:30 smithi016 bash[66045]: audit 2023-12-05T16:06:29.472743+0000 mgr.y (mgr.34107) 139 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:06:30.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:30 smithi016 bash[66045]: audit 2023-12-05T16:06:29.733891+0000 mgr.y (mgr.34107) 140 : audit 0 from='client.34269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:06:30.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:30 smithi038 bash[51671]: audit 2023-12-05T16:06:29.340841+0000 mon.a (mon.0) 192 : audit 0 from='client.? 172.21.15.16:0/2835249393' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:30.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:30 smithi038 bash[51671]: audit 2023-12-05T16:06:29.472743+0000 mgr.y (mgr.34107) 139 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:06:30.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:30 smithi038 bash[51671]: audit 2023-12-05T16:06:29.733891+0000 mgr.y (mgr.34107) 140 : audit 0 from='client.34269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:06:31.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:31 smithi016 bash[64648]: audit 2023-12-05T16:06:30.170468+0000 mon.a (mon.0) 193 : audit 0 from='client.? 172.21.15.16:0/2167022030' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:06:31.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:31 smithi016 bash[64648]: cluster 2023-12-05T16:06:30.409476+0000 mgr.y (mgr.34107) 141 : cluster 0 pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:31.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:31 smithi016 bash[64648]: cephadm 2023-12-05T16:06:30.674865+0000 mgr.y (mgr.34107) 142 : cephadm 1 Upgrade: Updating osd.0 2023-12-05T16:06:31.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:31 smithi016 bash[64648]: audit 2023-12-05T16:06:30.682875+0000 mon.a (mon.0) 194 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:31.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:31 smithi016 bash[64648]: audit 2023-12-05T16:06:30.688118+0000 mon.a (mon.0) 195 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T16:06:31.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:31 smithi016 bash[64648]: audit 2023-12-05T16:06:30.689910+0000 mon.a (mon.0) 196 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:31.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:31 smithi016 bash[64648]: cephadm 2023-12-05T16:06:30.695669+0000 mgr.y (mgr.34107) 143 : cephadm 1 Deploying daemon osd.0 on smithi016 2023-12-05T16:06:31.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:31 smithi016 bash[66045]: audit 2023-12-05T16:06:30.170468+0000 mon.a (mon.0) 193 : audit 0 from='client.? 172.21.15.16:0/2167022030' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:06:31.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:31 smithi016 bash[66045]: cluster 2023-12-05T16:06:30.409476+0000 mgr.y (mgr.34107) 141 : cluster 0 pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:31.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:31 smithi016 bash[66045]: cephadm 2023-12-05T16:06:30.674865+0000 mgr.y (mgr.34107) 142 : cephadm 1 Upgrade: Updating osd.0 2023-12-05T16:06:31.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:31 smithi016 bash[66045]: audit 2023-12-05T16:06:30.682875+0000 mon.a (mon.0) 194 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:31.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:31 smithi016 bash[66045]: audit 2023-12-05T16:06:30.688118+0000 mon.a (mon.0) 195 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T16:06:31.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:31 smithi016 bash[66045]: audit 2023-12-05T16:06:30.689910+0000 mon.a (mon.0) 196 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:31.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:31 smithi016 bash[66045]: cephadm 2023-12-05T16:06:30.695669+0000 mgr.y (mgr.34107) 143 : cephadm 1 Deploying daemon osd.0 on smithi016 2023-12-05T16:06:31.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:31 smithi038 bash[51671]: audit 2023-12-05T16:06:30.170468+0000 mon.a (mon.0) 193 : audit 0 from='client.? 172.21.15.16:0/2167022030' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:06:31.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:31 smithi038 bash[51671]: cluster 2023-12-05T16:06:30.409476+0000 mgr.y (mgr.34107) 141 : cluster 0 pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:31.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:31 smithi038 bash[51671]: cephadm 2023-12-05T16:06:30.674865+0000 mgr.y (mgr.34107) 142 : cephadm 1 Upgrade: Updating osd.0 2023-12-05T16:06:31.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:31 smithi038 bash[51671]: audit 2023-12-05T16:06:30.682875+0000 mon.a (mon.0) 194 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:31.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:31 smithi038 bash[51671]: audit 2023-12-05T16:06:30.688118+0000 mon.a (mon.0) 195 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T16:06:31.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:31 smithi038 bash[51671]: audit 2023-12-05T16:06:30.689910+0000 mon.a (mon.0) 196 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:31.590 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:31 smithi038 bash[51671]: cephadm 2023-12-05T16:06:30.695669+0000 mgr.y (mgr.34107) 143 : cephadm 1 Deploying daemon osd.0 on smithi016 2023-12-05T16:06:33.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:33 smithi038 bash[51671]: cluster 2023-12-05T16:06:32.410250+0000 mgr.y (mgr.34107) 144 : cluster 0 pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:33.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:33 smithi016 bash[66045]: cluster 2023-12-05T16:06:32.410250+0000 mgr.y (mgr.34107) 144 : cluster 0 pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:33.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:33 smithi016 bash[64648]: cluster 2023-12-05T16:06:32.410250+0000 mgr.y (mgr.34107) 144 : cluster 0 pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:35.532 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:35 smithi016 bash[66045]: cluster 2023-12-05T16:06:34.411811+0000 mgr.y (mgr.34107) 145 : cluster 0 pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:35.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:35 smithi016 bash[64648]: cluster 2023-12-05T16:06:34.411811+0000 mgr.y (mgr.34107) 145 : cluster 0 pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:35.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:35 smithi038 bash[51671]: cluster 2023-12-05T16:06:34.411811+0000 mgr.y (mgr.34107) 145 : cluster 0 pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:06:35.871 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:35 smithi016 systemd[1]: Stopping Ceph osd.0 for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:06:35.871 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:35 smithi016 bash[33253]: debug 2023-12-05T16:06:35.662+0000 7f7d541eb700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-05T16:06:35.871 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:35 smithi016 bash[33253]: debug 2023-12-05T16:06:35.662+0000 7f7d541eb700 -1 osd.0 106 *** Got signal Terminated *** 2023-12-05T16:06:35.871 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:35 smithi016 bash[33253]: debug 2023-12-05T16:06:35.662+0000 7f7d541eb700 -1 osd.0 106 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:06:36.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:36 smithi038 bash[51671]: cluster 2023-12-05T16:06:35.666737+0000 mon.a (mon.0) 197 : cluster 1 osd.0 marked itself down and dead 2023-12-05T16:06:36.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:36 smithi016 bash[64648]: cluster 2023-12-05T16:06:35.666737+0000 mon.a (mon.0) 197 : cluster 1 osd.0 marked itself down and dead 2023-12-05T16:06:36.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:36 smithi016 bash[66045]: cluster 2023-12-05T16:06:35.666737+0000 mon.a (mon.0) 197 : cluster 1 osd.0 marked itself down and dead 2023-12-05T16:06:37.787 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:37 smithi016 bash[66045]: cluster 2023-12-05T16:06:36.412610+0000 mgr.y (mgr.34107) 146 : cluster 0 pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:37.788 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:37 smithi016 bash[66045]: cluster 2023-12-05T16:06:36.472841+0000 mon.a (mon.0) 198 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:06:37.788 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:37 smithi016 bash[66045]: cluster 2023-12-05T16:06:36.486980+0000 osd.2 (osd.2) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T16:06:37.788 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:37 smithi016 bash[66045]: cluster 2023-12-05T16:06:36.491735+0000 mon.a (mon.0) 199 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2023-12-05T16:06:37.788 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:37 smithi016 bash[66045]: cluster 2023-12-05T16:06:36.492858+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T16:06:37.788 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:37 smithi016 bash[66045]: cluster 2023-12-05T16:06:36.494039+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T16:06:37.788 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:37 smithi016 bash[66045]: cluster 2023-12-05T16:06:36.494926+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T16:06:37.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:37 smithi016 bash[64648]: cluster 2023-12-05T16:06:36.412610+0000 mgr.y (mgr.34107) 146 : cluster 0 pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:37.788 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:37 smithi016 bash[64648]: cluster 2023-12-05T16:06:36.472841+0000 mon.a (mon.0) 198 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:06:37.789 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:37 smithi016 bash[64648]: cluster 2023-12-05T16:06:36.486980+0000 osd.2 (osd.2) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T16:06:37.789 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:37 smithi016 bash[64648]: cluster 2023-12-05T16:06:36.491735+0000 mon.a (mon.0) 199 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2023-12-05T16:06:37.789 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:37 smithi016 bash[64648]: cluster 2023-12-05T16:06:36.492858+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T16:06:37.789 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:37 smithi016 bash[64648]: cluster 2023-12-05T16:06:36.494039+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T16:06:37.789 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:37 smithi016 bash[64648]: cluster 2023-12-05T16:06:36.494926+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T16:06:37.789 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:37 smithi016 bash[68379]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-0 2023-12-05T16:06:37.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:37 smithi038 bash[51671]: cluster 2023-12-05T16:06:36.412610+0000 mgr.y (mgr.34107) 146 : cluster 0 pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:06:37.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:37 smithi038 bash[51671]: cluster 2023-12-05T16:06:36.472841+0000 mon.a (mon.0) 198 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:06:37.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:37 smithi038 bash[51671]: cluster 2023-12-05T16:06:36.486980+0000 osd.2 (osd.2) 3 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T16:06:37.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:37 smithi038 bash[51671]: cluster 2023-12-05T16:06:36.491735+0000 mon.a (mon.0) 199 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2023-12-05T16:06:37.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:37 smithi038 bash[51671]: cluster 2023-12-05T16:06:36.492858+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T16:06:37.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:37 smithi038 bash[51671]: cluster 2023-12-05T16:06:36.494039+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T16:06:37.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:37 smithi038 bash[51671]: cluster 2023-12-05T16:06:36.494926+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T16:06:38.121 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:37 smithi016 bash[68451]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-0 2023-12-05T16:06:38.797 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: cluster 2023-12-05T16:06:36.488796+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T16:06:38.797 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: cluster 2023-12-05T16:06:37.488885+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:38.797 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: cluster 2023-12-05T16:06:37.489933+0000 mon.a (mon.0) 200 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2023-12-05T16:06:38.798 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: cluster 2023-12-05T16:06:37.490513+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:38.798 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: cluster 2023-12-05T16:06:37.490514+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:38.798 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: cluster 2023-12-05T16:06:37.491700+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:38.798 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: cluster 2023-12-05T16:06:37.492466+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:38.798 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: cluster 2023-12-05T16:06:37.492496+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:38.798 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: audit 2023-12-05T16:06:38.383116+0000 mon.a (mon.0) 201 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2023-12-05T16:06:38.798 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: audit 2023-12-05T16:06:38.383551+0000 mon.a (mon.0) 202 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.9", "id": [4, 0]}]: dispatch 2023-12-05T16:06:38.798 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: audit 2023-12-05T16:06:38.383933+0000 mon.a (mon.0) 203 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.b", "id": [5, 3]}]: dispatch 2023-12-05T16:06:38.798 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: audit 2023-12-05T16:06:38.384286+0000 mon.a (mon.0) 204 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.d", "id": [7, 0]}]: dispatch 2023-12-05T16:06:38.798 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: audit 2023-12-05T16:06:38.384591+0000 mon.a (mon.0) 205 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 0]}]: dispatch 2023-12-05T16:06:38.798 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: audit 2023-12-05T16:06:38.384835+0000 mon.a (mon.0) 206 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [1, 0]}]: dispatch 2023-12-05T16:06:38.799 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: audit 2023-12-05T16:06:38.385061+0000 mon.a (mon.0) 207 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [1, 0]}]: dispatch 2023-12-05T16:06:38.799 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: audit 2023-12-05T16:06:38.385277+0000 mon.a (mon.0) 208 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [5, 6]}]: dispatch 2023-12-05T16:06:38.799 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: audit 2023-12-05T16:06:38.385492+0000 mon.a (mon.0) 209 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1c", "id": [4, 0]}]: dispatch 2023-12-05T16:06:38.799 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: audit 2023-12-05T16:06:38.385703+0000 mon.a (mon.0) 210 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1f", "id": [4, 0]}]: dispatch 2023-12-05T16:06:38.799 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[66045]: audit 2023-12-05T16:06:38.474464+0000 mon.a (mon.0) 211 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:38.799 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: cluster 2023-12-05T16:06:36.488796+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T16:06:38.799 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: cluster 2023-12-05T16:06:37.488885+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:38.799 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: cluster 2023-12-05T16:06:37.489933+0000 mon.a (mon.0) 200 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2023-12-05T16:06:38.799 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: cluster 2023-12-05T16:06:37.490513+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:38.799 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: cluster 2023-12-05T16:06:37.490514+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:38.800 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: cluster 2023-12-05T16:06:37.491700+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:38.800 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: cluster 2023-12-05T16:06:37.492466+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:38.800 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: cluster 2023-12-05T16:06:37.492496+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:38.800 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: audit 2023-12-05T16:06:38.383116+0000 mon.a (mon.0) 201 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2023-12-05T16:06:38.800 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: audit 2023-12-05T16:06:38.383551+0000 mon.a (mon.0) 202 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.9", "id": [4, 0]}]: dispatch 2023-12-05T16:06:38.800 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: audit 2023-12-05T16:06:38.383933+0000 mon.a (mon.0) 203 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.b", "id": [5, 3]}]: dispatch 2023-12-05T16:06:38.800 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: audit 2023-12-05T16:06:38.384286+0000 mon.a (mon.0) 204 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.d", "id": [7, 0]}]: dispatch 2023-12-05T16:06:38.800 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: audit 2023-12-05T16:06:38.384591+0000 mon.a (mon.0) 205 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 0]}]: dispatch 2023-12-05T16:06:38.800 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: audit 2023-12-05T16:06:38.384835+0000 mon.a (mon.0) 206 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [1, 0]}]: dispatch 2023-12-05T16:06:38.800 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: audit 2023-12-05T16:06:38.385061+0000 mon.a (mon.0) 207 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [1, 0]}]: dispatch 2023-12-05T16:06:38.800 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: audit 2023-12-05T16:06:38.385277+0000 mon.a (mon.0) 208 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [5, 6]}]: dispatch 2023-12-05T16:06:38.801 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: audit 2023-12-05T16:06:38.385492+0000 mon.a (mon.0) 209 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1c", "id": [4, 0]}]: dispatch 2023-12-05T16:06:38.801 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: audit 2023-12-05T16:06:38.385703+0000 mon.a (mon.0) 210 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1f", "id": [4, 0]}]: dispatch 2023-12-05T16:06:38.801 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:38 smithi016 bash[64648]: audit 2023-12-05T16:06:38.474464+0000 mon.a (mon.0) 211 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:38.839 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[49134]: ts=2023-12-05T16:06: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.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:06:38.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: cluster 2023-12-05T16:06:36.488796+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-05T16:06:38.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: cluster 2023-12-05T16:06:37.488885+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:38.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: cluster 2023-12-05T16:06:37.489933+0000 mon.a (mon.0) 200 : cluster 0 osdmap e108: 8 total, 7 up, 8 in 2023-12-05T16:06:38.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: cluster 2023-12-05T16:06:37.490513+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:38.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: cluster 2023-12-05T16:06:37.490514+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:38.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: cluster 2023-12-05T16:06:37.491700+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:38.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: cluster 2023-12-05T16:06:37.492466+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:38.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: cluster 2023-12-05T16:06:37.492496+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:38.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: audit 2023-12-05T16:06:38.383116+0000 mon.a (mon.0) 201 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2023-12-05T16:06:38.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: audit 2023-12-05T16:06:38.383551+0000 mon.a (mon.0) 202 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.9", "id": [4, 0]}]: dispatch 2023-12-05T16:06:38.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: audit 2023-12-05T16:06:38.383933+0000 mon.a (mon.0) 203 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.b", "id": [5, 3]}]: dispatch 2023-12-05T16:06:38.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: audit 2023-12-05T16:06:38.384286+0000 mon.a (mon.0) 204 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.d", "id": [7, 0]}]: dispatch 2023-12-05T16:06:38.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: audit 2023-12-05T16:06:38.384591+0000 mon.a (mon.0) 205 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 0]}]: dispatch 2023-12-05T16:06:38.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: audit 2023-12-05T16:06:38.384835+0000 mon.a (mon.0) 206 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [1, 0]}]: dispatch 2023-12-05T16:06:38.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: audit 2023-12-05T16:06:38.385061+0000 mon.a (mon.0) 207 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [1, 0]}]: dispatch 2023-12-05T16:06:38.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: audit 2023-12-05T16:06:38.385277+0000 mon.a (mon.0) 208 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [5, 6]}]: dispatch 2023-12-05T16:06:38.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: audit 2023-12-05T16:06:38.385492+0000 mon.a (mon.0) 209 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1c", "id": [4, 0]}]: dispatch 2023-12-05T16:06:38.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: audit 2023-12-05T16:06:38.385703+0000 mon.a (mon.0) 210 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1f", "id": [4, 0]}]: dispatch 2023-12-05T16:06:38.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:38 smithi038 bash[51671]: audit 2023-12-05T16:06:38.474464+0000 mon.a (mon.0) 211 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:39.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[66045]: cluster 2023-12-05T16:06:37.489818+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:39.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[66045]: cluster 2023-12-05T16:06:37.491274+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:39.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[66045]: cluster 2023-12-05T16:06:37.493045+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:39.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[66045]: cluster 2023-12-05T16:06:38.413304+0000 mgr.y (mgr.34107) 147 : cluster 0 pgmap v65: 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 2023-12-05T16:06:39.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[66045]: audit 2023-12-05T16:06:38.476962+0000 mon.a (mon.0) 212 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:06:39.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[66045]: audit 2023-12-05T16:06:39.382558+0000 mon.a (mon.0) 213 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]': finished 2023-12-05T16:06:39.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[66045]: audit 2023-12-05T16:06:39.382912+0000 mon.a (mon.0) 214 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.9", "id": [4, 0]}]': finished 2023-12-05T16:06:39.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[66045]: audit 2023-12-05T16:06:39.383125+0000 mon.a (mon.0) 215 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.b", "id": [5, 3]}]': finished 2023-12-05T16:06:39.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[66045]: audit 2023-12-05T16:06:39.383408+0000 mon.a (mon.0) 216 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.d", "id": [7, 0]}]': finished 2023-12-05T16:06:39.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[66045]: audit 2023-12-05T16:06:39.383538+0000 mon.a (mon.0) 217 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 0]}]': finished 2023-12-05T16:06:39.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[66045]: audit 2023-12-05T16:06:39.383762+0000 mon.a (mon.0) 218 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [1, 0]}]': finished 2023-12-05T16:06:39.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[66045]: audit 2023-12-05T16:06:39.384022+0000 mon.a (mon.0) 219 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [1, 0]}]': finished 2023-12-05T16:06:39.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[66045]: cluster 2023-12-05T16:06:39.384341+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-05T16:06:39.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[66045]: audit 2023-12-05T16:06:39.384416+0000 mon.a (mon.0) 220 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [5, 6]}]': finished 2023-12-05T16:06:39.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[66045]: audit 2023-12-05T16:06:39.384718+0000 mon.a (mon.0) 221 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1c", "id": [4, 0]}]': finished 2023-12-05T16:06:39.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[66045]: audit 2023-12-05T16:06:39.384851+0000 mon.a (mon.0) 222 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1f", "id": [4, 0]}]': finished 2023-12-05T16:06:39.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[66045]: cluster 2023-12-05T16:06:39.390107+0000 mon.a (mon.0) 223 : cluster 0 osdmap e109: 8 total, 7 up, 8 in 2023-12-05T16:06:39.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[64648]: cluster 2023-12-05T16:06:37.489818+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:39.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[64648]: cluster 2023-12-05T16:06:37.491274+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:39.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[64648]: cluster 2023-12-05T16:06:37.493045+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:39.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[64648]: cluster 2023-12-05T16:06:38.413304+0000 mgr.y (mgr.34107) 147 : cluster 0 pgmap v65: 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 2023-12-05T16:06:39.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[64648]: audit 2023-12-05T16:06:38.476962+0000 mon.a (mon.0) 212 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:06:39.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[64648]: audit 2023-12-05T16:06:39.382558+0000 mon.a (mon.0) 213 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]': finished 2023-12-05T16:06:39.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[64648]: audit 2023-12-05T16:06:39.382912+0000 mon.a (mon.0) 214 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.9", "id": [4, 0]}]': finished 2023-12-05T16:06:39.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[64648]: audit 2023-12-05T16:06:39.383125+0000 mon.a (mon.0) 215 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.b", "id": [5, 3]}]': finished 2023-12-05T16:06:39.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[64648]: audit 2023-12-05T16:06:39.383408+0000 mon.a (mon.0) 216 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.d", "id": [7, 0]}]': finished 2023-12-05T16:06:39.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[64648]: audit 2023-12-05T16:06:39.383538+0000 mon.a (mon.0) 217 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 0]}]': finished 2023-12-05T16:06:39.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[64648]: audit 2023-12-05T16:06:39.383762+0000 mon.a (mon.0) 218 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [1, 0]}]': finished 2023-12-05T16:06:39.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[64648]: audit 2023-12-05T16:06:39.384022+0000 mon.a (mon.0) 219 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [1, 0]}]': finished 2023-12-05T16:06:39.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[64648]: cluster 2023-12-05T16:06:39.384341+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-05T16:06:39.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[64648]: audit 2023-12-05T16:06:39.384416+0000 mon.a (mon.0) 220 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [5, 6]}]': finished 2023-12-05T16:06:39.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[64648]: audit 2023-12-05T16:06:39.384718+0000 mon.a (mon.0) 221 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1c", "id": [4, 0]}]': finished 2023-12-05T16:06:39.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[64648]: audit 2023-12-05T16:06:39.384851+0000 mon.a (mon.0) 222 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1f", "id": [4, 0]}]': finished 2023-12-05T16:06:39.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:39 smithi016 bash[64648]: cluster 2023-12-05T16:06:39.390107+0000 mon.a (mon.0) 223 : cluster 0 osdmap e109: 8 total, 7 up, 8 in 2023-12-05T16:06:39.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:39 smithi038 bash[51671]: cluster 2023-12-05T16:06:37.489818+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:39.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:39 smithi038 bash[51671]: cluster 2023-12-05T16:06:37.491274+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:39.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:39 smithi038 bash[51671]: cluster 2023-12-05T16:06:37.493045+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-05T16:06:39.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:39 smithi038 bash[51671]: cluster 2023-12-05T16:06:38.413304+0000 mgr.y (mgr.34107) 147 : cluster 0 pgmap v65: 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 2023-12-05T16:06:39.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:39 smithi038 bash[51671]: audit 2023-12-05T16:06:38.476962+0000 mon.a (mon.0) 212 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:06:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:39 smithi038 bash[51671]: audit 2023-12-05T16:06:39.382558+0000 mon.a (mon.0) 213 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]': finished 2023-12-05T16:06:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:39 smithi038 bash[51671]: audit 2023-12-05T16:06:39.382912+0000 mon.a (mon.0) 214 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.9", "id": [4, 0]}]': finished 2023-12-05T16:06:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:39 smithi038 bash[51671]: audit 2023-12-05T16:06:39.383125+0000 mon.a (mon.0) 215 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.b", "id": [5, 3]}]': finished 2023-12-05T16:06:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:39 smithi038 bash[51671]: audit 2023-12-05T16:06:39.383408+0000 mon.a (mon.0) 216 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.d", "id": [7, 0]}]': finished 2023-12-05T16:06:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:39 smithi038 bash[51671]: audit 2023-12-05T16:06:39.383538+0000 mon.a (mon.0) 217 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 0]}]': finished 2023-12-05T16:06:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:39 smithi038 bash[51671]: audit 2023-12-05T16:06:39.383762+0000 mon.a (mon.0) 218 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [1, 0]}]': finished 2023-12-05T16:06:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:39 smithi038 bash[51671]: audit 2023-12-05T16:06:39.384022+0000 mon.a (mon.0) 219 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [1, 0]}]': finished 2023-12-05T16:06:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:39 smithi038 bash[51671]: cluster 2023-12-05T16:06:39.384341+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-05T16:06:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:39 smithi038 bash[51671]: audit 2023-12-05T16:06:39.384416+0000 mon.a (mon.0) 220 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [5, 6]}]': finished 2023-12-05T16:06:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:39 smithi038 bash[51671]: audit 2023-12-05T16:06:39.384718+0000 mon.a (mon.0) 221 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1c", "id": [4, 0]}]': finished 2023-12-05T16:06:39.841 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:39 smithi038 bash[51671]: audit 2023-12-05T16:06:39.384851+0000 mon.a (mon.0) 222 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1f", "id": [4, 0]}]': finished 2023-12-05T16:06:39.842 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:39 smithi038 bash[51671]: cluster 2023-12-05T16:06:39.390107+0000 mon.a (mon.0) 223 : cluster 0 osdmap e109: 8 total, 7 up, 8 in 2023-12-05T16:06:40.236 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:06:40 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:06:40] "GET /metrics HTTP/1.1" 200 38231 "" "Prometheus/2.33.4" 2023-12-05T16:06:40.237 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:39 smithi016 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.0.service: Succeeded. 2023-12-05T16:06:40.237 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:39 smithi016 systemd[1]: Stopped Ceph osd.0 for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:06:40.237 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:40 smithi016 systemd[1]: Started Ceph osd.0 for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:06:40.487 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:40 smithi016 bash[64648]: cluster 2023-12-05T16:06:39.386323+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-05T16:06:40.487 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:40 smithi016 bash[64648]: audit 2023-12-05T16:06:39.483382+0000 mgr.y (mgr.34107) 148 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:06:40.487 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:40 smithi016 bash[64648]: audit 2023-12-05T16:06:40.276281+0000 mon.a (mon.0) 224 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:40.487 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:40 smithi016 bash[64648]: audit 2023-12-05T16:06:40.285413+0000 mon.a (mon.0) 225 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:40.487 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:40 smithi016 bash[64648]: cluster 2023-12-05T16:06:40.388771+0000 mon.a (mon.0) 226 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-05T16:06:40.488 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:40 smithi016 bash[66045]: cluster 2023-12-05T16:06:39.386323+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-05T16:06:40.488 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:40 smithi016 bash[66045]: audit 2023-12-05T16:06:39.483382+0000 mgr.y (mgr.34107) 148 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:06:40.488 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:40 smithi016 bash[66045]: audit 2023-12-05T16:06:40.276281+0000 mon.a (mon.0) 224 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:40.488 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:40 smithi016 bash[66045]: audit 2023-12-05T16:06:40.285413+0000 mon.a (mon.0) 225 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:40.488 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:40 smithi016 bash[66045]: cluster 2023-12-05T16:06:40.388771+0000 mon.a (mon.0) 226 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-05T16:06:40.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:40 smithi038 bash[51671]: cluster 2023-12-05T16:06:39.386323+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-05T16:06:40.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:40 smithi038 bash[51671]: audit 2023-12-05T16:06:39.483382+0000 mgr.y (mgr.34107) 148 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:06:40.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:40 smithi038 bash[51671]: audit 2023-12-05T16:06:40.276281+0000 mon.a (mon.0) 224 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:40.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:40 smithi038 bash[51671]: audit 2023-12-05T16:06:40.285413+0000 mon.a (mon.0) 225 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:40.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:40 smithi038 bash[51671]: cluster 2023-12-05T16:06:40.388771+0000 mon.a (mon.0) 226 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-05T16:06:41.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[66045]: cluster 2023-12-05T16:06:40.386606+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[66045]: cluster 2023-12-05T16:06:40.387267+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[66045]: cluster 2023-12-05T16:06:40.389140+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[66045]: cluster 2023-12-05T16:06:40.389260+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[66045]: cluster 2023-12-05T16:06:40.390288+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[66045]: cluster 2023-12-05T16:06:40.390780+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[66045]: cluster 2023-12-05T16:06:40.391555+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[66045]: cluster 2023-12-05T16:06:40.391652+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.622 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[66045]: cluster 2023-12-05T16:06:40.414073+0000 mgr.y (mgr.34107) 149 : cluster 0 pgmap v68: 161 pgs: 1 peering, 20 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-05T16:06:41.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[66045]: cluster 2023-12-05T16:06:41.384584+0000 mon.a (mon.0) 227 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-05T16:06:41.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[66045]: cluster 2023-12-05T16:06:41.384647+0000 mon.a (mon.0) 228 : cluster 3 Health check failed: Degraded data redundancy: 70/630 objects degraded (11.111%), 20 pgs degraded (PG_DEGRADED) 2023-12-05T16:06:41.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[66045]: cluster 2023-12-05T16:06:41.398941+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:41.623 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[66045]: cluster 2023-12-05T16:06:41.404227+0000 mon.a (mon.0) 229 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-05T16:06:41.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[64648]: cluster 2023-12-05T16:06:40.386606+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[64648]: cluster 2023-12-05T16:06:40.387267+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[64648]: cluster 2023-12-05T16:06:40.389140+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[64648]: cluster 2023-12-05T16:06:40.389260+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[64648]: cluster 2023-12-05T16:06:40.390288+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[64648]: cluster 2023-12-05T16:06:40.390780+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[64648]: cluster 2023-12-05T16:06:40.391555+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[64648]: cluster 2023-12-05T16:06:40.391652+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[64648]: cluster 2023-12-05T16:06:40.414073+0000 mgr.y (mgr.34107) 149 : cluster 0 pgmap v68: 161 pgs: 1 peering, 20 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-05T16:06:41.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[64648]: cluster 2023-12-05T16:06:41.384584+0000 mon.a (mon.0) 227 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-05T16:06:41.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[64648]: cluster 2023-12-05T16:06:41.384647+0000 mon.a (mon.0) 228 : cluster 3 Health check failed: Degraded data redundancy: 70/630 objects degraded (11.111%), 20 pgs degraded (PG_DEGRADED) 2023-12-05T16:06:41.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[64648]: cluster 2023-12-05T16:06:41.398941+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:41.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[64648]: cluster 2023-12-05T16:06:41.404227+0000 mon.a (mon.0) 229 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-05T16:06:41.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:41 smithi038 bash[51671]: cluster 2023-12-05T16:06:40.386606+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:41 smithi038 bash[51671]: cluster 2023-12-05T16:06:40.387267+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:41 smithi038 bash[51671]: cluster 2023-12-05T16:06:40.389140+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:41 smithi038 bash[51671]: cluster 2023-12-05T16:06:40.389260+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:41 smithi038 bash[51671]: cluster 2023-12-05T16:06:40.390288+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:41 smithi038 bash[51671]: cluster 2023-12-05T16:06:40.390780+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:41 smithi038 bash[51671]: cluster 2023-12-05T16:06:40.391555+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:41 smithi038 bash[51671]: cluster 2023-12-05T16:06:40.391652+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-05T16:06:41.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:41 smithi038 bash[51671]: cluster 2023-12-05T16:06:40.414073+0000 mgr.y (mgr.34107) 149 : cluster 0 pgmap v68: 161 pgs: 1 peering, 20 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-05T16:06:41.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:41 smithi038 bash[51671]: cluster 2023-12-05T16:06:41.384584+0000 mon.a (mon.0) 227 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-05T16:06:41.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:41 smithi038 bash[51671]: cluster 2023-12-05T16:06:41.384647+0000 mon.a (mon.0) 228 : cluster 3 Health check failed: Degraded data redundancy: 70/630 objects degraded (11.111%), 20 pgs degraded (PG_DEGRADED) 2023-12-05T16:06:41.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:41 smithi038 bash[51671]: cluster 2023-12-05T16:06:41.398941+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:41.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:41 smithi038 bash[51671]: cluster 2023-12-05T16:06:41.404227+0000 mon.a (mon.0) 229 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-05T16:06:42.371 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[68623]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-05T16:06:42.371 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[68623]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2023-12-05T16:06:42.371 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[68623]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-05T16:06:42.371 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[68623]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-05T16:06:42.371 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[68623]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-05T16:06:42.371 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[68623]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-05T16:06:42.371 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:41 smithi016 bash[68623]: --> ceph-volume raw activate successful for osd ID: 0 2023-12-05T16:06:42.757 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:42 smithi016 bash[64648]: cluster 2023-12-05T16:06:41.398366+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.757 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:42 smithi016 bash[64648]: cluster 2023-12-05T16:06:41.404203+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.757 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:42 smithi016 bash[64648]: cluster 2023-12-05T16:06:41.404687+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.757 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:42 smithi016 bash[64648]: cluster 2023-12-05T16:06:41.405771+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.757 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:42 smithi016 bash[64648]: cluster 2023-12-05T16:06:41.405776+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.757 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:42 smithi016 bash[64648]: cluster 2023-12-05T16:06:41.409607+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.757 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:42 smithi016 bash[64648]: cluster 2023-12-05T16:06:41.409753+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.757 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:42 smithi016 bash[66045]: cluster 2023-12-05T16:06:41.398366+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.757 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:42 smithi016 bash[66045]: cluster 2023-12-05T16:06:41.404203+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.758 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:42 smithi016 bash[66045]: cluster 2023-12-05T16:06:41.404687+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.758 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:42 smithi016 bash[66045]: cluster 2023-12-05T16:06:41.405771+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.758 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:42 smithi016 bash[66045]: cluster 2023-12-05T16:06:41.405776+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.758 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:42 smithi016 bash[66045]: cluster 2023-12-05T16:06:41.409607+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.758 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:42 smithi016 bash[66045]: cluster 2023-12-05T16:06:41.409753+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:42 smithi038 bash[51671]: cluster 2023-12-05T16:06:41.398366+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:42 smithi038 bash[51671]: cluster 2023-12-05T16:06:41.404203+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:42 smithi038 bash[51671]: cluster 2023-12-05T16:06:41.404687+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:42 smithi038 bash[51671]: cluster 2023-12-05T16:06:41.405771+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:42 smithi038 bash[51671]: cluster 2023-12-05T16:06:41.405776+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:42 smithi038 bash[51671]: cluster 2023-12-05T16:06:41.409607+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:42.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:42 smithi038 bash[51671]: cluster 2023-12-05T16:06:41.409753+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-05T16:06:43.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:43 smithi016 bash[64648]: cluster 2023-12-05T16:06:42.415137+0000 mgr.y (mgr.34107) 150 : cluster 0 pgmap v70: 161 pgs: 1 peering, 20 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-05T16:06:43.779 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:43 smithi016 bash[66045]: cluster 2023-12-05T16:06:42.415137+0000 mgr.y (mgr.34107) 150 : cluster 0 pgmap v70: 161 pgs: 1 peering, 20 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-05T16:06:43.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:43 smithi038 bash[51671]: cluster 2023-12-05T16:06:42.415137+0000 mgr.y (mgr.34107) 150 : cluster 0 pgmap v70: 161 pgs: 1 peering, 20 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-05T16:06:44.120 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:43 smithi016 bash[68903]: debug 2023-12-05T16:06:43.882+0000 7ff57ddd6700 1 -- 172.21.15.16:0/1934599155 <== mon.0 v2:172.21.15.16:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558c910ab1e0 con 0x558c91130800 2023-12-05T16:06:44.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:44 smithi038 bash[51671]: cluster 2023-12-05T16:06:44.495599+0000 mon.a (mon.0) 230 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-05T16:06:44.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:44 smithi016 bash[64648]: cluster 2023-12-05T16:06:44.495599+0000 mon.a (mon.0) 230 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-05T16:06:44.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:44 smithi016 bash[66045]: cluster 2023-12-05T16:06:44.495599+0000 mon.a (mon.0) 230 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-05T16:06:44.871 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:44 smithi016 bash[68903]: debug 2023-12-05T16:06:44.418+0000 7ff586f5c640 -1 Falling back to public interface 2023-12-05T16:06:45.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:45 smithi038 bash[51671]: cluster 2023-12-05T16:06:44.417138+0000 mgr.y (mgr.34107) 151 : cluster 0 pgmap v71: 161 pgs: 10 active+clean+remapped, 20 active+undersized+degraded, 35 active+undersized, 96 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%); 1/630 objects misplaced (0.159%) 2023-12-05T16:06:45.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:45 smithi016 bash[64648]: cluster 2023-12-05T16:06:44.417138+0000 mgr.y (mgr.34107) 151 : cluster 0 pgmap v71: 161 pgs: 10 active+clean+remapped, 20 active+undersized+degraded, 35 active+undersized, 96 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%); 1/630 objects misplaced (0.159%) 2023-12-05T16:06:45.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:45 smithi016 bash[66045]: cluster 2023-12-05T16:06:44.417138+0000 mgr.y (mgr.34107) 151 : cluster 0 pgmap v71: 161 pgs: 10 active+clean+remapped, 20 active+undersized+degraded, 35 active+undersized, 96 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%); 1/630 objects misplaced (0.159%) 2023-12-05T16:06:47.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:47 smithi038 bash[51671]: cluster 2023-12-05T16:06:46.418529+0000 mgr.y (mgr.34107) 152 : cluster 0 pgmap v72: 161 pgs: 10 active+clean+remapped, 20 active+undersized+degraded, 35 active+undersized, 96 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%); 1/630 objects misplaced (0.159%) 2023-12-05T16:06:47.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:47 smithi038 bash[51671]: audit 2023-12-05T16:06:47.512688+0000 mon.a (mon.0) 231 : audit 1 from='osd.0 [v2:172.21.15.16:6802/1104583616,v1:172.21.15.16:6803/1104583616]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-05T16:06:47.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:47 smithi016 bash[64648]: cluster 2023-12-05T16:06:46.418529+0000 mgr.y (mgr.34107) 152 : cluster 0 pgmap v72: 161 pgs: 10 active+clean+remapped, 20 active+undersized+degraded, 35 active+undersized, 96 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%); 1/630 objects misplaced (0.159%) 2023-12-05T16:06:47.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:47 smithi016 bash[64648]: audit 2023-12-05T16:06:47.512688+0000 mon.a (mon.0) 231 : audit 1 from='osd.0 [v2:172.21.15.16:6802/1104583616,v1:172.21.15.16:6803/1104583616]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-05T16:06:47.871 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:47 smithi016 bash[68903]: debug 2023-12-05T16:06:47.470+0000 7ff586f5c640 -1 osd.0 0 read_superblock omap replica is missing. 2023-12-05T16:06:47.871 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:47 smithi016 bash[68903]: debug 2023-12-05T16:06:47.506+0000 7ff586f5c640 -1 osd.0 106 log_to_monitors true 2023-12-05T16:06:47.871 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:06:47 smithi016 bash[68903]: debug 2023-12-05T16:06:47.634+0000 7ff576bca700 -1 osd.0 106 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T16:06:47.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:47 smithi016 bash[66045]: cluster 2023-12-05T16:06:46.418529+0000 mgr.y (mgr.34107) 152 : cluster 0 pgmap v72: 161 pgs: 10 active+clean+remapped, 20 active+undersized+degraded, 35 active+undersized, 96 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%); 1/630 objects misplaced (0.159%) 2023-12-05T16:06:47.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:47 smithi016 bash[66045]: audit 2023-12-05T16:06:47.512688+0000 mon.a (mon.0) 231 : audit 1 from='osd.0 [v2:172.21.15.16:6802/1104583616,v1:172.21.15.16:6803/1104583616]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-05T16:06:48.839 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:06:48 smithi038 bash[49134]: ts=2023-12-05T16:06: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.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-05T16:06:48.840 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:06:48 smithi038 bash[49134]: ts=2023-12-05T16:06: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.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:06:48.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:48 smithi038 bash[51671]: audit 2023-12-05T16:06:47.565822+0000 mon.a (mon.0) 232 : audit 1 from='osd.0 [v2:172.21.15.16:6802/1104583616,v1:172.21.15.16:6803/1104583616]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-05T16:06:48.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:48 smithi038 bash[51671]: cluster 2023-12-05T16:06:47.566959+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T16:06:48.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:48 smithi038 bash[51671]: cluster 2023-12-05T16:06:47.568431+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T16:06:48.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:48 smithi038 bash[51671]: cluster 2023-12-05T16:06:47.571048+0000 mon.a (mon.0) 233 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-05T16:06:48.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:48 smithi038 bash[51671]: audit 2023-12-05T16:06:47.571884+0000 mon.a (mon.0) 234 : audit 1 from='osd.0 [v2:172.21.15.16:6802/1104583616,v1:172.21.15.16:6803/1104583616]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T16:06:48.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:48 smithi038 bash[51671]: audit 2023-12-05T16:06:47.878726+0000 mon.a (mon.0) 235 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:48.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:48 smithi038 bash[51671]: audit 2023-12-05T16:06:47.887911+0000 mon.a (mon.0) 236 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:48.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:48 smithi016 bash[66045]: audit 2023-12-05T16:06:47.565822+0000 mon.a (mon.0) 232 : audit 1 from='osd.0 [v2:172.21.15.16:6802/1104583616,v1:172.21.15.16:6803/1104583616]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-05T16:06:48.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:48 smithi016 bash[66045]: cluster 2023-12-05T16:06:47.566959+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T16:06:48.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:48 smithi016 bash[66045]: cluster 2023-12-05T16:06:47.568431+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T16:06:48.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:48 smithi016 bash[66045]: cluster 2023-12-05T16:06:47.571048+0000 mon.a (mon.0) 233 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-05T16:06:48.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:48 smithi016 bash[66045]: audit 2023-12-05T16:06:47.571884+0000 mon.a (mon.0) 234 : audit 1 from='osd.0 [v2:172.21.15.16:6802/1104583616,v1:172.21.15.16:6803/1104583616]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T16:06:48.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:48 smithi016 bash[66045]: audit 2023-12-05T16:06:47.878726+0000 mon.a (mon.0) 235 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:48.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:48 smithi016 bash[66045]: audit 2023-12-05T16:06:47.887911+0000 mon.a (mon.0) 236 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:48.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:48 smithi016 bash[64648]: audit 2023-12-05T16:06:47.565822+0000 mon.a (mon.0) 232 : audit 1 from='osd.0 [v2:172.21.15.16:6802/1104583616,v1:172.21.15.16:6803/1104583616]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-05T16:06:48.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:48 smithi016 bash[64648]: cluster 2023-12-05T16:06:47.566959+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T16:06:48.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:48 smithi016 bash[64648]: cluster 2023-12-05T16:06:47.568431+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T16:06:48.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:48 smithi016 bash[64648]: cluster 2023-12-05T16:06:47.571048+0000 mon.a (mon.0) 233 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-05T16:06:48.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:48 smithi016 bash[64648]: audit 2023-12-05T16:06:47.571884+0000 mon.a (mon.0) 234 : audit 1 from='osd.0 [v2:172.21.15.16:6802/1104583616,v1:172.21.15.16:6803/1104583616]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T16:06:48.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:48 smithi016 bash[64648]: audit 2023-12-05T16:06:47.878726+0000 mon.a (mon.0) 235 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:48.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:48 smithi016 bash[64648]: audit 2023-12-05T16:06:47.887911+0000 mon.a (mon.0) 236 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:49.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[66045]: cluster 2023-12-05T16:06:48.419587+0000 mgr.y (mgr.34107) 153 : cluster 0 pgmap v74: 161 pgs: 10 active+clean+remapped, 20 active+undersized+degraded, 35 active+undersized, 96 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%); 1/630 objects misplaced (0.159%) 2023-12-05T16:06:49.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[66045]: cluster 2023-12-05T16:06:48.566973+0000 mon.a (mon.0) 237 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:06:49.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[66045]: cluster 2023-12-05T16:06:48.570436+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T16:06:49.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[66045]: cluster 2023-12-05T16:06:48.571915+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T16:06:49.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[66045]: cluster 2023-12-05T16:06:48.574973+0000 mon.a (mon.0) 238 : cluster 1 osd.0 [v2:172.21.15.16:6802/1104583616,v1:172.21.15.16:6803/1104583616] boot 2023-12-05T16:06:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[66045]: cluster 2023-12-05T16:06:48.575093+0000 mon.a (mon.0) 239 : cluster 0 osdmap e113: 8 total, 8 up, 8 in 2023-12-05T16:06:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[66045]: audit 2023-12-05T16:06:48.577669+0000 mon.a (mon.0) 240 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:06:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[66045]: cluster 2023-12-05T16:06:48.589369+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T16:06:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[66045]: audit 2023-12-05T16:06:48.935105+0000 mon.a (mon.0) 241 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[66045]: audit 2023-12-05T16:06:48.947502+0000 mon.a (mon.0) 242 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:49.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[64648]: cluster 2023-12-05T16:06:48.419587+0000 mgr.y (mgr.34107) 153 : cluster 0 pgmap v74: 161 pgs: 10 active+clean+remapped, 20 active+undersized+degraded, 35 active+undersized, 96 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%); 1/630 objects misplaced (0.159%) 2023-12-05T16:06:49.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[64648]: cluster 2023-12-05T16:06:48.566973+0000 mon.a (mon.0) 237 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:06:49.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[64648]: cluster 2023-12-05T16:06:48.570436+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T16:06:49.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[64648]: cluster 2023-12-05T16:06:48.571915+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T16:06:49.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[64648]: cluster 2023-12-05T16:06:48.574973+0000 mon.a (mon.0) 238 : cluster 1 osd.0 [v2:172.21.15.16:6802/1104583616,v1:172.21.15.16:6803/1104583616] boot 2023-12-05T16:06:49.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[64648]: cluster 2023-12-05T16:06:48.575093+0000 mon.a (mon.0) 239 : cluster 0 osdmap e113: 8 total, 8 up, 8 in 2023-12-05T16:06:49.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[64648]: audit 2023-12-05T16:06:48.577669+0000 mon.a (mon.0) 240 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:06:49.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[64648]: cluster 2023-12-05T16:06:48.589369+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T16:06:49.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[64648]: audit 2023-12-05T16:06:48.935105+0000 mon.a (mon.0) 241 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:49.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:49 smithi016 bash[64648]: audit 2023-12-05T16:06:48.947502+0000 mon.a (mon.0) 242 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:50.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:49 smithi038 bash[51671]: cluster 2023-12-05T16:06:48.419587+0000 mgr.y (mgr.34107) 153 : cluster 0 pgmap v74: 161 pgs: 10 active+clean+remapped, 20 active+undersized+degraded, 35 active+undersized, 96 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%); 1/630 objects misplaced (0.159%) 2023-12-05T16:06:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:49 smithi038 bash[51671]: cluster 2023-12-05T16:06:48.566973+0000 mon.a (mon.0) 237 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:06:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:49 smithi038 bash[51671]: cluster 2023-12-05T16:06:48.570436+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T16:06:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:49 smithi038 bash[51671]: cluster 2023-12-05T16:06:48.571915+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e113 with expected crc 2023-12-05T16:06:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:49 smithi038 bash[51671]: cluster 2023-12-05T16:06:48.574973+0000 mon.a (mon.0) 238 : cluster 1 osd.0 [v2:172.21.15.16:6802/1104583616,v1:172.21.15.16:6803/1104583616] boot 2023-12-05T16:06:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:49 smithi038 bash[51671]: cluster 2023-12-05T16:06:48.575093+0000 mon.a (mon.0) 239 : cluster 0 osdmap e113: 8 total, 8 up, 8 in 2023-12-05T16:06:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:49 smithi038 bash[51671]: audit 2023-12-05T16:06:48.577669+0000 mon.a (mon.0) 240 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:06:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:49 smithi038 bash[51671]: cluster 2023-12-05T16:06:48.589369+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e112 with expected crc 2023-12-05T16:06:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:49 smithi038 bash[51671]: audit 2023-12-05T16:06:48.935105+0000 mon.a (mon.0) 241 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:49 smithi038 bash[51671]: audit 2023-12-05T16:06:48.947502+0000 mon.a (mon.0) 242 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:50.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:06:50] "GET /metrics HTTP/1.1" 200 38231 "" "Prometheus/2.33.4" 2023-12-05T16:06:50.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[66045]: audit 2023-12-05T16:06:49.492857+0000 mgr.y (mgr.34107) 154 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:06:50.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[66045]: cluster 2023-12-05T16:06:49.583453+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:50.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[66045]: cluster 2023-12-05T16:06:49.585120+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:50.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[66045]: cluster 2023-12-05T16:06:49.589247+0000 mon.a (mon.0) 243 : cluster 0 osdmap e114: 8 total, 8 up, 8 in 2023-12-05T16:06:50.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[66045]: cluster 2023-12-05T16:06:49.589790+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:50.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[66045]: cluster 2023-12-05T16:06:49.590651+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:50.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[66045]: cluster 2023-12-05T16:06:49.590954+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:50.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[66045]: cluster 2023-12-05T16:06:49.590954+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:50.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[66045]: cluster 2023-12-05T16:06:49.591315+0000 osd.1 (osd.1) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:50.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[66045]: cluster 2023-12-05T16:06:49.592369+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:50.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[66045]: cluster 2023-12-05T16:06:49.598912+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:50.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[64648]: audit 2023-12-05T16:06:49.492857+0000 mgr.y (mgr.34107) 154 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:06:50.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[64648]: cluster 2023-12-05T16:06:49.583453+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:50.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[64648]: cluster 2023-12-05T16:06:49.585120+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:50.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[64648]: cluster 2023-12-05T16:06:49.589247+0000 mon.a (mon.0) 243 : cluster 0 osdmap e114: 8 total, 8 up, 8 in 2023-12-05T16:06:50.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[64648]: cluster 2023-12-05T16:06:49.589790+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:50.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[64648]: cluster 2023-12-05T16:06:49.590651+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:50.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[64648]: cluster 2023-12-05T16:06:49.590954+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:50.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[64648]: cluster 2023-12-05T16:06:49.590954+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:50.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[64648]: cluster 2023-12-05T16:06:49.591315+0000 osd.1 (osd.1) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:50.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[64648]: cluster 2023-12-05T16:06:49.592369+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:50.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:50 smithi016 bash[64648]: cluster 2023-12-05T16:06:49.598912+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:51.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:50 smithi038 bash[51671]: audit 2023-12-05T16:06:49.492857+0000 mgr.y (mgr.34107) 154 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:06:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:50 smithi038 bash[51671]: cluster 2023-12-05T16:06:49.583453+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:50 smithi038 bash[51671]: cluster 2023-12-05T16:06:49.585120+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:50 smithi038 bash[51671]: cluster 2023-12-05T16:06:49.589247+0000 mon.a (mon.0) 243 : cluster 0 osdmap e114: 8 total, 8 up, 8 in 2023-12-05T16:06:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:50 smithi038 bash[51671]: cluster 2023-12-05T16:06:49.589790+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:50 smithi038 bash[51671]: cluster 2023-12-05T16:06:49.590651+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:50 smithi038 bash[51671]: cluster 2023-12-05T16:06:49.590954+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:50 smithi038 bash[51671]: cluster 2023-12-05T16:06:49.590954+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:50 smithi038 bash[51671]: cluster 2023-12-05T16:06:49.591315+0000 osd.1 (osd.1) 8 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:50 smithi038 bash[51671]: cluster 2023-12-05T16:06:49.592369+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:50 smithi038 bash[51671]: cluster 2023-12-05T16:06:49.598912+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-05T16:06:51.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[64648]: cluster 2023-12-05T16:06:50.420488+0000 mgr.y (mgr.34107) 155 : cluster 0 pgmap v77: 161 pgs: 10 remapped+peering, 34 peering, 8 active+undersized+degraded, 13 active+undersized, 96 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 30/630 objects degraded (4.762%) 2023-12-05T16:06:51.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[64648]: cluster 2023-12-05T16:06:50.591730+0000 mon.a (mon.0) 244 : cluster 3 Health check update: Degraded data redundancy: 30/630 objects degraded (4.762%), 8 pgs degraded (PG_DEGRADED) 2023-12-05T16:06:51.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[64648]: cluster 2023-12-05T16:06:50.603156+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:51.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[64648]: cluster 2023-12-05T16:06:50.603871+0000 osd.1 (osd.1) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:51.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[64648]: cluster 2023-12-05T16:06:50.610566+0000 mon.a (mon.0) 245 : cluster 0 osdmap e115: 8 total, 8 up, 8 in 2023-12-05T16:06:51.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[64648]: cluster 2023-12-05T16:06:50.610748+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:51.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[64648]: cluster 2023-12-05T16:06:50.610826+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:51.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[64648]: cluster 2023-12-05T16:06:50.611965+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:51.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[64648]: cluster 2023-12-05T16:06:50.612148+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:51.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[64648]: cluster 2023-12-05T16:06:50.624993+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:51.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[64648]: cluster 2023-12-05T16:06:50.746021+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:51.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[66045]: cluster 2023-12-05T16:06:50.420488+0000 mgr.y (mgr.34107) 155 : cluster 0 pgmap v77: 161 pgs: 10 remapped+peering, 34 peering, 8 active+undersized+degraded, 13 active+undersized, 96 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 30/630 objects degraded (4.762%) 2023-12-05T16:06:51.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[66045]: cluster 2023-12-05T16:06:50.591730+0000 mon.a (mon.0) 244 : cluster 3 Health check update: Degraded data redundancy: 30/630 objects degraded (4.762%), 8 pgs degraded (PG_DEGRADED) 2023-12-05T16:06:51.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[66045]: cluster 2023-12-05T16:06:50.603156+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:51.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[66045]: cluster 2023-12-05T16:06:50.603871+0000 osd.1 (osd.1) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:51.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[66045]: cluster 2023-12-05T16:06:50.610566+0000 mon.a (mon.0) 245 : cluster 0 osdmap e115: 8 total, 8 up, 8 in 2023-12-05T16:06:51.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[66045]: cluster 2023-12-05T16:06:50.610748+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:51.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[66045]: cluster 2023-12-05T16:06:50.610826+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:51.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[66045]: cluster 2023-12-05T16:06:50.611965+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:51.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[66045]: cluster 2023-12-05T16:06:50.612148+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:51.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[66045]: cluster 2023-12-05T16:06:50.624993+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:51.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:51 smithi016 bash[66045]: cluster 2023-12-05T16:06:50.746021+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:52.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:51 smithi038 bash[51671]: cluster 2023-12-05T16:06:50.420488+0000 mgr.y (mgr.34107) 155 : cluster 0 pgmap v77: 161 pgs: 10 remapped+peering, 34 peering, 8 active+undersized+degraded, 13 active+undersized, 96 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 30/630 objects degraded (4.762%) 2023-12-05T16:06:52.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:51 smithi038 bash[51671]: cluster 2023-12-05T16:06:50.591730+0000 mon.a (mon.0) 244 : cluster 3 Health check update: Degraded data redundancy: 30/630 objects degraded (4.762%), 8 pgs degraded (PG_DEGRADED) 2023-12-05T16:06:52.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:51 smithi038 bash[51671]: cluster 2023-12-05T16:06:50.603156+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:52.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:51 smithi038 bash[51671]: cluster 2023-12-05T16:06:50.603871+0000 osd.1 (osd.1) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:52.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:51 smithi038 bash[51671]: cluster 2023-12-05T16:06:50.610566+0000 mon.a (mon.0) 245 : cluster 0 osdmap e115: 8 total, 8 up, 8 in 2023-12-05T16:06:52.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:51 smithi038 bash[51671]: cluster 2023-12-05T16:06:50.610748+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:52.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:51 smithi038 bash[51671]: cluster 2023-12-05T16:06:50.610826+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:52.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:51 smithi038 bash[51671]: cluster 2023-12-05T16:06:50.611965+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:52.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:51 smithi038 bash[51671]: cluster 2023-12-05T16:06:50.612148+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:52.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:51 smithi038 bash[51671]: cluster 2023-12-05T16:06:50.624993+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:52.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:51 smithi038 bash[51671]: cluster 2023-12-05T16:06:50.746021+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e115 with expected crc 2023-12-05T16:06:53.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:53 smithi016 bash[66045]: cluster 2023-12-05T16:06:52.421379+0000 mgr.y (mgr.34107) 156 : cluster 0 pgmap v79: 161 pgs: 10 remapped+peering, 34 peering, 8 active+undersized+degraded, 13 active+undersized, 96 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 30/630 objects degraded (4.762%) 2023-12-05T16:06:53.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:53 smithi016 bash[66045]: audit 2023-12-05T16:06:53.474081+0000 mon.a (mon.0) 246 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:53.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:53 smithi016 bash[66045]: audit 2023-12-05T16:06:53.475860+0000 mon.a (mon.0) 247 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:06:53.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:53 smithi016 bash[66045]: audit 2023-12-05T16:06:53.539644+0000 mon.a (mon.0) 248 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:53.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:53 smithi016 bash[64648]: cluster 2023-12-05T16:06:52.421379+0000 mgr.y (mgr.34107) 156 : cluster 0 pgmap v79: 161 pgs: 10 remapped+peering, 34 peering, 8 active+undersized+degraded, 13 active+undersized, 96 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 30/630 objects degraded (4.762%) 2023-12-05T16:06:53.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:53 smithi016 bash[64648]: audit 2023-12-05T16:06:53.474081+0000 mon.a (mon.0) 246 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:53.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:53 smithi016 bash[64648]: audit 2023-12-05T16:06:53.475860+0000 mon.a (mon.0) 247 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:06:53.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:53 smithi016 bash[64648]: audit 2023-12-05T16:06:53.539644+0000 mon.a (mon.0) 248 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:54.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:53 smithi038 bash[51671]: cluster 2023-12-05T16:06:52.421379+0000 mgr.y (mgr.34107) 156 : cluster 0 pgmap v79: 161 pgs: 10 remapped+peering, 34 peering, 8 active+undersized+degraded, 13 active+undersized, 96 active+clean; 585 KiB data, 113 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 30/630 objects degraded (4.762%) 2023-12-05T16:06:54.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:53 smithi038 bash[51671]: audit 2023-12-05T16:06:53.474081+0000 mon.a (mon.0) 246 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:54.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:53 smithi038 bash[51671]: audit 2023-12-05T16:06:53.475860+0000 mon.a (mon.0) 247 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:06:54.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:53 smithi038 bash[51671]: audit 2023-12-05T16:06:53.539644+0000 mon.a (mon.0) 248 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:55.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:54 smithi038 bash[51671]: cluster 2023-12-05T16:06:54.608595+0000 mon.a (mon.0) 249 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/630 objects degraded (4.762%), 8 pgs degraded) 2023-12-05T16:06:55.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:54 smithi038 bash[51671]: cluster 2023-12-05T16:06:54.608670+0000 mon.a (mon.0) 250 : cluster 1 Cluster is now healthy 2023-12-05T16:06:55.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:54 smithi016 bash[66045]: cluster 2023-12-05T16:06:54.608595+0000 mon.a (mon.0) 249 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/630 objects degraded (4.762%), 8 pgs degraded) 2023-12-05T16:06:55.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:54 smithi016 bash[66045]: cluster 2023-12-05T16:06:54.608670+0000 mon.a (mon.0) 250 : cluster 1 Cluster is now healthy 2023-12-05T16:06:55.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:54 smithi016 bash[64648]: cluster 2023-12-05T16:06:54.608595+0000 mon.a (mon.0) 249 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/630 objects degraded (4.762%), 8 pgs degraded) 2023-12-05T16:06:55.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:54 smithi016 bash[64648]: cluster 2023-12-05T16:06:54.608670+0000 mon.a (mon.0) 250 : cluster 1 Cluster is now healthy 2023-12-05T16:06:55.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:55 smithi016 bash[64648]: cluster 2023-12-05T16:06:54.423035+0000 mgr.y (mgr.34107) 157 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 61 B/s, 0 objects/s recovering 2023-12-05T16:06:55.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:55 smithi016 bash[66045]: cluster 2023-12-05T16:06:54.423035+0000 mgr.y (mgr.34107) 157 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 61 B/s, 0 objects/s recovering 2023-12-05T16:06:56.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:55 smithi038 bash[51671]: cluster 2023-12-05T16:06:54.423035+0000 mgr.y (mgr.34107) 157 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 61 B/s, 0 objects/s recovering 2023-12-05T16:06:58.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:57 smithi038 bash[51671]: cluster 2023-12-05T16:06:56.423825+0000 mgr.y (mgr.34107) 158 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 46 B/s, 0 objects/s recovering 2023-12-05T16:06:58.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:57 smithi016 bash[64648]: cluster 2023-12-05T16:06:56.423825+0000 mgr.y (mgr.34107) 158 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 46 B/s, 0 objects/s recovering 2023-12-05T16:06:58.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:57 smithi016 bash[66045]: cluster 2023-12-05T16:06:56.423825+0000 mgr.y (mgr.34107) 158 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 46 B/s, 0 objects/s recovering 2023-12-05T16:06:59.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:06:58 smithi038 bash[49134]: ts=2023-12-05T16:06:58.661Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-05T16:06:59.090 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:06:58 smithi038 bash[49134]: ts=2023-12-05T16:06:58.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.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:06:59.674 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[64648]: cluster 2023-12-05T16:06:58.424799+0000 mgr.y (mgr.34107) 159 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 579 B/s rd, 0 op/s; 41 B/s, 0 objects/s recovering 2023-12-05T16:06:59.674 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[64648]: audit 2023-12-05T16:06:59.100458+0000 mon.a (mon.0) 251 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:59.674 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[64648]: audit 2023-12-05T16:06:59.112938+0000 mon.a (mon.0) 252 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:59.674 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[64648]: audit 2023-12-05T16:06:59.114922+0000 mon.a (mon.0) 253 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:59.675 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[64648]: audit 2023-12-05T16:06:59.116474+0000 mon.a (mon.0) 254 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:06:59.675 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[64648]: audit 2023-12-05T16:06:59.125268+0000 mon.a (mon.0) 255 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:59.675 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[64648]: audit 2023-12-05T16:06:59.215009+0000 mon.a (mon.0) 256 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:06:59.675 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[64648]: audit 2023-12-05T16:06:59.218610+0000 mon.a (mon.0) 257 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:59.675 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[64648]: audit 2023-12-05T16:06:59.221358+0000 mon.a (mon.0) 258 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:59.675 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[64648]: audit 2023-12-05T16:06:59.223264+0000 mon.a (mon.0) 259 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:59.675 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[64648]: audit 2023-12-05T16:06:59.225525+0000 mon.a (mon.0) 260 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-05T16:06:59.675 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[66045]: cluster 2023-12-05T16:06:58.424799+0000 mgr.y (mgr.34107) 159 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 579 B/s rd, 0 op/s; 41 B/s, 0 objects/s recovering 2023-12-05T16:06:59.675 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[66045]: audit 2023-12-05T16:06:59.100458+0000 mon.a (mon.0) 251 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:59.675 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[66045]: audit 2023-12-05T16:06:59.112938+0000 mon.a (mon.0) 252 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:59.675 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[66045]: audit 2023-12-05T16:06:59.114922+0000 mon.a (mon.0) 253 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:59.676 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[66045]: audit 2023-12-05T16:06:59.116474+0000 mon.a (mon.0) 254 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:06:59.676 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[66045]: audit 2023-12-05T16:06:59.125268+0000 mon.a (mon.0) 255 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:59.676 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[66045]: audit 2023-12-05T16:06:59.215009+0000 mon.a (mon.0) 256 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:06:59.676 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[66045]: audit 2023-12-05T16:06:59.218610+0000 mon.a (mon.0) 257 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:59.676 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[66045]: audit 2023-12-05T16:06:59.221358+0000 mon.a (mon.0) 258 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:59.676 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[66045]: audit 2023-12-05T16:06:59.223264+0000 mon.a (mon.0) 259 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:59.676 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:06:59 smithi016 bash[66045]: audit 2023-12-05T16:06:59.225525+0000 mon.a (mon.0) 260 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-05T16:06:59.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:59 smithi038 bash[51671]: cluster 2023-12-05T16:06:58.424799+0000 mgr.y (mgr.34107) 159 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 579 B/s rd, 0 op/s; 41 B/s, 0 objects/s recovering 2023-12-05T16:06:59.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:59 smithi038 bash[51671]: audit 2023-12-05T16:06:59.100458+0000 mon.a (mon.0) 251 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:59.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:59 smithi038 bash[51671]: audit 2023-12-05T16:06:59.112938+0000 mon.a (mon.0) 252 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:59.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:59 smithi038 bash[51671]: audit 2023-12-05T16:06:59.114922+0000 mon.a (mon.0) 253 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:06:59.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:59 smithi038 bash[51671]: audit 2023-12-05T16:06:59.116474+0000 mon.a (mon.0) 254 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:06:59.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:59 smithi038 bash[51671]: audit 2023-12-05T16:06:59.125268+0000 mon.a (mon.0) 255 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:06:59.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:59 smithi038 bash[51671]: audit 2023-12-05T16:06:59.215009+0000 mon.a (mon.0) 256 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:06:59.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:59 smithi038 bash[51671]: audit 2023-12-05T16:06:59.218610+0000 mon.a (mon.0) 257 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:59.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:59 smithi038 bash[51671]: audit 2023-12-05T16:06:59.221358+0000 mon.a (mon.0) 258 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:59.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:59 smithi038 bash[51671]: audit 2023-12-05T16:06:59.223264+0000 mon.a (mon.0) 259 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:06:59.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:06:59 smithi038 bash[51671]: audit 2023-12-05T16:06:59.225525+0000 mon.a (mon.0) 260 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-05T16:07:00.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:07:00 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:07:00] "GET /metrics HTTP/1.1" 200 38243 "" "Prometheus/2.33.4" 2023-12-05T16:07:00.594 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:07:00.755 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:00 smithi016 bash[64648]: audit 2023-12-05T16:06:59.225949+0000 mgr.y (mgr.34107) 160 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-05T16:07:00.756 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:00 smithi016 bash[64648]: cephadm 2023-12-05T16:06:59.227937+0000 mgr.y (mgr.34107) 161 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-05T16:07:00.756 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:00 smithi016 bash[64648]: audit 2023-12-05T16:06:59.503644+0000 mgr.y (mgr.34107) 162 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:07:00.757 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:00 smithi016 bash[66045]: audit 2023-12-05T16:06:59.225949+0000 mgr.y (mgr.34107) 160 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-05T16:07:00.757 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:00 smithi016 bash[66045]: cephadm 2023-12-05T16:06:59.227937+0000 mgr.y (mgr.34107) 161 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-05T16:07:00.757 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:00 smithi016 bash[66045]: audit 2023-12-05T16:06:59.503644+0000 mgr.y (mgr.34107) 162 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:07:00.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:00 smithi038 bash[51671]: audit 2023-12-05T16:06:59.225949+0000 mgr.y (mgr.34107) 160 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-05T16:07:00.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:00 smithi038 bash[51671]: cephadm 2023-12-05T16:06:59.227937+0000 mgr.y (mgr.34107) 161 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-05T16:07:00.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:00 smithi038 bash[51671]: audit 2023-12-05T16:06:59.503644+0000 mgr.y (mgr.34107) 162 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:07:01.370 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:07:01.371 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (4m) 13s ago 11m 15.8M - 0.23.0 ba2b418f427c c48b395728e7 2023-12-05T16:07:01.371 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (3m) 82s ago 11m 42.8M - 8.3.5 dad864ee21e9 d6befc9f2bcf 2023-12-05T16:07:01.371 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (3m) 13s ago 9m 47.0M - 3.5 e1d6a67b021e bbc51b2e3d6d 2023-12-05T16:07:01.371 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283,8765 running (2m) 82s ago 17m 432M - 19.0.0-13-ge6605fb8 104f332cd0a9 d9865fd32494 2023-12-05T16:07:01.371 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:8443,9283,8765 running (3m) 13s ago 19m 488M - 19.0.0-13-ge6605fb8 104f332cd0a9 d8aa9c1870da 2023-12-05T16:07:01.371 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (2m) 13s ago 19m 47.8M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 61d4ec4cbec6 2023-12-05T16:07:01.371 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (91s) 82s ago 17m 22.9M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 35fe6c2d8ea2 2023-12-05T16:07:01.371 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (117s) 13s ago 17m 40.0M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 e48e3724baef 2023-12-05T16:07:01.371 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (4m) 13s ago 11m 12.3M - 1.3.1 1dbe0e931976 a7ad6c0fa35b 2023-12-05T16:07:01.371 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (4m) 82s ago 11m 11.4M - 1.3.1 1dbe0e931976 dac45ac68b6c 2023-12-05T16:07:01.371 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (18s) 13s ago 16m - 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 19a0a8b247d6 2023-12-05T16:07:01.371 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (16m) 13s ago 16m 61.7M 2782M 17.2.0 e1d6a67b021e 86b3fa0a663f 2023-12-05T16:07:01.372 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (15m) 13s ago 15m 58.5M 2782M 17.2.0 e1d6a67b021e 4490977f74dc 2023-12-05T16:07:01.372 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (15m) 13s ago 15m 58.1M 2782M 17.2.0 e1d6a67b021e 715c72066f0e 2023-12-05T16:07:01.372 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (14m) 82s ago 14m 59.8M 3038M 17.2.0 e1d6a67b021e 1e5c4e736858 2023-12-05T16:07:01.372 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (13m) 82s ago 13m 55.5M 3038M 17.2.0 e1d6a67b021e 8938c96c499f 2023-12-05T16:07:01.372 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (13m) 82s ago 13m 55.7M 3038M 17.2.0 e1d6a67b021e ac02a2497ba9 2023-12-05T16:07:01.372 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (12m) 82s ago 12m 57.4M 3038M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T16:07:01.372 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (3m) 82s ago 11m 58.0M - 2.33.4 514e6a882f6e 2178b2710d9e 2023-12-05T16:07:01.372 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (9m) 13s ago 9m 87.6M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:07:01.372 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (9m) 82s ago 9m 87.2M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:07:01.372 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (9m) 13s ago 9m 87.5M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:07:01.372 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (9m) 82s ago 9m 86.9M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:07:01.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:01 smithi038 bash[51671]: cluster 2023-12-05T16:07:00.425839+0000 mgr.y (mgr.34107) 163 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 36 B/s, 0 objects/s recovering 2023-12-05T16:07:01.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:01 smithi038 bash[51671]: audit 2023-12-05T16:07:00.571994+0000 mgr.y (mgr.34107) 164 : audit 0 from='client.44215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:01.865 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:07:01.865 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:07:01.866 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T16:07:01.866 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:07:01.866 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:07:01.866 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:07:01.866 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:07:01.866 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:07:01.866 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2023-12-05T16:07:01.866 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:07:01.866 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:07:01.866 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:07:01.866 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:07:01.866 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:07:01.866 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:07:01.866 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2023-12-05T16:07:01.867 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 6 2023-12-05T16:07:01.867 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:07:01.867 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:07:01.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:01 smithi016 bash[66045]: cluster 2023-12-05T16:07:00.425839+0000 mgr.y (mgr.34107) 163 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 36 B/s, 0 objects/s recovering 2023-12-05T16:07:01.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:01 smithi016 bash[66045]: audit 2023-12-05T16:07:00.571994+0000 mgr.y (mgr.34107) 164 : audit 0 from='client.44215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:01.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:01 smithi016 bash[64648]: cluster 2023-12-05T16:07:00.425839+0000 mgr.y (mgr.34107) 163 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 36 B/s, 0 objects/s recovering 2023-12-05T16:07:01.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:01 smithi016 bash[64648]: audit 2023-12-05T16:07:00.571994+0000 mgr.y (mgr.34107) 164 : audit 0 from='client.44215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:02.273 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:07:02.274 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:07:02.274 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:07:02.274 INFO:teuthology.orchestra.run.smithi016.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:07:02.274 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [ 2023-12-05T16:07:02.274 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr", 2023-12-05T16:07:02.274 INFO:teuthology.orchestra.run.smithi016.stdout: "mon" 2023-12-05T16:07:02.274 INFO:teuthology.orchestra.run.smithi016.stdout: ], 2023-12-05T16:07:02.274 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "6/23 daemons upgraded", 2023-12-05T16:07:02.274 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "Currently upgrading osd daemons", 2023-12-05T16:07:02.274 INFO:teuthology.orchestra.run.smithi016.stdout: "is_paused": false 2023-12-05T16:07:02.274 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:07:02.720 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_OK 2023-12-05T16:07:02.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:02 smithi016 bash[66045]: audit 2023-12-05T16:07:00.968745+0000 mgr.y (mgr.34107) 165 : audit 0 from='client.44221 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:02.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:02 smithi016 bash[66045]: audit 2023-12-05T16:07:01.342331+0000 mgr.y (mgr.34107) 166 : audit 0 from='client.34299 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:02.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:02 smithi016 bash[66045]: cephadm 2023-12-05T16:07:01.498283+0000 mgr.y (mgr.34107) 167 : cephadm 1 Upgrade: Updating osd.1 2023-12-05T16:07:02.834 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:02 smithi016 bash[66045]: audit 2023-12-05T16:07:01.505170+0000 mon.a (mon.0) 261 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:02.834 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:02 smithi016 bash[66045]: audit 2023-12-05T16:07:01.509039+0000 mon.a (mon.0) 262 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T16:07:02.834 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:02 smithi016 bash[66045]: audit 2023-12-05T16:07:01.510184+0000 mon.a (mon.0) 263 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:07:02.834 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:02 smithi016 bash[66045]: cephadm 2023-12-05T16:07:01.522554+0000 mgr.y (mgr.34107) 168 : cephadm 1 Deploying daemon osd.1 on smithi016 2023-12-05T16:07:02.834 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:02 smithi016 bash[66045]: audit 2023-12-05T16:07:01.860032+0000 mon.a (mon.0) 264 : audit 0 from='client.? 172.21.15.16:0/272727523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:02.834 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:02 smithi016 bash[64648]: audit 2023-12-05T16:07:00.968745+0000 mgr.y (mgr.34107) 165 : audit 0 from='client.44221 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:02.834 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:02 smithi016 bash[64648]: audit 2023-12-05T16:07:01.342331+0000 mgr.y (mgr.34107) 166 : audit 0 from='client.34299 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:02.834 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:02 smithi016 bash[64648]: cephadm 2023-12-05T16:07:01.498283+0000 mgr.y (mgr.34107) 167 : cephadm 1 Upgrade: Updating osd.1 2023-12-05T16:07:02.835 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:02 smithi016 bash[64648]: audit 2023-12-05T16:07:01.505170+0000 mon.a (mon.0) 261 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:02.835 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:02 smithi016 bash[64648]: audit 2023-12-05T16:07:01.509039+0000 mon.a (mon.0) 262 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T16:07:02.835 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:02 smithi016 bash[64648]: audit 2023-12-05T16:07:01.510184+0000 mon.a (mon.0) 263 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:07:02.835 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:02 smithi016 bash[64648]: cephadm 2023-12-05T16:07:01.522554+0000 mgr.y (mgr.34107) 168 : cephadm 1 Deploying daemon osd.1 on smithi016 2023-12-05T16:07:02.835 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:02 smithi016 bash[64648]: audit 2023-12-05T16:07:01.860032+0000 mon.a (mon.0) 264 : audit 0 from='client.? 172.21.15.16:0/272727523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:02.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:02 smithi038 bash[51671]: audit 2023-12-05T16:07:00.968745+0000 mgr.y (mgr.34107) 165 : audit 0 from='client.44221 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:02.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:02 smithi038 bash[51671]: audit 2023-12-05T16:07:01.342331+0000 mgr.y (mgr.34107) 166 : audit 0 from='client.34299 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:02.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:02 smithi038 bash[51671]: cephadm 2023-12-05T16:07:01.498283+0000 mgr.y (mgr.34107) 167 : cephadm 1 Upgrade: Updating osd.1 2023-12-05T16:07:02.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:02 smithi038 bash[51671]: audit 2023-12-05T16:07:01.505170+0000 mon.a (mon.0) 261 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:02.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:02 smithi038 bash[51671]: audit 2023-12-05T16:07:01.509039+0000 mon.a (mon.0) 262 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T16:07:02.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:02 smithi038 bash[51671]: audit 2023-12-05T16:07:01.510184+0000 mon.a (mon.0) 263 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:07:02.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:02 smithi038 bash[51671]: cephadm 2023-12-05T16:07:01.522554+0000 mgr.y (mgr.34107) 168 : cephadm 1 Deploying daemon osd.1 on smithi016 2023-12-05T16:07:02.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:02 smithi038 bash[51671]: audit 2023-12-05T16:07:01.860032+0000 mon.a (mon.0) 264 : audit 0 from='client.? 172.21.15.16:0/272727523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:03.839 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:03 smithi016 bash[64648]: audit 2023-12-05T16:07:02.267663+0000 mgr.y (mgr.34107) 169 : audit 0 from='client.34311 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:03.839 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:03 smithi016 bash[64648]: cluster 2023-12-05T16:07:02.426422+0000 mgr.y (mgr.34107) 170 : cluster 0 pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 866 B/s rd, 0 op/s; 31 B/s, 0 objects/s recovering 2023-12-05T16:07:03.839 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:03 smithi016 bash[64648]: audit 2023-12-05T16:07:02.714503+0000 mon.a (mon.0) 265 : audit 0 from='client.? 172.21.15.16:0/3186651663' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:07:03.839 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:03 smithi016 bash[66045]: audit 2023-12-05T16:07:02.267663+0000 mgr.y (mgr.34107) 169 : audit 0 from='client.34311 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:03.839 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:03 smithi016 bash[66045]: cluster 2023-12-05T16:07:02.426422+0000 mgr.y (mgr.34107) 170 : cluster 0 pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 866 B/s rd, 0 op/s; 31 B/s, 0 objects/s recovering 2023-12-05T16:07:03.839 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:03 smithi016 bash[66045]: audit 2023-12-05T16:07:02.714503+0000 mon.a (mon.0) 265 : audit 0 from='client.? 172.21.15.16:0/3186651663' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:07:03.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:03 smithi038 bash[51671]: audit 2023-12-05T16:07:02.267663+0000 mgr.y (mgr.34107) 169 : audit 0 from='client.34311 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:03.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:03 smithi038 bash[51671]: cluster 2023-12-05T16:07:02.426422+0000 mgr.y (mgr.34107) 170 : cluster 0 pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 866 B/s rd, 0 op/s; 31 B/s, 0 objects/s recovering 2023-12-05T16:07:03.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:03 smithi038 bash[51671]: audit 2023-12-05T16:07:02.714503+0000 mon.a (mon.0) 265 : audit 0 from='client.? 172.21.15.16:0/3186651663' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:07:04.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:04 smithi038 bash[51671]: audit 2023-12-05T16:07:03.567145+0000 mon.a (mon.0) 266 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:04.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:04 smithi016 bash[64648]: audit 2023-12-05T16:07:03.567145+0000 mon.a (mon.0) 266 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:04.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:04 smithi016 bash[66045]: audit 2023-12-05T16:07:03.567145+0000 mon.a (mon.0) 266 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:05.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:05 smithi038 bash[51671]: cluster 2023-12-05T16:07:04.428102+0000 mgr.y (mgr.34107) 171 : cluster 0 pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 30 B/s, 0 objects/s recovering 2023-12-05T16:07:05.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:05 smithi016 bash[64648]: cluster 2023-12-05T16:07:04.428102+0000 mgr.y (mgr.34107) 171 : cluster 0 pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 30 B/s, 0 objects/s recovering 2023-12-05T16:07:05.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:05 smithi016 bash[66045]: cluster 2023-12-05T16:07:04.428102+0000 mgr.y (mgr.34107) 171 : cluster 0 pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 30 B/s, 0 objects/s recovering 2023-12-05T16:07:06.255 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:06 smithi016 systemd[1]: Stopping Ceph osd.1 for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:07:06.591 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:06 smithi016 bash[36354]: debug 2023-12-05T16:07:06.246+0000 7f0e5448d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-05T16:07:06.591 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:06 smithi016 bash[36354]: debug 2023-12-05T16:07:06.246+0000 7f0e5448d700 -1 osd.1 115 *** Got signal Terminated *** 2023-12-05T16:07:06.591 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:06 smithi016 bash[36354]: debug 2023-12-05T16:07:06.246+0000 7f0e5448d700 -1 osd.1 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:07:06.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:06 smithi016 bash[64648]: cluster 2023-12-05T16:07:06.250913+0000 mon.a (mon.0) 267 : cluster 1 osd.1 marked itself down and dead 2023-12-05T16:07:06.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:06 smithi016 bash[66045]: cluster 2023-12-05T16:07:06.250913+0000 mon.a (mon.0) 267 : cluster 1 osd.1 marked itself down and dead 2023-12-05T16:07:07.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:06 smithi038 bash[51671]: cluster 2023-12-05T16:07:06.250913+0000 mon.a (mon.0) 267 : cluster 1 osd.1 marked itself down and dead 2023-12-05T16:07:07.870 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[70516]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-1 2023-12-05T16:07:07.871 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[70600]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-1 2023-12-05T16:07:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[64648]: cluster 2023-12-05T16:07:06.428874+0000 mgr.y (mgr.34107) 172 : cluster 0 pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:07:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[64648]: cluster 2023-12-05T16:07:06.575995+0000 mon.a (mon.0) 268 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:07:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[64648]: cluster 2023-12-05T16:07:06.585514+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T16:07:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[64648]: cluster 2023-12-05T16:07:06.588328+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T16:07:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[64648]: cluster 2023-12-05T16:07:06.592798+0000 mon.a (mon.0) 269 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-05T16:07:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[64648]: cluster 2023-12-05T16:07:06.593722+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T16:07:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[64648]: cluster 2023-12-05T16:07:06.594588+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T16:07:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[64648]: cluster 2023-12-05T16:07:06.594612+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T16:07:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[64648]: cluster 2023-12-05T16:07:06.594657+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T16:07:07.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[66045]: cluster 2023-12-05T16:07:06.428874+0000 mgr.y (mgr.34107) 172 : cluster 0 pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:07:07.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[66045]: cluster 2023-12-05T16:07:06.575995+0000 mon.a (mon.0) 268 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:07:07.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[66045]: cluster 2023-12-05T16:07:06.585514+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T16:07:07.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[66045]: cluster 2023-12-05T16:07:06.588328+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T16:07:07.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[66045]: cluster 2023-12-05T16:07:06.592798+0000 mon.a (mon.0) 269 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-05T16:07:07.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[66045]: cluster 2023-12-05T16:07:06.593722+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T16:07:07.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[66045]: cluster 2023-12-05T16:07:06.594588+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T16:07:07.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[66045]: cluster 2023-12-05T16:07:06.594612+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T16:07:07.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:07 smithi016 bash[66045]: cluster 2023-12-05T16:07:06.594657+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T16:07:08.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:07 smithi038 bash[51671]: cluster 2023-12-05T16:07:06.428874+0000 mgr.y (mgr.34107) 172 : cluster 0 pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:07:08.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:07 smithi038 bash[51671]: cluster 2023-12-05T16:07:06.575995+0000 mon.a (mon.0) 268 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:07:08.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:07 smithi038 bash[51671]: cluster 2023-12-05T16:07:06.585514+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T16:07:08.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:07 smithi038 bash[51671]: cluster 2023-12-05T16:07:06.588328+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T16:07:08.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:07 smithi038 bash[51671]: cluster 2023-12-05T16:07:06.592798+0000 mon.a (mon.0) 269 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-05T16:07:08.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:07 smithi038 bash[51671]: cluster 2023-12-05T16:07:06.593722+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T16:07:08.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:07 smithi038 bash[51671]: cluster 2023-12-05T16:07:06.594588+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T16:07:08.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:07 smithi038 bash[51671]: cluster 2023-12-05T16:07:06.594612+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T16:07:08.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:07 smithi038 bash[51671]: cluster 2023-12-05T16:07:06.594657+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e116 with expected crc 2023-12-05T16:07:08.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[64648]: cluster 2023-12-05T16:07:07.595770+0000 osd.2 (osd.2) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:08.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[64648]: cluster 2023-12-05T16:07:07.596329+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:08.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[64648]: cluster 2023-12-05T16:07:07.598844+0000 mon.a (mon.0) 270 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-05T16:07:08.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[64648]: cluster 2023-12-05T16:07:07.599016+0000 osd.2 (osd.2) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:08.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[64648]: cluster 2023-12-05T16:07:07.599148+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:08.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[64648]: cluster 2023-12-05T16:07:07.599855+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:08.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[64648]: cluster 2023-12-05T16:07:07.600746+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:08.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[64648]: cluster 2023-12-05T16:07:07.601411+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:08.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[64648]: cluster 2023-12-05T16:07:07.601479+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:08.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[64648]: cluster 2023-12-05T16:07:07.605004+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:08.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[64648]: audit 2023-12-05T16:07:08.475583+0000 mon.a (mon.0) 271 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:08.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[64648]: audit 2023-12-05T16:07:08.477915+0000 mon.a (mon.0) 272 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:07:08.861 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[66045]: cluster 2023-12-05T16:07:07.595770+0000 osd.2 (osd.2) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:08.861 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[66045]: cluster 2023-12-05T16:07:07.596329+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:08.861 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[66045]: cluster 2023-12-05T16:07:07.598844+0000 mon.a (mon.0) 270 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-05T16:07:08.862 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[66045]: cluster 2023-12-05T16:07:07.599016+0000 osd.2 (osd.2) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:08.862 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[66045]: cluster 2023-12-05T16:07:07.599148+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:08.862 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[66045]: cluster 2023-12-05T16:07:07.599855+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:08.862 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[66045]: cluster 2023-12-05T16:07:07.600746+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:08.862 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[66045]: cluster 2023-12-05T16:07:07.601411+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:08.862 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[66045]: cluster 2023-12-05T16:07:07.601479+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:08.862 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[66045]: cluster 2023-12-05T16:07:07.605004+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:08.862 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[66045]: audit 2023-12-05T16:07:08.475583+0000 mon.a (mon.0) 271 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:08.862 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:08 smithi016 bash[66045]: audit 2023-12-05T16:07:08.477915+0000 mon.a (mon.0) 272 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:07:09.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:07:08 smithi038 bash[49134]: ts=2023-12-05T16:07:08.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:07:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:08 smithi038 bash[51671]: cluster 2023-12-05T16:07:07.595770+0000 osd.2 (osd.2) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:08 smithi038 bash[51671]: cluster 2023-12-05T16:07:07.596329+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:08 smithi038 bash[51671]: cluster 2023-12-05T16:07:07.598844+0000 mon.a (mon.0) 270 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-05T16:07:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:08 smithi038 bash[51671]: cluster 2023-12-05T16:07:07.599016+0000 osd.2 (osd.2) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:08 smithi038 bash[51671]: cluster 2023-12-05T16:07:07.599148+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:08 smithi038 bash[51671]: cluster 2023-12-05T16:07:07.599855+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:08 smithi038 bash[51671]: cluster 2023-12-05T16:07:07.600746+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:08 smithi038 bash[51671]: cluster 2023-12-05T16:07:07.601411+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:08 smithi038 bash[51671]: cluster 2023-12-05T16:07:07.601479+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:08 smithi038 bash[51671]: cluster 2023-12-05T16:07:07.605004+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-05T16:07:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:08 smithi038 bash[51671]: audit 2023-12-05T16:07:08.475583+0000 mon.a (mon.0) 271 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:08 smithi038 bash[51671]: audit 2023-12-05T16:07:08.477915+0000 mon.a (mon.0) 272 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:07:09.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:09 smithi016 bash[64648]: cluster 2023-12-05T16:07:08.429852+0000 mgr.y (mgr.34107) 173 : cluster 0 pgmap v89: 161 pgs: 5 activating+undersized, 18 stale+active+clean, 2 active+undersized, 136 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 6/630 objects degraded (0.952%) 2023-12-05T16:07:09.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:09 smithi016 bash[66045]: cluster 2023-12-05T16:07:08.429852+0000 mgr.y (mgr.34107) 173 : cluster 0 pgmap v89: 161 pgs: 5 activating+undersized, 18 stale+active+clean, 2 active+undersized, 136 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 6/630 objects degraded (0.952%) 2023-12-05T16:07:10.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:09 smithi038 bash[51671]: cluster 2023-12-05T16:07:08.429852+0000 mgr.y (mgr.34107) 173 : cluster 0 pgmap v89: 161 pgs: 5 activating+undersized, 18 stale+active+clean, 2 active+undersized, 136 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 6/630 objects degraded (0.952%) 2023-12-05T16:07:10.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:07:10 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:07:10] "GET /metrics HTTP/1.1" 200 38310 "" "Prometheus/2.33.4" 2023-12-05T16:07:10.369 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:10 smithi016 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.1.service: Succeeded. 2023-12-05T16:07:10.369 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:10 smithi016 systemd[1]: Stopped Ceph osd.1 for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:07:10.620 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:10 smithi016 systemd[1]: Started Ceph osd.1 for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:07:10.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:10 smithi016 bash[64648]: audit 2023-12-05T16:07:09.512948+0000 mgr.y (mgr.34107) 174 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:07:10.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:10 smithi016 bash[64648]: audit 2023-12-05T16:07:10.410610+0000 mon.a (mon.0) 273 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:10.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:10 smithi016 bash[64648]: audit 2023-12-05T16:07:10.420754+0000 mon.a (mon.0) 274 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:10.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:10 smithi016 bash[66045]: audit 2023-12-05T16:07:09.512948+0000 mgr.y (mgr.34107) 174 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:07:10.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:10 smithi016 bash[66045]: audit 2023-12-05T16:07:10.410610+0000 mon.a (mon.0) 273 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:10.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:10 smithi016 bash[66045]: audit 2023-12-05T16:07:10.420754+0000 mon.a (mon.0) 274 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:11.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:10 smithi038 bash[51671]: audit 2023-12-05T16:07:09.512948+0000 mgr.y (mgr.34107) 174 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:07:11.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:10 smithi038 bash[51671]: audit 2023-12-05T16:07:10.410610+0000 mon.a (mon.0) 273 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:11.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:10 smithi038 bash[51671]: audit 2023-12-05T16:07:10.420754+0000 mon.a (mon.0) 274 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:11.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:11 smithi016 bash[66045]: cluster 2023-12-05T16:07:10.430964+0000 mgr.y (mgr.34107) 175 : cluster 0 pgmap v90: 161 pgs: 19 active+undersized+degraded, 5 activating+undersized, 37 active+undersized, 100 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-05T16:07:11.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:11 smithi016 bash[66045]: cluster 2023-12-05T16:07:11.417059+0000 mon.a (mon.0) 275 : cluster 3 Health check failed: Degraded data redundancy: 83/630 objects degraded (13.175%), 19 pgs degraded (PG_DEGRADED) 2023-12-05T16:07:11.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:11 smithi016 bash[64648]: cluster 2023-12-05T16:07:10.430964+0000 mgr.y (mgr.34107) 175 : cluster 0 pgmap v90: 161 pgs: 19 active+undersized+degraded, 5 activating+undersized, 37 active+undersized, 100 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-05T16:07:11.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:11 smithi016 bash[64648]: cluster 2023-12-05T16:07:11.417059+0000 mon.a (mon.0) 275 : cluster 3 Health check failed: Degraded data redundancy: 83/630 objects degraded (13.175%), 19 pgs degraded (PG_DEGRADED) 2023-12-05T16:07:12.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:11 smithi038 bash[51671]: cluster 2023-12-05T16:07:10.430964+0000 mgr.y (mgr.34107) 175 : cluster 0 pgmap v90: 161 pgs: 19 active+undersized+degraded, 5 activating+undersized, 37 active+undersized, 100 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-05T16:07:12.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:11 smithi038 bash[51671]: cluster 2023-12-05T16:07:11.417059+0000 mon.a (mon.0) 275 : cluster 3 Health check failed: Degraded data redundancy: 83/630 objects degraded (13.175%), 19 pgs degraded (PG_DEGRADED) 2023-12-05T16:07:12.370 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:12 smithi016 bash[70769]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-05T16:07:12.371 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:12 smithi016 bash[70769]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2023-12-05T16:07:12.371 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:12 smithi016 bash[70769]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-05T16:07:12.371 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:12 smithi016 bash[70769]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-05T16:07:12.371 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:12 smithi016 bash[70769]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-05T16:07:12.371 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:12 smithi016 bash[70769]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-05T16:07:12.371 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:12 smithi016 bash[70769]: --> ceph-volume raw activate successful for osd ID: 1 2023-12-05T16:07:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:13 smithi016 bash[64648]: cluster 2023-12-05T16:07:12.431928+0000 mgr.y (mgr.34107) 176 : cluster 0 pgmap v91: 161 pgs: 19 active+undersized+degraded, 5 activating+undersized, 37 active+undersized, 100 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-05T16:07:13.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:13 smithi016 bash[66045]: cluster 2023-12-05T16:07:12.431928+0000 mgr.y (mgr.34107) 176 : cluster 0 pgmap v91: 161 pgs: 19 active+undersized+degraded, 5 activating+undersized, 37 active+undersized, 100 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-05T16:07:13.871 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:13 smithi016 bash[71072]: debug 2023-12-05T16:07:13.798+0000 7f706f9e0700 1 -- 172.21.15.16:0/3304011989 <== mon.0 v2:172.21.15.16:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5581a960d1e0 con 0x5581a9693000 2023-12-05T16:07:14.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:13 smithi038 bash[51671]: cluster 2023-12-05T16:07:12.431928+0000 mgr.y (mgr.34107) 176 : cluster 0 pgmap v91: 161 pgs: 19 active+undersized+degraded, 5 activating+undersized, 37 active+undersized, 100 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-05T16:07:14.620 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:14 smithi016 bash[71072]: debug 2023-12-05T16:07:14.346+0000 7f7078b66640 -1 Falling back to public interface 2023-12-05T16:07:15.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:15 smithi016 bash[64648]: cluster 2023-12-05T16:07:14.433877+0000 mgr.y (mgr.34107) 177 : cluster 0 pgmap v92: 161 pgs: 20 active+undersized+degraded, 41 active+undersized, 100 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-05T16:07:15.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:15 smithi016 bash[66045]: cluster 2023-12-05T16:07:14.433877+0000 mgr.y (mgr.34107) 177 : cluster 0 pgmap v92: 161 pgs: 20 active+undersized+degraded, 41 active+undersized, 100 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-05T16:07:16.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:15 smithi038 bash[51671]: cluster 2023-12-05T16:07:14.433877+0000 mgr.y (mgr.34107) 177 : cluster 0 pgmap v92: 161 pgs: 20 active+undersized+degraded, 41 active+undersized, 100 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-05T16:07:17.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:17 smithi016 bash[66045]: cluster 2023-12-05T16:07:16.434879+0000 mgr.y (mgr.34107) 178 : cluster 0 pgmap v93: 161 pgs: 20 active+undersized+degraded, 41 active+undersized, 100 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-05T16:07:17.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:17 smithi016 bash[66045]: audit 2023-12-05T16:07:17.002630+0000 mon.a (mon.0) 276 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:17.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:17 smithi016 bash[66045]: audit 2023-12-05T16:07:17.014752+0000 mon.a (mon.0) 277 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:17.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:17 smithi016 bash[66045]: audit 2023-12-05T16:07:17.522459+0000 mon.c (mon.1) 4 : audit 1 from='osd.1 [v2:172.21.15.16:6810/1201759801,v1:172.21.15.16:6811/1201759801]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T16:07:17.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:17 smithi016 bash[66045]: audit 2023-12-05T16:07:17.522955+0000 mon.a (mon.0) 278 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T16:07:17.871 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:17 smithi016 bash[71072]: debug 2023-12-05T16:07:17.466+0000 7f7078b66640 -1 osd.1 0 read_superblock omap replica is missing. 2023-12-05T16:07:17.871 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:17 smithi016 bash[71072]: debug 2023-12-05T16:07:17.510+0000 7f7078b66640 -1 osd.1 115 log_to_monitors true 2023-12-05T16:07:17.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:17 smithi016 bash[64648]: cluster 2023-12-05T16:07:16.434879+0000 mgr.y (mgr.34107) 178 : cluster 0 pgmap v93: 161 pgs: 20 active+undersized+degraded, 41 active+undersized, 100 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-05T16:07:17.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:17 smithi016 bash[64648]: audit 2023-12-05T16:07:17.002630+0000 mon.a (mon.0) 276 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:17.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:17 smithi016 bash[64648]: audit 2023-12-05T16:07:17.014752+0000 mon.a (mon.0) 277 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:17.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:17 smithi016 bash[64648]: audit 2023-12-05T16:07:17.522459+0000 mon.c (mon.1) 4 : audit 1 from='osd.1 [v2:172.21.15.16:6810/1201759801,v1:172.21.15.16:6811/1201759801]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T16:07:17.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:17 smithi016 bash[64648]: audit 2023-12-05T16:07:17.522955+0000 mon.a (mon.0) 278 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T16:07:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:17 smithi038 bash[51671]: cluster 2023-12-05T16:07:16.434879+0000 mgr.y (mgr.34107) 178 : cluster 0 pgmap v93: 161 pgs: 20 active+undersized+degraded, 41 active+undersized, 100 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 83/630 objects degraded (13.175%) 2023-12-05T16:07:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:17 smithi038 bash[51671]: audit 2023-12-05T16:07:17.002630+0000 mon.a (mon.0) 276 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:17 smithi038 bash[51671]: audit 2023-12-05T16:07:17.014752+0000 mon.a (mon.0) 277 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:17 smithi038 bash[51671]: audit 2023-12-05T16:07:17.522459+0000 mon.c (mon.1) 4 : audit 1 from='osd.1 [v2:172.21.15.16:6810/1201759801,v1:172.21.15.16:6811/1201759801]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T16:07:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:17 smithi038 bash[51671]: audit 2023-12-05T16:07:17.522955+0000 mon.a (mon.0) 278 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T16:07:18.370 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:07:18 smithi016 bash[71072]: debug 2023-12-05T16:07:18.062+0000 7f70687d4700 -1 osd.1 115 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T16:07:19.042 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:07:18 smithi038 bash[49134]: ts=2023-12-05T16:07:18.661Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-05T16:07:19.042 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:07:18 smithi038 bash[49134]: ts=2023-12-05T16:07:18.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 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:07:19.042 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:19 smithi038 bash[51671]: audit 2023-12-05T16:07:18.014172+0000 mon.a (mon.0) 279 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-05T16:07:19.042 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:19 smithi038 bash[51671]: cluster 2023-12-05T16:07:18.016568+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e118 with expected crc 2023-12-05T16:07:19.042 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:19 smithi038 bash[51671]: cluster 2023-12-05T16:07:18.017035+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e118 with expected crc 2023-12-05T16:07:19.043 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:19 smithi038 bash[51671]: cluster 2023-12-05T16:07:18.020212+0000 mon.a (mon.0) 280 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-05T16:07:19.043 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:19 smithi038 bash[51671]: audit 2023-12-05T16:07:18.021630+0000 mon.c (mon.1) 5 : audit 1 from='osd.1 [v2:172.21.15.16:6810/1201759801,v1:172.21.15.16:6811/1201759801]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T16:07:19.043 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:19 smithi038 bash[51671]: audit 2023-12-05T16:07:18.022252+0000 mon.a (mon.0) 281 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T16:07:19.043 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:19 smithi038 bash[51671]: cluster 2023-12-05T16:07:18.105093+0000 osd.2 (osd.2) 16 : cluster 3 failed to encode map e118 with expected crc 2023-12-05T16:07:19.043 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:19 smithi038 bash[51671]: audit 2023-12-05T16:07:18.113694+0000 mon.a (mon.0) 282 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:19.043 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:19 smithi038 bash[51671]: audit 2023-12-05T16:07:18.122059+0000 mon.a (mon.0) 283 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:19.043 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:19 smithi038 bash[51671]: cluster 2023-12-05T16:07:18.382189+0000 mon.a (mon.0) 284 : cluster 3 Health check update: Degraded data redundancy: 83/630 objects degraded (13.175%), 20 pgs degraded (PG_DEGRADED) 2023-12-05T16:07:19.043 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:19 smithi038 bash[51671]: cluster 2023-12-05T16:07:18.435680+0000 mgr.y (mgr.34107) 179 : cluster 0 pgmap v95: 161 pgs: 20 active+undersized+degraded, 41 active+undersized, 100 active+clean; 585 KiB data, 130 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 8 op/s; 83/630 objects degraded (13.175%) 2023-12-05T16:07:19.043 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:19 smithi038 bash[51671]: audit 2023-12-05T16:07:18.599206+0000 mon.a (mon.0) 285 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:19.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[64648]: audit 2023-12-05T16:07:18.014172+0000 mon.a (mon.0) 279 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-05T16:07:19.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[64648]: cluster 2023-12-05T16:07:18.016568+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e118 with expected crc 2023-12-05T16:07:19.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[64648]: cluster 2023-12-05T16:07:18.017035+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e118 with expected crc 2023-12-05T16:07:19.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[64648]: cluster 2023-12-05T16:07:18.020212+0000 mon.a (mon.0) 280 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-05T16:07:19.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[64648]: audit 2023-12-05T16:07:18.021630+0000 mon.c (mon.1) 5 : audit 1 from='osd.1 [v2:172.21.15.16:6810/1201759801,v1:172.21.15.16:6811/1201759801]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T16:07:19.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[64648]: audit 2023-12-05T16:07:18.022252+0000 mon.a (mon.0) 281 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T16:07:19.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[64648]: cluster 2023-12-05T16:07:18.105093+0000 osd.2 (osd.2) 16 : cluster 3 failed to encode map e118 with expected crc 2023-12-05T16:07:19.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[64648]: audit 2023-12-05T16:07:18.113694+0000 mon.a (mon.0) 282 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:19.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[64648]: audit 2023-12-05T16:07:18.122059+0000 mon.a (mon.0) 283 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:19.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[64648]: cluster 2023-12-05T16:07:18.382189+0000 mon.a (mon.0) 284 : cluster 3 Health check update: Degraded data redundancy: 83/630 objects degraded (13.175%), 20 pgs degraded (PG_DEGRADED) 2023-12-05T16:07:19.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[64648]: cluster 2023-12-05T16:07:18.435680+0000 mgr.y (mgr.34107) 179 : cluster 0 pgmap v95: 161 pgs: 20 active+undersized+degraded, 41 active+undersized, 100 active+clean; 585 KiB data, 130 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 8 op/s; 83/630 objects degraded (13.175%) 2023-12-05T16:07:19.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[64648]: audit 2023-12-05T16:07:18.599206+0000 mon.a (mon.0) 285 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:19.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[66045]: audit 2023-12-05T16:07:18.014172+0000 mon.a (mon.0) 279 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-05T16:07:19.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[66045]: cluster 2023-12-05T16:07:18.016568+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e118 with expected crc 2023-12-05T16:07:19.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[66045]: cluster 2023-12-05T16:07:18.017035+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e118 with expected crc 2023-12-05T16:07:19.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[66045]: cluster 2023-12-05T16:07:18.020212+0000 mon.a (mon.0) 280 : cluster 0 osdmap e118: 8 total, 7 up, 8 in 2023-12-05T16:07:19.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[66045]: audit 2023-12-05T16:07:18.021630+0000 mon.c (mon.1) 5 : audit 1 from='osd.1 [v2:172.21.15.16:6810/1201759801,v1:172.21.15.16:6811/1201759801]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T16:07:19.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[66045]: audit 2023-12-05T16:07:18.022252+0000 mon.a (mon.0) 281 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T16:07:19.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[66045]: cluster 2023-12-05T16:07:18.105093+0000 osd.2 (osd.2) 16 : cluster 3 failed to encode map e118 with expected crc 2023-12-05T16:07:19.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[66045]: audit 2023-12-05T16:07:18.113694+0000 mon.a (mon.0) 282 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:19.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[66045]: audit 2023-12-05T16:07:18.122059+0000 mon.a (mon.0) 283 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:19.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[66045]: cluster 2023-12-05T16:07:18.382189+0000 mon.a (mon.0) 284 : cluster 3 Health check update: Degraded data redundancy: 83/630 objects degraded (13.175%), 20 pgs degraded (PG_DEGRADED) 2023-12-05T16:07:19.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[66045]: cluster 2023-12-05T16:07:18.435680+0000 mgr.y (mgr.34107) 179 : cluster 0 pgmap v95: 161 pgs: 20 active+undersized+degraded, 41 active+undersized, 100 active+clean; 585 KiB data, 130 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 8 op/s; 83/630 objects degraded (13.175%) 2023-12-05T16:07:19.373 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:19 smithi016 bash[66045]: audit 2023-12-05T16:07:18.599206+0000 mon.a (mon.0) 285 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:20.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:20 smithi038 bash[51671]: cluster 2023-12-05T16:07:19.015261+0000 mon.a (mon.0) 286 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:07:20.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:20 smithi038 bash[51671]: cluster 2023-12-05T16:07:19.019557+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T16:07:20.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:20 smithi038 bash[51671]: cluster 2023-12-05T16:07:19.020593+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T16:07:20.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:20 smithi038 bash[51671]: cluster 2023-12-05T16:07:19.023869+0000 mon.a (mon.0) 287 : cluster 1 osd.1 [v2:172.21.15.16:6810/1201759801,v1:172.21.15.16:6811/1201759801] boot 2023-12-05T16:07:20.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:20 smithi038 bash[51671]: cluster 2023-12-05T16:07:19.023995+0000 mon.a (mon.0) 288 : cluster 0 osdmap e119: 8 total, 8 up, 8 in 2023-12-05T16:07:20.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:20 smithi038 bash[51671]: cluster 2023-12-05T16:07:19.024426+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T16:07:20.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:20 smithi038 bash[51671]: audit 2023-12-05T16:07:19.024698+0000 mon.a (mon.0) 289 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:07:20.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:20 smithi038 bash[51671]: cluster 2023-12-05T16:07:19.026704+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T16:07:20.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:20 smithi038 bash[51671]: cluster 2023-12-05T16:07:19.026875+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T16:07:20.341 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:20 smithi038 bash[51671]: audit 2023-12-05T16:07:19.523076+0000 mgr.y (mgr.34107) 180 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:07:20.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:07:20] "GET /metrics HTTP/1.1" 200 38310 "" "Prometheus/2.33.4" 2023-12-05T16:07:20.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[66045]: cluster 2023-12-05T16:07:19.015261+0000 mon.a (mon.0) 286 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:07:20.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[66045]: cluster 2023-12-05T16:07:19.019557+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T16:07:20.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[66045]: cluster 2023-12-05T16:07:19.020593+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T16:07:20.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[66045]: cluster 2023-12-05T16:07:19.023869+0000 mon.a (mon.0) 287 : cluster 1 osd.1 [v2:172.21.15.16:6810/1201759801,v1:172.21.15.16:6811/1201759801] boot 2023-12-05T16:07:20.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[66045]: cluster 2023-12-05T16:07:19.023995+0000 mon.a (mon.0) 288 : cluster 0 osdmap e119: 8 total, 8 up, 8 in 2023-12-05T16:07:20.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[66045]: cluster 2023-12-05T16:07:19.024426+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T16:07:20.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[66045]: audit 2023-12-05T16:07:19.024698+0000 mon.a (mon.0) 289 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:07:20.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[66045]: cluster 2023-12-05T16:07:19.026704+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T16:07:20.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[66045]: cluster 2023-12-05T16:07:19.026875+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T16:07:20.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[66045]: audit 2023-12-05T16:07:19.523076+0000 mgr.y (mgr.34107) 180 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:07:20.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[64648]: cluster 2023-12-05T16:07:19.015261+0000 mon.a (mon.0) 286 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:07:20.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[64648]: cluster 2023-12-05T16:07:19.019557+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T16:07:20.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[64648]: cluster 2023-12-05T16:07:19.020593+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T16:07:20.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[64648]: cluster 2023-12-05T16:07:19.023869+0000 mon.a (mon.0) 287 : cluster 1 osd.1 [v2:172.21.15.16:6810/1201759801,v1:172.21.15.16:6811/1201759801] boot 2023-12-05T16:07:20.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[64648]: cluster 2023-12-05T16:07:19.023995+0000 mon.a (mon.0) 288 : cluster 0 osdmap e119: 8 total, 8 up, 8 in 2023-12-05T16:07:20.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[64648]: cluster 2023-12-05T16:07:19.024426+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T16:07:20.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[64648]: audit 2023-12-05T16:07:19.024698+0000 mon.a (mon.0) 289 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:07:20.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[64648]: cluster 2023-12-05T16:07:19.026704+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T16:07:20.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[64648]: cluster 2023-12-05T16:07:19.026875+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-05T16:07:20.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:20 smithi016 bash[64648]: audit 2023-12-05T16:07:19.523076+0000 mgr.y (mgr.34107) 180 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:07:21.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:21 smithi038 bash[51671]: cluster 2023-12-05T16:07:20.035263+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:21 smithi038 bash[51671]: cluster 2023-12-05T16:07:20.035796+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:21 smithi038 bash[51671]: cluster 2023-12-05T16:07:20.039734+0000 mon.a (mon.0) 290 : cluster 0 osdmap e120: 8 total, 8 up, 8 in 2023-12-05T16:07:21.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:21 smithi038 bash[51671]: cluster 2023-12-05T16:07:20.040247+0000 osd.2 (osd.2) 17 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:21 smithi038 bash[51671]: cluster 2023-12-05T16:07:20.040358+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:21 smithi038 bash[51671]: cluster 2023-12-05T16:07:20.040784+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:21 smithi038 bash[51671]: cluster 2023-12-05T16:07:20.040944+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:21 smithi038 bash[51671]: cluster 2023-12-05T16:07:20.041461+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:21 smithi038 bash[51671]: cluster 2023-12-05T16:07:20.044860+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:21 smithi038 bash[51671]: cluster 2023-12-05T16:07:20.047173+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:21 smithi038 bash[51671]: cluster 2023-12-05T16:07:20.436568+0000 mgr.y (mgr.34107) 181 : cluster 0 pgmap v98: 161 pgs: 36 peering, 7 active+undersized+degraded, 18 active+undersized, 100 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 151 op/s; 36/630 objects degraded (5.714%) 2023-12-05T16:07:21.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[64648]: cluster 2023-12-05T16:07:20.035263+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[64648]: cluster 2023-12-05T16:07:20.035796+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[64648]: cluster 2023-12-05T16:07:20.039734+0000 mon.a (mon.0) 290 : cluster 0 osdmap e120: 8 total, 8 up, 8 in 2023-12-05T16:07:21.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[64648]: cluster 2023-12-05T16:07:20.040247+0000 osd.2 (osd.2) 17 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[64648]: cluster 2023-12-05T16:07:20.040358+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[64648]: cluster 2023-12-05T16:07:20.040784+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[64648]: cluster 2023-12-05T16:07:20.040944+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[64648]: cluster 2023-12-05T16:07:20.041461+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[64648]: cluster 2023-12-05T16:07:20.044860+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[64648]: cluster 2023-12-05T16:07:20.047173+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.372 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[64648]: cluster 2023-12-05T16:07:20.436568+0000 mgr.y (mgr.34107) 181 : cluster 0 pgmap v98: 161 pgs: 36 peering, 7 active+undersized+degraded, 18 active+undersized, 100 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 151 op/s; 36/630 objects degraded (5.714%) 2023-12-05T16:07:21.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[66045]: cluster 2023-12-05T16:07:20.035263+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[66045]: cluster 2023-12-05T16:07:20.035796+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[66045]: cluster 2023-12-05T16:07:20.039734+0000 mon.a (mon.0) 290 : cluster 0 osdmap e120: 8 total, 8 up, 8 in 2023-12-05T16:07:21.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[66045]: cluster 2023-12-05T16:07:20.040247+0000 osd.2 (osd.2) 17 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[66045]: cluster 2023-12-05T16:07:20.040358+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[66045]: cluster 2023-12-05T16:07:20.040784+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[66045]: cluster 2023-12-05T16:07:20.040944+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[66045]: cluster 2023-12-05T16:07:20.041461+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[66045]: cluster 2023-12-05T16:07:20.044860+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[66045]: cluster 2023-12-05T16:07:20.047173+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-05T16:07:21.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:21 smithi016 bash[66045]: cluster 2023-12-05T16:07:20.436568+0000 mgr.y (mgr.34107) 181 : cluster 0 pgmap v98: 161 pgs: 36 peering, 7 active+undersized+degraded, 18 active+undersized, 100 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 151 op/s; 36/630 objects degraded (5.714%) 2023-12-05T16:07:23.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:23 smithi038 bash[51671]: cluster 2023-12-05T16:07:22.437469+0000 mgr.y (mgr.34107) 182 : cluster 0 pgmap v99: 161 pgs: 36 peering, 7 active+undersized+degraded, 18 active+undersized, 100 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 151 op/s; 36/630 objects degraded (5.714%) 2023-12-05T16:07:23.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:23 smithi038 bash[51671]: cluster 2023-12-05T16:07:23.383590+0000 mon.a (mon.0) 291 : cluster 3 Health check update: Degraded data redundancy: 36/630 objects degraded (5.714%), 7 pgs degraded (PG_DEGRADED) 2023-12-05T16:07:23.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:23 smithi038 bash[51671]: audit 2023-12-05T16:07:23.475883+0000 mon.a (mon.0) 292 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:23.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:23 smithi038 bash[51671]: audit 2023-12-05T16:07:23.478308+0000 mon.a (mon.0) 293 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:07:23.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:23 smithi016 bash[64648]: cluster 2023-12-05T16:07:22.437469+0000 mgr.y (mgr.34107) 182 : cluster 0 pgmap v99: 161 pgs: 36 peering, 7 active+undersized+degraded, 18 active+undersized, 100 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 151 op/s; 36/630 objects degraded (5.714%) 2023-12-05T16:07:23.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:23 smithi016 bash[64648]: cluster 2023-12-05T16:07:23.383590+0000 mon.a (mon.0) 291 : cluster 3 Health check update: Degraded data redundancy: 36/630 objects degraded (5.714%), 7 pgs degraded (PG_DEGRADED) 2023-12-05T16:07:23.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:23 smithi016 bash[64648]: audit 2023-12-05T16:07:23.475883+0000 mon.a (mon.0) 292 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:23.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:23 smithi016 bash[64648]: audit 2023-12-05T16:07:23.478308+0000 mon.a (mon.0) 293 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:07:23.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:23 smithi016 bash[66045]: cluster 2023-12-05T16:07:22.437469+0000 mgr.y (mgr.34107) 182 : cluster 0 pgmap v99: 161 pgs: 36 peering, 7 active+undersized+degraded, 18 active+undersized, 100 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 151 op/s; 36/630 objects degraded (5.714%) 2023-12-05T16:07:23.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:23 smithi016 bash[66045]: cluster 2023-12-05T16:07:23.383590+0000 mon.a (mon.0) 291 : cluster 3 Health check update: Degraded data redundancy: 36/630 objects degraded (5.714%), 7 pgs degraded (PG_DEGRADED) 2023-12-05T16:07:23.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:23 smithi016 bash[66045]: audit 2023-12-05T16:07:23.475883+0000 mon.a (mon.0) 292 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:23.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:23 smithi016 bash[66045]: audit 2023-12-05T16:07:23.478308+0000 mon.a (mon.0) 293 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:07:24.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:24 smithi038 bash[51671]: cluster 2023-12-05T16:07:24.493788+0000 mon.a (mon.0) 294 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/630 objects degraded (5.714%), 7 pgs degraded) 2023-12-05T16:07:24.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:24 smithi038 bash[51671]: cluster 2023-12-05T16:07:24.493851+0000 mon.a (mon.0) 295 : cluster 1 Cluster is now healthy 2023-12-05T16:07:24.849 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:24 smithi016 bash[64648]: cluster 2023-12-05T16:07:24.493788+0000 mon.a (mon.0) 294 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/630 objects degraded (5.714%), 7 pgs degraded) 2023-12-05T16:07:24.849 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:24 smithi016 bash[64648]: cluster 2023-12-05T16:07:24.493851+0000 mon.a (mon.0) 295 : cluster 1 Cluster is now healthy 2023-12-05T16:07:24.850 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:24 smithi016 bash[66045]: cluster 2023-12-05T16:07:24.493788+0000 mon.a (mon.0) 294 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/630 objects degraded (5.714%), 7 pgs degraded) 2023-12-05T16:07:24.850 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:24 smithi016 bash[66045]: cluster 2023-12-05T16:07:24.493851+0000 mon.a (mon.0) 295 : cluster 1 Cluster is now healthy 2023-12-05T16:07:25.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:25 smithi038 bash[51671]: cluster 2023-12-05T16:07:24.439149+0000 mgr.y (mgr.34107) 183 : cluster 0 pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 133 MiB used, 715 GiB / 715 GiB avail; 124 KiB/s rd, 0 B/s wr, 205 op/s; 0 B/s, 8 objects/s recovering 2023-12-05T16:07:25.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:25 smithi016 bash[64648]: cluster 2023-12-05T16:07:24.439149+0000 mgr.y (mgr.34107) 183 : cluster 0 pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 133 MiB used, 715 GiB / 715 GiB avail; 124 KiB/s rd, 0 B/s wr, 205 op/s; 0 B/s, 8 objects/s recovering 2023-12-05T16:07:25.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:25 smithi016 bash[66045]: cluster 2023-12-05T16:07:24.439149+0000 mgr.y (mgr.34107) 183 : cluster 0 pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 133 MiB used, 715 GiB / 715 GiB avail; 124 KiB/s rd, 0 B/s wr, 205 op/s; 0 B/s, 8 objects/s recovering 2023-12-05T16:07:27.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:27 smithi038 bash[51671]: cluster 2023-12-05T16:07:26.439945+0000 mgr.y (mgr.34107) 184 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 133 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 0 B/s wr, 164 op/s; 0 B/s, 7 objects/s recovering 2023-12-05T16:07:27.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:27 smithi016 bash[64648]: cluster 2023-12-05T16:07:26.439945+0000 mgr.y (mgr.34107) 184 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 133 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 0 B/s wr, 164 op/s; 0 B/s, 7 objects/s recovering 2023-12-05T16:07:27.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:27 smithi016 bash[66045]: cluster 2023-12-05T16:07:26.439945+0000 mgr.y (mgr.34107) 184 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 133 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 0 B/s wr, 164 op/s; 0 B/s, 7 objects/s recovering 2023-12-05T16:07:29.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:07:28 smithi038 bash[49134]: ts=2023-12-05T16:07:28.661Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-05T16:07:29.089 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:07:28 smithi038 bash[49134]: ts=2023-12-05T16:07:28.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-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"smithi016:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.16\", device_class=\"ssd\", hostname=\"smithi016\", instance=\"172.21.15.38:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.16\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-05T16:07:29.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[64648]: cluster 2023-12-05T16:07:28.441123+0000 mgr.y (mgr.34107) 185 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 133 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s rd, 0 B/s wr, 162 op/s; 0 B/s, 6 objects/s recovering 2023-12-05T16:07:29.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[64648]: audit 2023-12-05T16:07:28.572271+0000 mon.a (mon.0) 296 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:29.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[64648]: audit 2023-12-05T16:07:28.582290+0000 mon.a (mon.0) 297 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:29.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[64648]: audit 2023-12-05T16:07:28.584695+0000 mon.a (mon.0) 298 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:07:29.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[64648]: audit 2023-12-05T16:07:28.586343+0000 mon.a (mon.0) 299 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:07:29.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[64648]: audit 2023-12-05T16:07:28.595781+0000 mon.a (mon.0) 300 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:29.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[64648]: audit 2023-12-05T16:07:28.686252+0000 mon.a (mon.0) 301 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:07:29.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[64648]: audit 2023-12-05T16:07:28.690272+0000 mon.a (mon.0) 302 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:29.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[64648]: audit 2023-12-05T16:07:28.694280+0000 mon.a (mon.0) 303 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:29.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[64648]: audit 2023-12-05T16:07:28.696907+0000 mon.a (mon.0) 304 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:29.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[64648]: audit 2023-12-05T16:07:28.699984+0000 mon.a (mon.0) 305 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-05T16:07:29.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[64648]: audit 2023-12-05T16:07:28.700265+0000 mgr.y (mgr.34107) 186 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-05T16:07:29.832 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[64648]: cephadm 2023-12-05T16:07:28.701892+0000 mgr.y (mgr.34107) 187 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-05T16:07:29.832 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[66045]: cluster 2023-12-05T16:07:28.441123+0000 mgr.y (mgr.34107) 185 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 133 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s rd, 0 B/s wr, 162 op/s; 0 B/s, 6 objects/s recovering 2023-12-05T16:07:29.832 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[66045]: audit 2023-12-05T16:07:28.572271+0000 mon.a (mon.0) 296 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:29.832 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[66045]: audit 2023-12-05T16:07:28.582290+0000 mon.a (mon.0) 297 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:29.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[66045]: audit 2023-12-05T16:07:28.584695+0000 mon.a (mon.0) 298 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:07:29.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[66045]: audit 2023-12-05T16:07:28.586343+0000 mon.a (mon.0) 299 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:07:29.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[66045]: audit 2023-12-05T16:07:28.595781+0000 mon.a (mon.0) 300 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:29.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[66045]: audit 2023-12-05T16:07:28.686252+0000 mon.a (mon.0) 301 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:07:29.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[66045]: audit 2023-12-05T16:07:28.690272+0000 mon.a (mon.0) 302 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:29.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[66045]: audit 2023-12-05T16:07:28.694280+0000 mon.a (mon.0) 303 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:29.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[66045]: audit 2023-12-05T16:07:28.696907+0000 mon.a (mon.0) 304 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:29.833 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[66045]: audit 2023-12-05T16:07:28.699984+0000 mon.a (mon.0) 305 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-05T16:07:29.834 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[66045]: audit 2023-12-05T16:07:28.700265+0000 mgr.y (mgr.34107) 186 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-05T16:07:29.834 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:29 smithi016 bash[66045]: cephadm 2023-12-05T16:07:28.701892+0000 mgr.y (mgr.34107) 187 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-05T16:07:29.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:29 smithi038 bash[51671]: cluster 2023-12-05T16:07:28.441123+0000 mgr.y (mgr.34107) 185 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 133 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s rd, 0 B/s wr, 162 op/s; 0 B/s, 6 objects/s recovering 2023-12-05T16:07:29.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:29 smithi038 bash[51671]: audit 2023-12-05T16:07:28.572271+0000 mon.a (mon.0) 296 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:29.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:29 smithi038 bash[51671]: audit 2023-12-05T16:07:28.582290+0000 mon.a (mon.0) 297 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:29.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:29 smithi038 bash[51671]: audit 2023-12-05T16:07:28.584695+0000 mon.a (mon.0) 298 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:07:29.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:29 smithi038 bash[51671]: audit 2023-12-05T16:07:28.586343+0000 mon.a (mon.0) 299 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:07:29.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:29 smithi038 bash[51671]: audit 2023-12-05T16:07:28.595781+0000 mon.a (mon.0) 300 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:29.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:29 smithi038 bash[51671]: audit 2023-12-05T16:07:28.686252+0000 mon.a (mon.0) 301 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:07:29.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:29 smithi038 bash[51671]: audit 2023-12-05T16:07:28.690272+0000 mon.a (mon.0) 302 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:29.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:29 smithi038 bash[51671]: audit 2023-12-05T16:07:28.694280+0000 mon.a (mon.0) 303 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:29.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:29 smithi038 bash[51671]: audit 2023-12-05T16:07:28.696907+0000 mon.a (mon.0) 304 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:29.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:29 smithi038 bash[51671]: audit 2023-12-05T16:07:28.699984+0000 mon.a (mon.0) 305 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-05T16:07:29.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:29 smithi038 bash[51671]: audit 2023-12-05T16:07:28.700265+0000 mgr.y (mgr.34107) 186 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-05T16:07:29.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:29 smithi038 bash[51671]: cephadm 2023-12-05T16:07:28.701892+0000 mgr.y (mgr.34107) 187 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-05T16:07:30.118 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:07:30 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:07:30] "GET /metrics HTTP/1.1" 200 38319 "" "Prometheus/2.33.4" 2023-12-05T16:07:30.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:30 smithi016 bash[66045]: audit 2023-12-05T16:07:29.532868+0000 mgr.y (mgr.34107) 188 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:07:30.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:30 smithi016 bash[64648]: audit 2023-12-05T16:07:29.532868+0000 mgr.y (mgr.34107) 188 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:07:31.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:30 smithi038 bash[51671]: audit 2023-12-05T16:07:29.532868+0000 mgr.y (mgr.34107) 188 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:07:31.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:31 smithi016 bash[64648]: cluster 2023-12-05T16:07:30.442634+0000 mgr.y (mgr.34107) 189 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 134 op/s; 0 B/s, 5 objects/s recovering 2023-12-05T16:07:31.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:31 smithi016 bash[64648]: audit 2023-12-05T16:07:30.930052+0000 mon.a (mon.0) 306 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:31.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:31 smithi016 bash[64648]: audit 2023-12-05T16:07:30.935324+0000 mon.a (mon.0) 307 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T16:07:31.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:31 smithi016 bash[64648]: audit 2023-12-05T16:07:30.936966+0000 mon.a (mon.0) 308 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:07:31.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:31 smithi016 bash[66045]: cluster 2023-12-05T16:07:30.442634+0000 mgr.y (mgr.34107) 189 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 134 op/s; 0 B/s, 5 objects/s recovering 2023-12-05T16:07:31.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:31 smithi016 bash[66045]: audit 2023-12-05T16:07:30.930052+0000 mon.a (mon.0) 306 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:31.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:31 smithi016 bash[66045]: audit 2023-12-05T16:07:30.935324+0000 mon.a (mon.0) 307 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T16:07:31.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:31 smithi016 bash[66045]: audit 2023-12-05T16:07:30.936966+0000 mon.a (mon.0) 308 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:07:31.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:31 smithi038 bash[51671]: cluster 2023-12-05T16:07:30.442634+0000 mgr.y (mgr.34107) 189 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 134 op/s; 0 B/s, 5 objects/s recovering 2023-12-05T16:07:31.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:31 smithi038 bash[51671]: audit 2023-12-05T16:07:30.930052+0000 mon.a (mon.0) 306 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:31.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:31 smithi038 bash[51671]: audit 2023-12-05T16:07:30.935324+0000 mon.a (mon.0) 307 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T16:07:31.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:31 smithi038 bash[51671]: audit 2023-12-05T16:07:30.936966+0000 mon.a (mon.0) 308 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:07:32.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:32 smithi016 bash[64648]: cephadm 2023-12-05T16:07:30.921564+0000 mgr.y (mgr.34107) 190 : cephadm 1 Upgrade: Updating osd.2 2023-12-05T16:07:32.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:32 smithi016 bash[64648]: cephadm 2023-12-05T16:07:30.941466+0000 mgr.y (mgr.34107) 191 : cephadm 1 Deploying daemon osd.2 on smithi016 2023-12-05T16:07:32.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:32 smithi016 bash[66045]: cephadm 2023-12-05T16:07:30.921564+0000 mgr.y (mgr.34107) 190 : cephadm 1 Upgrade: Updating osd.2 2023-12-05T16:07:32.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:32 smithi016 bash[66045]: cephadm 2023-12-05T16:07:30.941466+0000 mgr.y (mgr.34107) 191 : cephadm 1 Deploying daemon osd.2 on smithi016 2023-12-05T16:07:33.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:32 smithi038 bash[51671]: cephadm 2023-12-05T16:07:30.921564+0000 mgr.y (mgr.34107) 190 : cephadm 1 Upgrade: Updating osd.2 2023-12-05T16:07:33.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:32 smithi038 bash[51671]: cephadm 2023-12-05T16:07:30.941466+0000 mgr.y (mgr.34107) 191 : cephadm 1 Deploying daemon osd.2 on smithi016 2023-12-05T16:07:33.130 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:07:33.604 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:33 smithi016 bash[66045]: cluster 2023-12-05T16:07:32.443414+0000 mgr.y (mgr.34107) 192 : cluster 0 pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s rd, 0 B/s wr, 116 op/s; 0 B/s, 4 objects/s recovering 2023-12-05T16:07:33.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:33 smithi016 bash[64648]: cluster 2023-12-05T16:07:32.443414+0000 mgr.y (mgr.34107) 192 : cluster 0 pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s rd, 0 B/s wr, 116 op/s; 0 B/s, 4 objects/s recovering 2023-12-05T16:07:33.909 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:07:33.910 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (5m) 16s ago 12m 15.9M - 0.23.0 ba2b418f427c c48b395728e7 2023-12-05T16:07:33.910 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (4m) 115s ago 11m 42.8M - 8.3.5 dad864ee21e9 d6befc9f2bcf 2023-12-05T16:07:33.910 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (3m) 16s ago 9m 47.2M - 3.5 e1d6a67b021e bbc51b2e3d6d 2023-12-05T16:07:33.910 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283,8765 running (3m) 115s ago 17m 432M - 19.0.0-13-ge6605fb8 104f332cd0a9 d9865fd32494 2023-12-05T16:07:33.910 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:8443,9283,8765 running (4m) 16s ago 19m 489M - 19.0.0-13-ge6605fb8 104f332cd0a9 d8aa9c1870da 2023-12-05T16:07:33.910 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (3m) 16s ago 20m 48.8M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 61d4ec4cbec6 2023-12-05T16:07:33.910 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (2m) 115s ago 18m 22.9M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 35fe6c2d8ea2 2023-12-05T16:07:33.910 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (2m) 16s ago 18m 41.0M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 e48e3724baef 2023-12-05T16:07:33.910 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (5m) 16s ago 12m 11.7M - 1.3.1 1dbe0e931976 a7ad6c0fa35b 2023-12-05T16:07:33.910 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (4m) 115s ago 12m 11.4M - 1.3.1 1dbe0e931976 dac45ac68b6c 2023-12-05T16:07:33.910 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (51s) 16s ago 17m 48.7M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 19a0a8b247d6 2023-12-05T16:07:33.910 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (21s) 16s ago 16m - 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 15b11f62b515 2023-12-05T16:07:33.910 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (16m) 16s ago 16m 59.5M 2782M 17.2.0 e1d6a67b021e 4490977f74dc 2023-12-05T16:07:33.910 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (15m) 16s ago 15m 60.5M 2782M 17.2.0 e1d6a67b021e 715c72066f0e 2023-12-05T16:07:33.911 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (14m) 115s ago 15m 59.8M 3038M 17.2.0 e1d6a67b021e 1e5c4e736858 2023-12-05T16:07:33.911 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (14m) 115s ago 14m 55.5M 3038M 17.2.0 e1d6a67b021e 8938c96c499f 2023-12-05T16:07:33.911 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (13m) 115s ago 13m 55.7M 3038M 17.2.0 e1d6a67b021e ac02a2497ba9 2023-12-05T16:07:33.911 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (13m) 115s ago 13m 57.4M 3038M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T16:07:33.911 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (3m) 115s ago 12m 58.0M - 2.33.4 514e6a882f6e 2178b2710d9e 2023-12-05T16:07:33.911 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (10m) 16s ago 10m 88.0M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:07:33.911 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (10m) 115s ago 10m 87.2M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:07:33.911 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (10m) 16s ago 10m 88.0M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:07:33.911 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (10m) 115s ago 10m 86.9M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:07:34.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:33 smithi038 bash[51671]: cluster 2023-12-05T16:07:32.443414+0000 mgr.y (mgr.34107) 192 : cluster 0 pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s rd, 0 B/s wr, 116 op/s; 0 B/s, 4 objects/s recovering 2023-12-05T16:07:34.405 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:07:34.405 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:07:34.405 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T16:07:34.405 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:07:34.406 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:07:34.406 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:07:34.406 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:07:34.406 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:07:34.406 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-05T16:07:34.406 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:07:34.406 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:07:34.407 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:07:34.407 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:07:34.407 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:07:34.407 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:07:34.407 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2023-12-05T16:07:34.407 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 7 2023-12-05T16:07:34.407 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:07:34.407 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:07:34.793 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:07:34.793 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:07:34.793 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:07:34.793 INFO:teuthology.orchestra.run.smithi016.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:07:34.793 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [ 2023-12-05T16:07:34.793 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr", 2023-12-05T16:07:34.793 INFO:teuthology.orchestra.run.smithi016.stdout: "mon" 2023-12-05T16:07:34.793 INFO:teuthology.orchestra.run.smithi016.stdout: ], 2023-12-05T16:07:34.793 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "7/23 daemons upgraded", 2023-12-05T16:07:34.793 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "Currently upgrading osd daemons", 2023-12-05T16:07:34.793 INFO:teuthology.orchestra.run.smithi016.stdout: "is_paused": false 2023-12-05T16:07:34.793 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:07:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:34 smithi016 bash[64648]: audit 2023-12-05T16:07:33.109636+0000 mgr.y (mgr.34107) 193 : audit 0 from='client.34329 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:34.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:34 smithi016 bash[64648]: audit 2023-12-05T16:07:33.498699+0000 mgr.y (mgr.34107) 194 : audit 0 from='client.44263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:34.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:34 smithi016 bash[64648]: audit 2023-12-05T16:07:33.618073+0000 mon.a (mon.0) 309 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:34.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:34 smithi016 bash[64648]: audit 2023-12-05T16:07:34.399560+0000 mon.a (mon.0) 310 : audit 0 from='client.? 172.21.15.16:0/1190570724' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:34.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:34 smithi016 bash[66045]: audit 2023-12-05T16:07:33.109636+0000 mgr.y (mgr.34107) 193 : audit 0 from='client.34329 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:34.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:34 smithi016 bash[66045]: audit 2023-12-05T16:07:33.498699+0000 mgr.y (mgr.34107) 194 : audit 0 from='client.44263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:34.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:34 smithi016 bash[66045]: audit 2023-12-05T16:07:33.618073+0000 mon.a (mon.0) 309 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:34.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:34 smithi016 bash[66045]: audit 2023-12-05T16:07:34.399560+0000 mon.a (mon.0) 310 : audit 0 from='client.? 172.21.15.16:0/1190570724' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:35.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:34 smithi038 bash[51671]: audit 2023-12-05T16:07:33.109636+0000 mgr.y (mgr.34107) 193 : audit 0 from='client.34329 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:35.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:34 smithi038 bash[51671]: audit 2023-12-05T16:07:33.498699+0000 mgr.y (mgr.34107) 194 : audit 0 from='client.44263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:35.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:34 smithi038 bash[51671]: audit 2023-12-05T16:07:33.618073+0000 mon.a (mon.0) 309 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:35.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:34 smithi038 bash[51671]: audit 2023-12-05T16:07:34.399560+0000 mon.a (mon.0) 310 : audit 0 from='client.? 172.21.15.16:0/1190570724' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:35.246 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_OK 2023-12-05T16:07:35.620 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:35 smithi016 systemd[1]: Stopping Ceph osd.2 for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:07:36.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:35 smithi038 bash[51671]: audit 2023-12-05T16:07:33.880056+0000 mgr.y (mgr.34107) 195 : audit 0 from='client.44269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:36.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:35 smithi038 bash[51671]: cluster 2023-12-05T16:07:34.444319+0000 mgr.y (mgr.34107) 196 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 0 B/s wr, 163 op/s; 0 B/s, 4 objects/s recovering 2023-12-05T16:07:36.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:35 smithi038 bash[51671]: audit 2023-12-05T16:07:34.786591+0000 mgr.y (mgr.34107) 197 : audit 0 from='client.34353 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:36.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:35 smithi038 bash[51671]: audit 2023-12-05T16:07:35.240887+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.16:0/1013501261' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:07:36.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:35 smithi016 bash[64648]: audit 2023-12-05T16:07:33.880056+0000 mgr.y (mgr.34107) 195 : audit 0 from='client.44269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:36.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:35 smithi016 bash[64648]: cluster 2023-12-05T16:07:34.444319+0000 mgr.y (mgr.34107) 196 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 0 B/s wr, 163 op/s; 0 B/s, 4 objects/s recovering 2023-12-05T16:07:36.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:35 smithi016 bash[64648]: audit 2023-12-05T16:07:34.786591+0000 mgr.y (mgr.34107) 197 : audit 0 from='client.34353 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:36.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:35 smithi016 bash[64648]: audit 2023-12-05T16:07:35.240887+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.16:0/1013501261' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:07:36.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:35 smithi016 bash[66045]: audit 2023-12-05T16:07:33.880056+0000 mgr.y (mgr.34107) 195 : audit 0 from='client.44269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:36.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:35 smithi016 bash[66045]: cluster 2023-12-05T16:07:34.444319+0000 mgr.y (mgr.34107) 196 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 0 B/s wr, 163 op/s; 0 B/s, 4 objects/s recovering 2023-12-05T16:07:36.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:35 smithi016 bash[66045]: audit 2023-12-05T16:07:34.786591+0000 mgr.y (mgr.34107) 197 : audit 0 from='client.34353 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:07:36.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:35 smithi016 bash[66045]: audit 2023-12-05T16:07:35.240887+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.16:0/1013501261' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:07:36.121 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:35 smithi016 bash[39486]: debug 2023-12-05T16:07:35.757+0000 7f6d3c49c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-05T16:07:36.122 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:35 smithi016 bash[39486]: debug 2023-12-05T16:07:35.757+0000 7f6d3c49c700 -1 osd.2 120 *** Got signal Terminated *** 2023-12-05T16:07:36.122 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:35 smithi016 bash[39486]: debug 2023-12-05T16:07:35.757+0000 7f6d3c49c700 -1 osd.2 120 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:07:37.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:36 smithi038 bash[51671]: cluster 2023-12-05T16:07:35.762940+0000 mon.a (mon.0) 311 : cluster 1 osd.2 marked itself down and dead 2023-12-05T16:07:37.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:36 smithi016 bash[64648]: cluster 2023-12-05T16:07:35.762940+0000 mon.a (mon.0) 311 : cluster 1 osd.2 marked itself down and dead 2023-12-05T16:07:37.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:36 smithi016 bash[66045]: cluster 2023-12-05T16:07:35.762940+0000 mon.a (mon.0) 311 : cluster 1 osd.2 marked itself down and dead 2023-12-05T16:07:37.953 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:37 smithi016 bash[64648]: cluster 2023-12-05T16:07:36.445002+0000 mgr.y (mgr.34107) 198 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-05T16:07:37.954 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:37 smithi016 bash[64648]: cluster 2023-12-05T16:07:36.632477+0000 mon.a (mon.0) 312 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:07:37.954 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:37 smithi016 bash[64648]: cluster 2023-12-05T16:07:36.642618+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T16:07:37.954 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:37 smithi016 bash[64648]: cluster 2023-12-05T16:07:36.642951+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T16:07:37.954 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:37 smithi016 bash[64648]: cluster 2023-12-05T16:07:36.649155+0000 mon.a (mon.0) 313 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-05T16:07:37.954 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:37 smithi016 bash[64648]: cluster 2023-12-05T16:07:36.650631+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T16:07:37.954 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:37 smithi016 bash[64648]: cluster 2023-12-05T16:07:36.650966+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T16:07:37.955 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:37 smithi016 bash[72694]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-2 2023-12-05T16:07:37.955 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:37 smithi016 bash[66045]: cluster 2023-12-05T16:07:36.445002+0000 mgr.y (mgr.34107) 198 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-05T16:07:37.956 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:37 smithi016 bash[66045]: cluster 2023-12-05T16:07:36.632477+0000 mon.a (mon.0) 312 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:07:37.956 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:37 smithi016 bash[66045]: cluster 2023-12-05T16:07:36.642618+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T16:07:37.956 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:37 smithi016 bash[66045]: cluster 2023-12-05T16:07:36.642951+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T16:07:37.956 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:37 smithi016 bash[66045]: cluster 2023-12-05T16:07:36.649155+0000 mon.a (mon.0) 313 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-05T16:07:37.956 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:37 smithi016 bash[66045]: cluster 2023-12-05T16:07:36.650631+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T16:07:37.956 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:37 smithi016 bash[66045]: cluster 2023-12-05T16:07:36.650966+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T16:07:38.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:37 smithi038 bash[51671]: cluster 2023-12-05T16:07:36.445002+0000 mgr.y (mgr.34107) 198 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-05T16:07:38.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:37 smithi038 bash[51671]: cluster 2023-12-05T16:07:36.632477+0000 mon.a (mon.0) 312 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:07:38.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:37 smithi038 bash[51671]: cluster 2023-12-05T16:07:36.642618+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T16:07:38.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:37 smithi038 bash[51671]: cluster 2023-12-05T16:07:36.642951+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T16:07:38.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:37 smithi038 bash[51671]: cluster 2023-12-05T16:07:36.649155+0000 mon.a (mon.0) 313 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-05T16:07:38.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:37 smithi038 bash[51671]: cluster 2023-12-05T16:07:36.650631+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T16:07:38.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:37 smithi038 bash[51671]: cluster 2023-12-05T16:07:36.650966+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-05T16:07:38.370 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:37 smithi016 bash[72768]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-2 2023-12-05T16:07:38.947 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[64648]: cluster 2023-12-05T16:07:37.644550+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.947 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[64648]: cluster 2023-12-05T16:07:37.646945+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.947 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[64648]: cluster 2023-12-05T16:07:37.648542+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[64648]: cluster 2023-12-05T16:07:37.649067+0000 mon.a (mon.0) 314 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2023-12-05T16:07:38.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[64648]: cluster 2023-12-05T16:07:37.650201+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[64648]: cluster 2023-12-05T16:07:37.650211+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[64648]: cluster 2023-12-05T16:07:37.651927+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[64648]: cluster 2023-12-05T16:07:37.652338+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[64648]: cluster 2023-12-05T16:07:37.654234+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[64648]: cluster 2023-12-05T16:07:37.654905+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[64648]: cluster 2023-12-05T16:07:37.656581+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[64648]: cluster 2023-12-05T16:07:37.657464+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[64648]: audit 2023-12-05T16:07:38.475957+0000 mon.a (mon.0) 315 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:38.948 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[64648]: audit 2023-12-05T16:07:38.477657+0000 mon.a (mon.0) 316 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:07:38.948 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[66045]: cluster 2023-12-05T16:07:37.644550+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.949 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[66045]: cluster 2023-12-05T16:07:37.646945+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.949 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[66045]: cluster 2023-12-05T16:07:37.648542+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.949 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[66045]: cluster 2023-12-05T16:07:37.649067+0000 mon.a (mon.0) 314 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2023-12-05T16:07:38.949 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[66045]: cluster 2023-12-05T16:07:37.650201+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.949 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[66045]: cluster 2023-12-05T16:07:37.650211+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.949 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[66045]: cluster 2023-12-05T16:07:37.651927+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.949 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[66045]: cluster 2023-12-05T16:07:37.652338+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.949 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[66045]: cluster 2023-12-05T16:07:37.654234+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.949 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[66045]: cluster 2023-12-05T16:07:37.654905+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.949 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[66045]: cluster 2023-12-05T16:07:37.656581+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.949 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[66045]: cluster 2023-12-05T16:07:37.657464+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:38.949 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[66045]: audit 2023-12-05T16:07:38.475957+0000 mon.a (mon.0) 315 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:38.949 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:38 smithi016 bash[66045]: audit 2023-12-05T16:07:38.477657+0000 mon.a (mon.0) 316 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:07:39.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:38 smithi038 bash[51671]: cluster 2023-12-05T16:07:37.644550+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:39.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:38 smithi038 bash[51671]: cluster 2023-12-05T16:07:37.646945+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:39.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:38 smithi038 bash[51671]: cluster 2023-12-05T16:07:37.648542+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:39.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:38 smithi038 bash[51671]: cluster 2023-12-05T16:07:37.649067+0000 mon.a (mon.0) 314 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2023-12-05T16:07:39.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:38 smithi038 bash[51671]: cluster 2023-12-05T16:07:37.650201+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:39.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:38 smithi038 bash[51671]: cluster 2023-12-05T16:07:37.650211+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:39.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:38 smithi038 bash[51671]: cluster 2023-12-05T16:07:37.651927+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:39.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:38 smithi038 bash[51671]: cluster 2023-12-05T16:07:37.652338+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:39.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:38 smithi038 bash[51671]: cluster 2023-12-05T16:07:37.654234+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:39.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:38 smithi038 bash[51671]: cluster 2023-12-05T16:07:37.654905+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:39.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:38 smithi038 bash[51671]: cluster 2023-12-05T16:07:37.656581+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:39.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:38 smithi038 bash[51671]: cluster 2023-12-05T16:07:37.657464+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-05T16:07:39.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:38 smithi038 bash[51671]: audit 2023-12-05T16:07:38.475957+0000 mon.a (mon.0) 315 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:39.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:38 smithi038 bash[51671]: audit 2023-12-05T16:07:38.477657+0000 mon.a (mon.0) 316 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:07:39.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:39 smithi016 bash[64648]: cluster 2023-12-05T16:07:38.446062+0000 mgr.y (mgr.34107) 199 : cluster 0 pgmap v109: 161 pgs: 2 active+undersized+degraded, 9 peering, 8 stale+active+clean, 4 active+undersized, 138 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 70 op/s; 19/630 objects degraded (3.016%) 2023-12-05T16:07:39.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:39 smithi016 bash[64648]: cluster 2023-12-05T16:07:39.393041+0000 mon.a (mon.0) 317 : cluster 3 Health check failed: Degraded data redundancy: 19/630 objects degraded (3.016%), 2 pgs degraded (PG_DEGRADED) 2023-12-05T16:07:39.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:39 smithi016 bash[66045]: cluster 2023-12-05T16:07:38.446062+0000 mgr.y (mgr.34107) 199 : cluster 0 pgmap v109: 161 pgs: 2 active+undersized+degraded, 9 peering, 8 stale+active+clean, 4 active+undersized, 138 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 70 op/s; 19/630 objects degraded (3.016%) 2023-12-05T16:07:39.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:39 smithi016 bash[66045]: cluster 2023-12-05T16:07:39.393041+0000 mon.a (mon.0) 317 : cluster 3 Health check failed: Degraded data redundancy: 19/630 objects degraded (3.016%), 2 pgs degraded (PG_DEGRADED) 2023-12-05T16:07:40.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:39 smithi038 bash[51671]: cluster 2023-12-05T16:07:38.446062+0000 mgr.y (mgr.34107) 199 : cluster 0 pgmap v109: 161 pgs: 2 active+undersized+degraded, 9 peering, 8 stale+active+clean, 4 active+undersized, 138 active+clean; 585 KiB data, 142 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 70 op/s; 19/630 objects degraded (3.016%) 2023-12-05T16:07:40.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:39 smithi038 bash[51671]: cluster 2023-12-05T16:07:39.393041+0000 mon.a (mon.0) 317 : cluster 3 Health check failed: Degraded data redundancy: 19/630 objects degraded (3.016%), 2 pgs degraded (PG_DEGRADED) 2023-12-05T16:07:40.329 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:07:40 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:07:40] "GET /metrics HTTP/1.1" 200 38315 "" "Prometheus/2.33.4" 2023-12-05T16:07:40.329 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:40 smithi016 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.2.service: Succeeded. 2023-12-05T16:07:40.329 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:40 smithi016 systemd[1]: Stopped Ceph osd.2 for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:07:40.329 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:40 smithi016 systemd[1]: Started Ceph osd.2 for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:07:41.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:40 smithi038 bash[51671]: audit 2023-12-05T16:07:39.543983+0000 mgr.y (mgr.34107) 200 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:07:41.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:40 smithi038 bash[51671]: audit 2023-12-05T16:07:40.371248+0000 mon.a (mon.0) 318 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:41.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:40 smithi038 bash[51671]: audit 2023-12-05T16:07:40.379651+0000 mon.a (mon.0) 319 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:41.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:40 smithi016 bash[66045]: audit 2023-12-05T16:07:39.543983+0000 mgr.y (mgr.34107) 200 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:07:41.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:40 smithi016 bash[66045]: audit 2023-12-05T16:07:40.371248+0000 mon.a (mon.0) 318 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:41.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:40 smithi016 bash[66045]: audit 2023-12-05T16:07:40.379651+0000 mon.a (mon.0) 319 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:41.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:40 smithi016 bash[64648]: audit 2023-12-05T16:07:39.543983+0000 mgr.y (mgr.34107) 200 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:07:41.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:40 smithi016 bash[64648]: audit 2023-12-05T16:07:40.371248+0000 mon.a (mon.0) 318 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:41.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:40 smithi016 bash[64648]: audit 2023-12-05T16:07:40.379651+0000 mon.a (mon.0) 319 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:42.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:41 smithi038 bash[51671]: cluster 2023-12-05T16:07:40.447666+0000 mgr.y (mgr.34107) 201 : cluster 0 pgmap v110: 161 pgs: 11 active+undersized+degraded, 9 peering, 28 active+undersized, 113 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 69 op/s; 51/630 objects degraded (8.095%) 2023-12-05T16:07:42.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:41 smithi016 bash[64648]: cluster 2023-12-05T16:07:40.447666+0000 mgr.y (mgr.34107) 201 : cluster 0 pgmap v110: 161 pgs: 11 active+undersized+degraded, 9 peering, 28 active+undersized, 113 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 69 op/s; 51/630 objects degraded (8.095%) 2023-12-05T16:07:42.108 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:41 smithi016 bash[66045]: cluster 2023-12-05T16:07:40.447666+0000 mgr.y (mgr.34107) 201 : cluster 0 pgmap v110: 161 pgs: 11 active+undersized+degraded, 9 peering, 28 active+undersized, 113 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 69 op/s; 51/630 objects degraded (8.095%) 2023-12-05T16:07:42.370 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:42 smithi016 bash[72937]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-05T16:07:42.371 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:42 smithi016 bash[72937]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2023-12-05T16:07:42.371 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:42 smithi016 bash[72937]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-05T16:07:42.371 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:42 smithi016 bash[72937]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-05T16:07:42.371 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:42 smithi016 bash[72937]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2023-12-05T16:07:42.371 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:42 smithi016 bash[72937]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-05T16:07:42.371 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:42 smithi016 bash[72937]: --> ceph-volume raw activate successful for osd ID: 2 2023-12-05T16:07:44.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:43 smithi038 bash[51671]: cluster 2023-12-05T16:07:42.448644+0000 mgr.y (mgr.34107) 202 : cluster 0 pgmap v111: 161 pgs: 11 active+undersized+degraded, 9 peering, 28 active+undersized, 113 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2023-12-05T16:07:44.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:43 smithi016 bash[64648]: cluster 2023-12-05T16:07:42.448644+0000 mgr.y (mgr.34107) 202 : cluster 0 pgmap v111: 161 pgs: 11 active+undersized+degraded, 9 peering, 28 active+undersized, 113 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2023-12-05T16:07:44.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:43 smithi016 bash[66045]: cluster 2023-12-05T16:07:42.448644+0000 mgr.y (mgr.34107) 202 : cluster 0 pgmap v111: 161 pgs: 11 active+undersized+degraded, 9 peering, 28 active+undersized, 113 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 51/630 objects degraded (8.095%) 2023-12-05T16:07:44.121 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:43 smithi016 bash[73234]: debug 2023-12-05T16:07:43.841+0000 7f172b6ab700 1 -- 172.21.15.16:0/1775722442 <== mon.1 v2:172.21.15.16:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560fa3ff11e0 con 0x560fa4076800 2023-12-05T16:07:44.729 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:44 smithi016 bash[66045]: cluster 2023-12-05T16:07:44.668150+0000 mon.a (mon.0) 320 : cluster 3 Health check update: Degraded data redundancy: 57/630 objects degraded (9.048%), 13 pgs degraded (PG_DEGRADED) 2023-12-05T16:07:44.729 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:44 smithi016 bash[73234]: debug 2023-12-05T16:07:44.405+0000 7f1734831640 -1 Falling back to public interface 2023-12-05T16:07:45.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:44 smithi038 bash[51671]: cluster 2023-12-05T16:07:44.668150+0000 mon.a (mon.0) 320 : cluster 3 Health check update: Degraded data redundancy: 57/630 objects degraded (9.048%), 13 pgs degraded (PG_DEGRADED) 2023-12-05T16:07:45.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:44 smithi016 bash[64648]: cluster 2023-12-05T16:07:44.668150+0000 mon.a (mon.0) 320 : cluster 3 Health check update: Degraded data redundancy: 57/630 objects degraded (9.048%), 13 pgs degraded (PG_DEGRADED) 2023-12-05T16:07:46.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:45 smithi038 bash[51671]: cluster 2023-12-05T16:07:44.450305+0000 mgr.y (mgr.34107) 203 : cluster 0 pgmap v112: 161 pgs: 13 active+undersized+degraded, 35 active+undersized, 113 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 57/630 objects degraded (9.048%) 2023-12-05T16:07:46.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:45 smithi016 bash[64648]: cluster 2023-12-05T16:07:44.450305+0000 mgr.y (mgr.34107) 203 : cluster 0 pgmap v112: 161 pgs: 13 active+undersized+degraded, 35 active+undersized, 113 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 57/630 objects degraded (9.048%) 2023-12-05T16:07:46.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:45 smithi016 bash[66045]: cluster 2023-12-05T16:07:44.450305+0000 mgr.y (mgr.34107) 203 : cluster 0 pgmap v112: 161 pgs: 13 active+undersized+degraded, 35 active+undersized, 113 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 57/630 objects degraded (9.048%) 2023-12-05T16:07:47.751 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:47 smithi016 bash[64648]: cluster 2023-12-05T16:07:46.451162+0000 mgr.y (mgr.34107) 204 : cluster 0 pgmap v113: 161 pgs: 13 active+undersized+degraded, 35 active+undersized, 113 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 57/630 objects degraded (9.048%) 2023-12-05T16:07:47.752 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:47 smithi016 bash[64648]: audit 2023-12-05T16:07:47.475904+0000 mon.a (mon.0) 321 : audit 1 from='osd.2 [v2:172.21.15.16:6818/773755497,v1:172.21.15.16:6819/773755497]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T16:07:47.752 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:47 smithi016 bash[73234]: debug 2023-12-05T16:07:47.429+0000 7f1734831640 -1 osd.2 0 read_superblock omap replica is missing. 2023-12-05T16:07:47.752 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:47 smithi016 bash[73234]: debug 2023-12-05T16:07:47.465+0000 7f1734831640 -1 osd.2 120 log_to_monitors true 2023-12-05T16:07:48.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:47 smithi038 bash[51671]: cluster 2023-12-05T16:07:46.451162+0000 mgr.y (mgr.34107) 204 : cluster 0 pgmap v113: 161 pgs: 13 active+undersized+degraded, 35 active+undersized, 113 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 57/630 objects degraded (9.048%) 2023-12-05T16:07:48.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:47 smithi038 bash[51671]: audit 2023-12-05T16:07:47.475904+0000 mon.a (mon.0) 321 : audit 1 from='osd.2 [v2:172.21.15.16:6818/773755497,v1:172.21.15.16:6819/773755497]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T16:07:48.120 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:07:47 smithi016 bash[73234]: debug 2023-12-05T16:07:47.793+0000 7f172249b700 -1 osd.2 120 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T16:07:48.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:47 smithi016 bash[66045]: cluster 2023-12-05T16:07:46.451162+0000 mgr.y (mgr.34107) 204 : cluster 0 pgmap v113: 161 pgs: 13 active+undersized+degraded, 35 active+undersized, 113 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 57/630 objects degraded (9.048%) 2023-12-05T16:07:48.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:47 smithi016 bash[66045]: audit 2023-12-05T16:07:47.475904+0000 mon.a (mon.0) 321 : audit 1 from='osd.2 [v2:172.21.15.16:6818/773755497,v1:172.21.15.16:6819/773755497]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T16:07:49.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:48 smithi038 bash[51671]: audit 2023-12-05T16:07:47.729022+0000 mon.a (mon.0) 322 : audit 1 from='osd.2 [v2:172.21.15.16:6818/773755497,v1:172.21.15.16:6819/773755497]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-05T16:07:49.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:48 smithi038 bash[51671]: cluster 2023-12-05T16:07:47.731409+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T16:07:49.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:48 smithi038 bash[51671]: cluster 2023-12-05T16:07:47.731875+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T16:07:49.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:48 smithi038 bash[51671]: cluster 2023-12-05T16:07:47.734522+0000 mon.a (mon.0) 323 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2023-12-05T16:07:49.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:48 smithi038 bash[51671]: audit 2023-12-05T16:07:47.735706+0000 mon.a (mon.0) 324 : audit 1 from='osd.2 [v2:172.21.15.16:6818/773755497,v1:172.21.15.16:6819/773755497]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T16:07:49.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:48 smithi038 bash[51671]: audit 2023-12-05T16:07:47.872406+0000 mon.a (mon.0) 325 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:49.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:48 smithi038 bash[51671]: audit 2023-12-05T16:07:47.880957+0000 mon.a (mon.0) 326 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:49.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:48 smithi038 bash[51671]: cluster 2023-12-05T16:07:48.262285+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T16:07:49.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:48 smithi038 bash[51671]: audit 2023-12-05T16:07:48.650827+0000 mon.a (mon.0) 327 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:49.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:48 smithi016 bash[64648]: audit 2023-12-05T16:07:47.729022+0000 mon.a (mon.0) 322 : audit 1 from='osd.2 [v2:172.21.15.16:6818/773755497,v1:172.21.15.16:6819/773755497]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-05T16:07:49.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:48 smithi016 bash[64648]: cluster 2023-12-05T16:07:47.731409+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T16:07:49.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:48 smithi016 bash[64648]: cluster 2023-12-05T16:07:47.731875+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T16:07:49.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:48 smithi016 bash[64648]: cluster 2023-12-05T16:07:47.734522+0000 mon.a (mon.0) 323 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2023-12-05T16:07:49.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:48 smithi016 bash[64648]: audit 2023-12-05T16:07:47.735706+0000 mon.a (mon.0) 324 : audit 1 from='osd.2 [v2:172.21.15.16:6818/773755497,v1:172.21.15.16:6819/773755497]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T16:07:49.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:48 smithi016 bash[64648]: audit 2023-12-05T16:07:47.872406+0000 mon.a (mon.0) 325 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:49.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:48 smithi016 bash[64648]: audit 2023-12-05T16:07:47.880957+0000 mon.a (mon.0) 326 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:49.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:48 smithi016 bash[64648]: cluster 2023-12-05T16:07:48.262285+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T16:07:49.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:48 smithi016 bash[64648]: audit 2023-12-05T16:07:48.650827+0000 mon.a (mon.0) 327 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:49.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:48 smithi016 bash[66045]: audit 2023-12-05T16:07:47.729022+0000 mon.a (mon.0) 322 : audit 1 from='osd.2 [v2:172.21.15.16:6818/773755497,v1:172.21.15.16:6819/773755497]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-05T16:07:49.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:48 smithi016 bash[66045]: cluster 2023-12-05T16:07:47.731409+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T16:07:49.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:48 smithi016 bash[66045]: cluster 2023-12-05T16:07:47.731875+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T16:07:49.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:48 smithi016 bash[66045]: cluster 2023-12-05T16:07:47.734522+0000 mon.a (mon.0) 323 : cluster 0 osdmap e123: 8 total, 7 up, 8 in 2023-12-05T16:07:49.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:48 smithi016 bash[66045]: audit 2023-12-05T16:07:47.735706+0000 mon.a (mon.0) 324 : audit 1 from='osd.2 [v2:172.21.15.16:6818/773755497,v1:172.21.15.16:6819/773755497]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T16:07:49.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:48 smithi016 bash[66045]: audit 2023-12-05T16:07:47.872406+0000 mon.a (mon.0) 325 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:49.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:48 smithi016 bash[66045]: audit 2023-12-05T16:07:47.880957+0000 mon.a (mon.0) 326 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:49.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:48 smithi016 bash[66045]: cluster 2023-12-05T16:07:48.262285+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e123 with expected crc 2023-12-05T16:07:49.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:48 smithi016 bash[66045]: audit 2023-12-05T16:07:48.650827+0000 mon.a (mon.0) 327 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[64648]: cluster 2023-12-05T16:07:48.452443+0000 mgr.y (mgr.34107) 205 : cluster 0 pgmap v115: 161 pgs: 13 active+undersized+degraded, 35 active+undersized, 113 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 57/630 objects degraded (9.048%) 2023-12-05T16:07:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[64648]: cluster 2023-12-05T16:07:48.747506+0000 mon.a (mon.0) 328 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:07:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[64648]: cluster 2023-12-05T16:07:48.764623+0000 mon.a (mon.0) 329 : cluster 1 osd.2 [v2:172.21.15.16:6818/773755497,v1:172.21.15.16:6819/773755497] boot 2023-12-05T16:07:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[64648]: cluster 2023-12-05T16:07:48.764715+0000 mon.a (mon.0) 330 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-05T16:07:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[64648]: audit 2023-12-05T16:07:48.765845+0000 mon.a (mon.0) 331 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:07:49.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[64648]: cluster 2023-12-05T16:07:48.766290+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T16:07:49.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[64648]: cluster 2023-12-05T16:07:48.767344+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T16:07:49.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[64648]: cluster 2023-12-05T16:07:48.767399+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T16:07:49.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[64648]: cluster 2023-12-05T16:07:48.767598+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T16:07:49.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[64648]: cluster 2023-12-05T16:07:48.771617+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T16:07:49.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[64648]: audit 2023-12-05T16:07:48.928194+0000 mon.a (mon.0) 332 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:49.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[64648]: audit 2023-12-05T16:07:48.940962+0000 mon.a (mon.0) 333 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[66045]: cluster 2023-12-05T16:07:48.452443+0000 mgr.y (mgr.34107) 205 : cluster 0 pgmap v115: 161 pgs: 13 active+undersized+degraded, 35 active+undersized, 113 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 57/630 objects degraded (9.048%) 2023-12-05T16:07:49.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[66045]: cluster 2023-12-05T16:07:48.747506+0000 mon.a (mon.0) 328 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:07:49.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[66045]: cluster 2023-12-05T16:07:48.764623+0000 mon.a (mon.0) 329 : cluster 1 osd.2 [v2:172.21.15.16:6818/773755497,v1:172.21.15.16:6819/773755497] boot 2023-12-05T16:07:49.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[66045]: cluster 2023-12-05T16:07:48.764715+0000 mon.a (mon.0) 330 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-05T16:07:49.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[66045]: audit 2023-12-05T16:07:48.765845+0000 mon.a (mon.0) 331 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:07:49.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[66045]: cluster 2023-12-05T16:07:48.766290+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T16:07:49.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[66045]: cluster 2023-12-05T16:07:48.767344+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T16:07:49.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[66045]: cluster 2023-12-05T16:07:48.767399+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T16:07:49.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[66045]: cluster 2023-12-05T16:07:48.767598+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T16:07:49.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[66045]: cluster 2023-12-05T16:07:48.771617+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T16:07:49.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[66045]: audit 2023-12-05T16:07:48.928194+0000 mon.a (mon.0) 332 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:49.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:49 smithi016 bash[66045]: audit 2023-12-05T16:07:48.940962+0000 mon.a (mon.0) 333 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:50.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:49 smithi038 bash[51671]: cluster 2023-12-05T16:07:48.452443+0000 mgr.y (mgr.34107) 205 : cluster 0 pgmap v115: 161 pgs: 13 active+undersized+degraded, 35 active+undersized, 113 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 57/630 objects degraded (9.048%) 2023-12-05T16:07:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:49 smithi038 bash[51671]: cluster 2023-12-05T16:07:48.747506+0000 mon.a (mon.0) 328 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:07:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:49 smithi038 bash[51671]: cluster 2023-12-05T16:07:48.764623+0000 mon.a (mon.0) 329 : cluster 1 osd.2 [v2:172.21.15.16:6818/773755497,v1:172.21.15.16:6819/773755497] boot 2023-12-05T16:07:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:49 smithi038 bash[51671]: cluster 2023-12-05T16:07:48.764715+0000 mon.a (mon.0) 330 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-05T16:07:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:49 smithi038 bash[51671]: audit 2023-12-05T16:07:48.765845+0000 mon.a (mon.0) 331 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:07:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:49 smithi038 bash[51671]: cluster 2023-12-05T16:07:48.766290+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T16:07:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:49 smithi038 bash[51671]: cluster 2023-12-05T16:07:48.767344+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T16:07:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:49 smithi038 bash[51671]: cluster 2023-12-05T16:07:48.767399+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T16:07:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:49 smithi038 bash[51671]: cluster 2023-12-05T16:07:48.767598+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T16:07:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:49 smithi038 bash[51671]: cluster 2023-12-05T16:07:48.771617+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-05T16:07:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:49 smithi038 bash[51671]: audit 2023-12-05T16:07:48.928194+0000 mon.a (mon.0) 332 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:50.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:49 smithi038 bash[51671]: audit 2023-12-05T16:07:48.940962+0000 mon.a (mon.0) 333 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:50.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:07:50] "GET /metrics HTTP/1.1" 200 38315 "" "Prometheus/2.33.4" 2023-12-05T16:07:51.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:50 smithi038 bash[51671]: audit 2023-12-05T16:07:49.553510+0000 mgr.y (mgr.34107) 206 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:07:51.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:50 smithi038 bash[51671]: cluster 2023-12-05T16:07:49.764383+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:50 smithi038 bash[51671]: cluster 2023-12-05T16:07:49.765731+0000 mon.a (mon.0) 334 : cluster 0 osdmap e125: 8 total, 8 up, 8 in 2023-12-05T16:07:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:50 smithi038 bash[51671]: cluster 2023-12-05T16:07:49.765862+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:50 smithi038 bash[51671]: cluster 2023-12-05T16:07:49.766341+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:50 smithi038 bash[51671]: cluster 2023-12-05T16:07:49.766915+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:50 smithi038 bash[51671]: cluster 2023-12-05T16:07:49.768216+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:50 smithi038 bash[51671]: cluster 2023-12-05T16:07:49.768702+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:50 smithi038 bash[51671]: cluster 2023-12-05T16:07:49.768808+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:50 smithi038 bash[51671]: cluster 2023-12-05T16:07:49.771069+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:50 smithi038 bash[51671]: cluster 2023-12-05T16:07:49.772061+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[64648]: audit 2023-12-05T16:07:49.553510+0000 mgr.y (mgr.34107) 206 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:07:51.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[64648]: cluster 2023-12-05T16:07:49.764383+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[64648]: cluster 2023-12-05T16:07:49.765731+0000 mon.a (mon.0) 334 : cluster 0 osdmap e125: 8 total, 8 up, 8 in 2023-12-05T16:07:51.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[64648]: cluster 2023-12-05T16:07:49.765862+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[64648]: cluster 2023-12-05T16:07:49.766341+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[64648]: cluster 2023-12-05T16:07:49.766915+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[64648]: cluster 2023-12-05T16:07:49.768216+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[64648]: cluster 2023-12-05T16:07:49.768702+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[64648]: cluster 2023-12-05T16:07:49.768808+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[64648]: cluster 2023-12-05T16:07:49.771069+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[64648]: cluster 2023-12-05T16:07:49.772061+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[66045]: audit 2023-12-05T16:07:49.553510+0000 mgr.y (mgr.34107) 206 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:07:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[66045]: cluster 2023-12-05T16:07:49.764383+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[66045]: cluster 2023-12-05T16:07:49.765731+0000 mon.a (mon.0) 334 : cluster 0 osdmap e125: 8 total, 8 up, 8 in 2023-12-05T16:07:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[66045]: cluster 2023-12-05T16:07:49.765862+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[66045]: cluster 2023-12-05T16:07:49.766341+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[66045]: cluster 2023-12-05T16:07:49.766915+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[66045]: cluster 2023-12-05T16:07:49.768216+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[66045]: cluster 2023-12-05T16:07:49.768702+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[66045]: cluster 2023-12-05T16:07:49.768808+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[66045]: cluster 2023-12-05T16:07:49.771069+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:51.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:50 smithi016 bash[66045]: cluster 2023-12-05T16:07:49.772061+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e125 with expected crc 2023-12-05T16:07:52.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:51 smithi038 bash[51671]: cluster 2023-12-05T16:07:50.453292+0000 mgr.y (mgr.34107) 207 : cluster 0 pgmap v118: 161 pgs: 25 peering, 6 active+undersized+degraded, 17 active+undersized, 113 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 29/630 objects degraded (4.603%) 2023-12-05T16:07:52.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:51 smithi038 bash[51671]: cluster 2023-12-05T16:07:50.762197+0000 mon.a (mon.0) 335 : cluster 3 Health check update: Degraded data redundancy: 29/630 objects degraded (4.603%), 6 pgs degraded (PG_DEGRADED) 2023-12-05T16:07:52.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:51 smithi016 bash[66045]: cluster 2023-12-05T16:07:50.453292+0000 mgr.y (mgr.34107) 207 : cluster 0 pgmap v118: 161 pgs: 25 peering, 6 active+undersized+degraded, 17 active+undersized, 113 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 29/630 objects degraded (4.603%) 2023-12-05T16:07:52.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:51 smithi016 bash[66045]: cluster 2023-12-05T16:07:50.762197+0000 mon.a (mon.0) 335 : cluster 3 Health check update: Degraded data redundancy: 29/630 objects degraded (4.603%), 6 pgs degraded (PG_DEGRADED) 2023-12-05T16:07:52.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:51 smithi016 bash[64648]: cluster 2023-12-05T16:07:50.453292+0000 mgr.y (mgr.34107) 207 : cluster 0 pgmap v118: 161 pgs: 25 peering, 6 active+undersized+degraded, 17 active+undersized, 113 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 29/630 objects degraded (4.603%) 2023-12-05T16:07:52.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:51 smithi016 bash[64648]: cluster 2023-12-05T16:07:50.762197+0000 mon.a (mon.0) 335 : cluster 3 Health check update: Degraded data redundancy: 29/630 objects degraded (4.603%), 6 pgs degraded (PG_DEGRADED) 2023-12-05T16:07:54.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:53 smithi038 bash[51671]: cluster 2023-12-05T16:07:52.454171+0000 mgr.y (mgr.34107) 208 : cluster 0 pgmap v119: 161 pgs: 25 peering, 6 active+undersized+degraded, 17 active+undersized, 113 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 29/630 objects degraded (4.603%) 2023-12-05T16:07:54.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:53 smithi038 bash[51671]: audit 2023-12-05T16:07:53.476482+0000 mon.a (mon.0) 336 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:54.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:53 smithi038 bash[51671]: audit 2023-12-05T16:07:53.478603+0000 mon.a (mon.0) 337 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:07:54.143 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:53 smithi016 bash[64648]: cluster 2023-12-05T16:07:52.454171+0000 mgr.y (mgr.34107) 208 : cluster 0 pgmap v119: 161 pgs: 25 peering, 6 active+undersized+degraded, 17 active+undersized, 113 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 29/630 objects degraded (4.603%) 2023-12-05T16:07:54.143 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:53 smithi016 bash[64648]: audit 2023-12-05T16:07:53.476482+0000 mon.a (mon.0) 336 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:54.144 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:53 smithi016 bash[64648]: audit 2023-12-05T16:07:53.478603+0000 mon.a (mon.0) 337 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:07:54.144 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:53 smithi016 bash[66045]: cluster 2023-12-05T16:07:52.454171+0000 mgr.y (mgr.34107) 208 : cluster 0 pgmap v119: 161 pgs: 25 peering, 6 active+undersized+degraded, 17 active+undersized, 113 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 29/630 objects degraded (4.603%) 2023-12-05T16:07:54.144 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:53 smithi016 bash[66045]: audit 2023-12-05T16:07:53.476482+0000 mon.a (mon.0) 336 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:54.144 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:53 smithi016 bash[66045]: audit 2023-12-05T16:07:53.478603+0000 mon.a (mon.0) 337 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:07:55.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:54 smithi038 bash[51671]: cluster 2023-12-05T16:07:54.779322+0000 mon.a (mon.0) 338 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 29/630 objects degraded (4.603%), 6 pgs degraded) 2023-12-05T16:07:55.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:54 smithi038 bash[51671]: cluster 2023-12-05T16:07:54.779418+0000 mon.a (mon.0) 339 : cluster 1 Cluster is now healthy 2023-12-05T16:07:55.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:54 smithi016 bash[64648]: cluster 2023-12-05T16:07:54.779322+0000 mon.a (mon.0) 338 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 29/630 objects degraded (4.603%), 6 pgs degraded) 2023-12-05T16:07:55.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:54 smithi016 bash[64648]: cluster 2023-12-05T16:07:54.779418+0000 mon.a (mon.0) 339 : cluster 1 Cluster is now healthy 2023-12-05T16:07:55.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:54 smithi016 bash[66045]: cluster 2023-12-05T16:07:54.779322+0000 mon.a (mon.0) 338 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 29/630 objects degraded (4.603%), 6 pgs degraded) 2023-12-05T16:07:55.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:54 smithi016 bash[66045]: cluster 2023-12-05T16:07:54.779418+0000 mon.a (mon.0) 339 : cluster 1 Cluster is now healthy 2023-12-05T16:07:56.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:55 smithi016 bash[64648]: cluster 2023-12-05T16:07:54.455483+0000 mgr.y (mgr.34107) 209 : cluster 0 pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T16:07:56.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:55 smithi016 bash[66045]: cluster 2023-12-05T16:07:54.455483+0000 mgr.y (mgr.34107) 209 : cluster 0 pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T16:07:56.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:55 smithi038 bash[51671]: cluster 2023-12-05T16:07:54.455483+0000 mgr.y (mgr.34107) 209 : cluster 0 pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T16:07:58.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:57 smithi016 bash[64648]: cluster 2023-12-05T16:07:56.456287+0000 mgr.y (mgr.34107) 210 : cluster 0 pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T16:07:58.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:57 smithi016 bash[66045]: cluster 2023-12-05T16:07:56.456287+0000 mgr.y (mgr.34107) 210 : cluster 0 pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T16:07:58.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:57 smithi038 bash[51671]: cluster 2023-12-05T16:07:56.456287+0000 mgr.y (mgr.34107) 210 : cluster 0 pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T16:07:59.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:59 smithi038 bash[51671]: cluster 2023-12-05T16:07:58.457419+0000 mgr.y (mgr.34107) 211 : cluster 0 pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 950 B/s rd, 0 op/s 2023-12-05T16:07:59.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:59 smithi038 bash[51671]: audit 2023-12-05T16:07:58.957501+0000 mon.a (mon.0) 340 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:59.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:59 smithi038 bash[51671]: audit 2023-12-05T16:07:58.968784+0000 mon.a (mon.0) 341 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:59.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:59 smithi038 bash[51671]: audit 2023-12-05T16:07:58.970726+0000 mon.a (mon.0) 342 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:07:59.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:59 smithi038 bash[51671]: audit 2023-12-05T16:07:58.972106+0000 mon.a (mon.0) 343 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:07:59.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:59 smithi038 bash[51671]: audit 2023-12-05T16:07:58.981650+0000 mon.a (mon.0) 344 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:59.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:59 smithi038 bash[51671]: audit 2023-12-05T16:07:59.071045+0000 mon.a (mon.0) 345 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:07:59.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:59 smithi038 bash[51671]: audit 2023-12-05T16:07:59.074673+0000 mon.a (mon.0) 346 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:59.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:59 smithi038 bash[51671]: audit 2023-12-05T16:07:59.079246+0000 mon.a (mon.0) 347 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:59.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:59 smithi038 bash[51671]: audit 2023-12-05T16:07:59.082383+0000 mon.a (mon.0) 348 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:59.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:07:59 smithi038 bash[51671]: audit 2023-12-05T16:07:59.086078+0000 mon.a (mon.0) 349 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-05T16:07:59.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[64648]: cluster 2023-12-05T16:07:58.457419+0000 mgr.y (mgr.34107) 211 : cluster 0 pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 950 B/s rd, 0 op/s 2023-12-05T16:07:59.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[64648]: audit 2023-12-05T16:07:58.957501+0000 mon.a (mon.0) 340 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:59.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[64648]: audit 2023-12-05T16:07:58.968784+0000 mon.a (mon.0) 341 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:59.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[64648]: audit 2023-12-05T16:07:58.970726+0000 mon.a (mon.0) 342 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:07:59.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[64648]: audit 2023-12-05T16:07:58.972106+0000 mon.a (mon.0) 343 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:07:59.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[64648]: audit 2023-12-05T16:07:58.981650+0000 mon.a (mon.0) 344 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:59.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[64648]: audit 2023-12-05T16:07:59.071045+0000 mon.a (mon.0) 345 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:07:59.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[64648]: audit 2023-12-05T16:07:59.074673+0000 mon.a (mon.0) 346 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:59.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[64648]: audit 2023-12-05T16:07:59.079246+0000 mon.a (mon.0) 347 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:59.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[64648]: audit 2023-12-05T16:07:59.082383+0000 mon.a (mon.0) 348 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:59.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[64648]: audit 2023-12-05T16:07:59.086078+0000 mon.a (mon.0) 349 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-05T16:07:59.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[66045]: cluster 2023-12-05T16:07:58.457419+0000 mgr.y (mgr.34107) 211 : cluster 0 pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 950 B/s rd, 0 op/s 2023-12-05T16:07:59.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[66045]: audit 2023-12-05T16:07:58.957501+0000 mon.a (mon.0) 340 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:59.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[66045]: audit 2023-12-05T16:07:58.968784+0000 mon.a (mon.0) 341 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:59.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[66045]: audit 2023-12-05T16:07:58.970726+0000 mon.a (mon.0) 342 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:07:59.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[66045]: audit 2023-12-05T16:07:58.972106+0000 mon.a (mon.0) 343 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:07:59.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[66045]: audit 2023-12-05T16:07:58.981650+0000 mon.a (mon.0) 344 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:07:59.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[66045]: audit 2023-12-05T16:07:59.071045+0000 mon.a (mon.0) 345 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:07:59.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[66045]: audit 2023-12-05T16:07:59.074673+0000 mon.a (mon.0) 346 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:59.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[66045]: audit 2023-12-05T16:07:59.079246+0000 mon.a (mon.0) 347 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:59.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[66045]: audit 2023-12-05T16:07:59.082383+0000 mon.a (mon.0) 348 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:07:59.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:07:59 smithi016 bash[66045]: audit 2023-12-05T16:07:59.086078+0000 mon.a (mon.0) 349 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-05T16:08:00.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:08:00 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:08:00] "GET /metrics HTTP/1.1" 200 38320 "" "Prometheus/2.33.4" 2023-12-05T16:08:00.676 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:00 smithi016 bash[64648]: audit 2023-12-05T16:07:59.086479+0000 mgr.y (mgr.34107) 212 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-05T16:08:00.676 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:00 smithi016 bash[64648]: cephadm 2023-12-05T16:07:59.088696+0000 mgr.y (mgr.34107) 213 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-05T16:08:00.676 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:00 smithi016 bash[64648]: audit 2023-12-05T16:07:59.561816+0000 mgr.y (mgr.34107) 214 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:08:00.676 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:00 smithi016 bash[66045]: audit 2023-12-05T16:07:59.086479+0000 mgr.y (mgr.34107) 212 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-05T16:08:00.676 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:00 smithi016 bash[66045]: cephadm 2023-12-05T16:07:59.088696+0000 mgr.y (mgr.34107) 213 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-05T16:08:00.676 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:00 smithi016 bash[66045]: audit 2023-12-05T16:07:59.561816+0000 mgr.y (mgr.34107) 214 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:08:00.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:00 smithi038 bash[51671]: audit 2023-12-05T16:07:59.086479+0000 mgr.y (mgr.34107) 212 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-05T16:08:00.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:00 smithi038 bash[51671]: cephadm 2023-12-05T16:07:59.088696+0000 mgr.y (mgr.34107) 213 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-05T16:08:00.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:00 smithi038 bash[51671]: audit 2023-12-05T16:07:59.561816+0000 mgr.y (mgr.34107) 214 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:08:01.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:01 smithi038 bash[51671]: cluster 2023-12-05T16:08:00.458527+0000 mgr.y (mgr.34107) 215 : cluster 0 pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 861 B/s rd, 0 op/s 2023-12-05T16:08:01.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:01 smithi016 bash[64648]: cluster 2023-12-05T16:08:00.458527+0000 mgr.y (mgr.34107) 215 : cluster 0 pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 861 B/s rd, 0 op/s 2023-12-05T16:08:01.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:01 smithi016 bash[66045]: cluster 2023-12-05T16:08:00.458527+0000 mgr.y (mgr.34107) 215 : cluster 0 pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 861 B/s rd, 0 op/s 2023-12-05T16:08:02.825 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:02 smithi016 bash[64648]: cephadm 2023-12-05T16:08:01.459679+0000 mgr.y (mgr.34107) 216 : cephadm 1 Upgrade: Updating osd.3 2023-12-05T16:08:02.825 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:02 smithi016 bash[64648]: audit 2023-12-05T16:08:01.466917+0000 mon.a (mon.0) 350 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:02.825 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:02 smithi016 bash[64648]: audit 2023-12-05T16:08:01.470808+0000 mon.a (mon.0) 351 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T16:08:02.825 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:02 smithi016 bash[64648]: audit 2023-12-05T16:08:01.472526+0000 mon.a (mon.0) 352 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:08:02.825 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:02 smithi016 bash[64648]: cephadm 2023-12-05T16:08:01.477897+0000 mgr.y (mgr.34107) 217 : cephadm 1 Deploying daemon osd.3 on smithi016 2023-12-05T16:08:02.826 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:02 smithi016 bash[66045]: cephadm 2023-12-05T16:08:01.459679+0000 mgr.y (mgr.34107) 216 : cephadm 1 Upgrade: Updating osd.3 2023-12-05T16:08:02.826 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:02 smithi016 bash[66045]: audit 2023-12-05T16:08:01.466917+0000 mon.a (mon.0) 350 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:02.826 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:02 smithi016 bash[66045]: audit 2023-12-05T16:08:01.470808+0000 mon.a (mon.0) 351 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T16:08:02.826 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:02 smithi016 bash[66045]: audit 2023-12-05T16:08:01.472526+0000 mon.a (mon.0) 352 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:08:02.826 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:02 smithi016 bash[66045]: cephadm 2023-12-05T16:08:01.477897+0000 mgr.y (mgr.34107) 217 : cephadm 1 Deploying daemon osd.3 on smithi016 2023-12-05T16:08:02.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:02 smithi038 bash[51671]: cephadm 2023-12-05T16:08:01.459679+0000 mgr.y (mgr.34107) 216 : cephadm 1 Upgrade: Updating osd.3 2023-12-05T16:08:02.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:02 smithi038 bash[51671]: audit 2023-12-05T16:08:01.466917+0000 mon.a (mon.0) 350 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:02.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:02 smithi038 bash[51671]: audit 2023-12-05T16:08:01.470808+0000 mon.a (mon.0) 351 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T16:08:02.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:02 smithi038 bash[51671]: audit 2023-12-05T16:08:01.472526+0000 mon.a (mon.0) 352 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:08:02.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:02 smithi038 bash[51671]: cephadm 2023-12-05T16:08:01.477897+0000 mgr.y (mgr.34107) 217 : cephadm 1 Deploying daemon osd.3 on smithi016 2023-12-05T16:08:03.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:03 smithi038 bash[51671]: cluster 2023-12-05T16:08:02.459264+0000 mgr.y (mgr.34107) 218 : cluster 0 pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:08:03.862 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:03 smithi016 bash[64648]: cluster 2023-12-05T16:08:02.459264+0000 mgr.y (mgr.34107) 218 : cluster 0 pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:08:03.862 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:03 smithi016 bash[66045]: cluster 2023-12-05T16:08:02.459264+0000 mgr.y (mgr.34107) 218 : cluster 0 pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:08:05.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:04 smithi038 bash[51671]: audit 2023-12-05T16:08:03.673199+0000 mon.a (mon.0) 353 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:05.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:04 smithi016 bash[64648]: audit 2023-12-05T16:08:03.673199+0000 mon.a (mon.0) 353 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:05.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:04 smithi016 bash[66045]: audit 2023-12-05T16:08:03.673199+0000 mon.a (mon.0) 353 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:05.662 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:08:06.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:05 smithi038 bash[51671]: cluster 2023-12-05T16:08:04.460967+0000 mgr.y (mgr.34107) 219 : cluster 0 pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:08:06.096 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:05 smithi016 bash[64648]: cluster 2023-12-05T16:08:04.460967+0000 mgr.y (mgr.34107) 219 : cluster 0 pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:08:06.096 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:05 smithi016 bash[66045]: cluster 2023-12-05T16:08:04.460967+0000 mgr.y (mgr.34107) 219 : cluster 0 pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:08:06.370 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:06 smithi016 systemd[1]: Stopping Ceph osd.3 for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:08:06.468 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:08:06.468 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (5m) 18s ago 12m 16.0M - 0.23.0 ba2b418f427c c48b395728e7 2023-12-05T16:08:06.468 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (5m) 2m ago 12m 42.8M - 8.3.5 dad864ee21e9 d6befc9f2bcf 2023-12-05T16:08:06.468 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (4m) 18s ago 10m 47.4M - 3.5 e1d6a67b021e bbc51b2e3d6d 2023-12-05T16:08:06.468 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283,8765 running (4m) 2m ago 18m 432M - 19.0.0-13-ge6605fb8 104f332cd0a9 d9865fd32494 2023-12-05T16:08:06.469 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:8443,9283,8765 running (4m) 18s ago 20m 490M - 19.0.0-13-ge6605fb8 104f332cd0a9 d8aa9c1870da 2023-12-05T16:08:06.469 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (3m) 18s ago 20m 50.6M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 61d4ec4cbec6 2023-12-05T16:08:06.469 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (2m) 2m ago 18m 22.9M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 35fe6c2d8ea2 2023-12-05T16:08:06.469 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (3m) 18s ago 18m 43.0M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 e48e3724baef 2023-12-05T16:08:06.469 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (5m) 18s ago 12m 12.4M - 1.3.1 1dbe0e931976 a7ad6c0fa35b 2023-12-05T16:08:06.469 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (5m) 2m ago 12m 11.4M - 1.3.1 1dbe0e931976 dac45ac68b6c 2023-12-05T16:08:06.469 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (83s) 18s ago 18m 51.6M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 19a0a8b247d6 2023-12-05T16:08:06.469 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (53s) 18s ago 17m 51.3M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 15b11f62b515 2023-12-05T16:08:06.469 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (23s) 18s ago 16m - 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 c5c049833fdb 2023-12-05T16:08:06.469 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (16m) 18s ago 16m 64.5M 2782M 17.2.0 e1d6a67b021e 715c72066f0e 2023-12-05T16:08:06.469 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (15m) 2m ago 15m 59.8M 3038M 17.2.0 e1d6a67b021e 1e5c4e736858 2023-12-05T16:08:06.469 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (14m) 2m ago 14m 55.5M 3038M 17.2.0 e1d6a67b021e 8938c96c499f 2023-12-05T16:08:06.469 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (14m) 2m ago 14m 55.7M 3038M 17.2.0 e1d6a67b021e ac02a2497ba9 2023-12-05T16:08:06.469 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (13m) 2m ago 13m 57.4M 3038M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T16:08:06.470 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (4m) 2m ago 12m 58.0M - 2.33.4 514e6a882f6e 2178b2710d9e 2023-12-05T16:08:06.470 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (10m) 18s ago 10m 88.4M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:08:06.470 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (10m) 2m ago 10m 87.2M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:08:06.470 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (10m) 18s ago 10m 88.3M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:08:06.470 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (10m) 2m ago 10m 86.9M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:08:06.870 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:06 smithi016 bash[42678]: debug 2023-12-05T16:08:06.453+0000 7f1f0c76c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-05T16:08:06.870 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:06 smithi016 bash[42678]: debug 2023-12-05T16:08:06.453+0000 7f1f0c76c700 -1 osd.3 125 *** Got signal Terminated *** 2023-12-05T16:08:06.870 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:06 smithi016 bash[42678]: debug 2023-12-05T16:08:06.453+0000 7f1f0c76c700 -1 osd.3 125 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:08:06.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:06 smithi016 bash[64648]: audit 2023-12-05T16:08:05.641440+0000 mgr.y (mgr.34107) 220 : audit 0 from='client.34371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:06.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:06 smithi016 bash[64648]: cluster 2023-12-05T16:08:06.457680+0000 mon.a (mon.0) 354 : cluster 1 osd.3 marked itself down and dead 2023-12-05T16:08:06.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:06 smithi016 bash[66045]: audit 2023-12-05T16:08:05.641440+0000 mgr.y (mgr.34107) 220 : audit 0 from='client.34371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:06.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:06 smithi016 bash[66045]: cluster 2023-12-05T16:08:06.457680+0000 mon.a (mon.0) 354 : cluster 1 osd.3 marked itself down and dead 2023-12-05T16:08:06.937 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:08:06.937 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:08:06.937 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T16:08:06.937 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:08:06.937 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:08:06.937 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:08:06.937 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:08:06.937 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:08:06.937 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-05T16:08:06.938 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T16:08:06.938 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:08:06.938 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:08:06.938 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:08:06.938 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:08:06.938 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:08:06.938 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8, 2023-12-05T16:08:06.938 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 8 2023-12-05T16:08:06.938 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:08:06.938 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:08:07.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:06 smithi038 bash[51671]: audit 2023-12-05T16:08:05.641440+0000 mgr.y (mgr.34107) 220 : audit 0 from='client.34371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:07.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:06 smithi038 bash[51671]: cluster 2023-12-05T16:08:06.457680+0000 mon.a (mon.0) 354 : cluster 1 osd.3 marked itself down and dead 2023-12-05T16:08:07.326 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:08:07.327 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:08:07.327 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:08:07.327 INFO:teuthology.orchestra.run.smithi016.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:08:07.327 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [ 2023-12-05T16:08:07.327 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr", 2023-12-05T16:08:07.327 INFO:teuthology.orchestra.run.smithi016.stdout: "mon" 2023-12-05T16:08:07.327 INFO:teuthology.orchestra.run.smithi016.stdout: ], 2023-12-05T16:08:07.327 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "8/23 daemons upgraded", 2023-12-05T16:08:07.327 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "Currently upgrading osd daemons", 2023-12-05T16:08:07.327 INFO:teuthology.orchestra.run.smithi016.stdout: "is_paused": false 2023-12-05T16:08:07.327 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:08:07.797 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_WARN 1 osds down 2023-12-05T16:08:07.797 INFO:teuthology.orchestra.run.smithi016.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-05T16:08:07.797 INFO:teuthology.orchestra.run.smithi016.stdout: osd.3 (root=default,host=smithi016) is down 2023-12-05T16:08:07.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[64648]: audit 2023-12-05T16:08:06.050558+0000 mgr.y (mgr.34107) 221 : audit 0 from='client.34377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[64648]: audit 2023-12-05T16:08:06.439844+0000 mgr.y (mgr.34107) 222 : audit 0 from='client.34383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[64648]: cluster 2023-12-05T16:08:06.461433+0000 mgr.y (mgr.34107) 223 : cluster 0 pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:08:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[64648]: cluster 2023-12-05T16:08:06.684855+0000 mon.a (mon.0) 355 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:08:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[64648]: cluster 2023-12-05T16:08:06.698047+0000 mon.a (mon.0) 356 : cluster 0 osdmap e126: 8 total, 7 up, 8 in 2023-12-05T16:08:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[64648]: cluster 2023-12-05T16:08:06.699174+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[64648]: cluster 2023-12-05T16:08:06.699188+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[64648]: cluster 2023-12-05T16:08:06.699223+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[64648]: cluster 2023-12-05T16:08:06.702570+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[64648]: cluster 2023-12-05T16:08:06.705209+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[64648]: cluster 2023-12-05T16:08:06.705578+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[64648]: cluster 2023-12-05T16:08:06.706305+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[64648]: cluster 2023-12-05T16:08:06.707587+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[64648]: cluster 2023-12-05T16:08:06.710571+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[64648]: cluster 2023-12-05T16:08:06.711583+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[64648]: cluster 2023-12-05T16:08:06.713786+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[64648]: audit 2023-12-05T16:08:06.931503+0000 mon.a (mon.0) 357 : audit 0 from='client.? 172.21.15.16:0/1111997735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:08:07.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[66045]: audit 2023-12-05T16:08:06.050558+0000 mgr.y (mgr.34107) 221 : audit 0 from='client.34377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:07.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[66045]: audit 2023-12-05T16:08:06.439844+0000 mgr.y (mgr.34107) 222 : audit 0 from='client.34383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:07.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[66045]: cluster 2023-12-05T16:08:06.461433+0000 mgr.y (mgr.34107) 223 : cluster 0 pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:08:07.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[66045]: cluster 2023-12-05T16:08:06.684855+0000 mon.a (mon.0) 355 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:08:07.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[66045]: cluster 2023-12-05T16:08:06.698047+0000 mon.a (mon.0) 356 : cluster 0 osdmap e126: 8 total, 7 up, 8 in 2023-12-05T16:08:07.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[66045]: cluster 2023-12-05T16:08:06.699174+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[66045]: cluster 2023-12-05T16:08:06.699188+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[66045]: cluster 2023-12-05T16:08:06.699223+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[66045]: cluster 2023-12-05T16:08:06.702570+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[66045]: cluster 2023-12-05T16:08:06.705209+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[66045]: cluster 2023-12-05T16:08:06.705578+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[66045]: cluster 2023-12-05T16:08:06.706305+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[66045]: cluster 2023-12-05T16:08:06.707587+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[66045]: cluster 2023-12-05T16:08:06.710571+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[66045]: cluster 2023-12-05T16:08:06.711583+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[66045]: cluster 2023-12-05T16:08:06.713786+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:07.873 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[66045]: audit 2023-12-05T16:08:06.931503+0000 mon.a (mon.0) 357 : audit 0 from='client.? 172.21.15.16:0/1111997735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:08:08.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:07 smithi038 bash[51671]: audit 2023-12-05T16:08:06.050558+0000 mgr.y (mgr.34107) 221 : audit 0 from='client.34377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:08.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:07 smithi038 bash[51671]: audit 2023-12-05T16:08:06.439844+0000 mgr.y (mgr.34107) 222 : audit 0 from='client.34383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:08.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:07 smithi038 bash[51671]: cluster 2023-12-05T16:08:06.461433+0000 mgr.y (mgr.34107) 223 : cluster 0 pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:08:08.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:07 smithi038 bash[51671]: cluster 2023-12-05T16:08:06.684855+0000 mon.a (mon.0) 355 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:08:08.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:07 smithi038 bash[51671]: cluster 2023-12-05T16:08:06.698047+0000 mon.a (mon.0) 356 : cluster 0 osdmap e126: 8 total, 7 up, 8 in 2023-12-05T16:08:08.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:07 smithi038 bash[51671]: cluster 2023-12-05T16:08:06.699174+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:08.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:07 smithi038 bash[51671]: cluster 2023-12-05T16:08:06.699188+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:08.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:07 smithi038 bash[51671]: cluster 2023-12-05T16:08:06.699223+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:08.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:07 smithi038 bash[51671]: cluster 2023-12-05T16:08:06.702570+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:08.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:07 smithi038 bash[51671]: cluster 2023-12-05T16:08:06.705209+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:08.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:07 smithi038 bash[51671]: cluster 2023-12-05T16:08:06.705578+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:08.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:07 smithi038 bash[51671]: cluster 2023-12-05T16:08:06.706305+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:08.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:07 smithi038 bash[51671]: cluster 2023-12-05T16:08:06.707587+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:08.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:07 smithi038 bash[51671]: cluster 2023-12-05T16:08:06.710571+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:08.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:07 smithi038 bash[51671]: cluster 2023-12-05T16:08:06.711583+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:08.092 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:07 smithi038 bash[51671]: cluster 2023-12-05T16:08:06.713786+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e126 with expected crc 2023-12-05T16:08:08.092 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:07 smithi038 bash[51671]: audit 2023-12-05T16:08:06.931503+0000 mon.a (mon.0) 357 : audit 0 from='client.? 172.21.15.16:0/1111997735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:08:08.092 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:07 smithi016 bash[74785]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-3 2023-12-05T16:08:08.370 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[74931]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-3 2023-12-05T16:08:09.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:08 smithi038 bash[51671]: audit 2023-12-05T16:08:07.321182+0000 mgr.y (mgr.34107) 224 : audit 0 from='client.44323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:08 smithi038 bash[51671]: cluster 2023-12-05T16:08:07.696609+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:08 smithi038 bash[51671]: cluster 2023-12-05T16:08:07.697276+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:08 smithi038 bash[51671]: cluster 2023-12-05T16:08:07.700254+0000 mon.a (mon.0) 358 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2023-12-05T16:08:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:08 smithi038 bash[51671]: cluster 2023-12-05T16:08:07.701552+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:08 smithi038 bash[51671]: cluster 2023-12-05T16:08:07.702349+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:08 smithi038 bash[51671]: cluster 2023-12-05T16:08:07.705138+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:08 smithi038 bash[51671]: cluster 2023-12-05T16:08:07.705340+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:08 smithi038 bash[51671]: cluster 2023-12-05T16:08:07.710024+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:08 smithi038 bash[51671]: cluster 2023-12-05T16:08:07.711326+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:08 smithi038 bash[51671]: cluster 2023-12-05T16:08:07.712537+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:08 smithi038 bash[51671]: cluster 2023-12-05T16:08:07.713642+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:08 smithi038 bash[51671]: cluster 2023-12-05T16:08:07.716798+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:08 smithi038 bash[51671]: audit 2023-12-05T16:08:07.791929+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.16:0/2271101901' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:08:09.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:08 smithi038 bash[51671]: audit 2023-12-05T16:08:08.476882+0000 mon.a (mon.0) 359 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:09.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:08 smithi038 bash[51671]: audit 2023-12-05T16:08:08.478614+0000 mon.a (mon.0) 360 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:08:09.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[64648]: audit 2023-12-05T16:08:07.321182+0000 mgr.y (mgr.34107) 224 : audit 0 from='client.44323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:09.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[64648]: cluster 2023-12-05T16:08:07.696609+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[64648]: cluster 2023-12-05T16:08:07.697276+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[64648]: cluster 2023-12-05T16:08:07.700254+0000 mon.a (mon.0) 358 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2023-12-05T16:08:09.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[64648]: cluster 2023-12-05T16:08:07.701552+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[64648]: cluster 2023-12-05T16:08:07.702349+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[64648]: cluster 2023-12-05T16:08:07.705138+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[64648]: cluster 2023-12-05T16:08:07.705340+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[64648]: cluster 2023-12-05T16:08:07.710024+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[64648]: cluster 2023-12-05T16:08:07.711326+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[64648]: cluster 2023-12-05T16:08:07.712537+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[64648]: cluster 2023-12-05T16:08:07.713642+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[64648]: cluster 2023-12-05T16:08:07.716798+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[64648]: audit 2023-12-05T16:08:07.791929+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.16:0/2271101901' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:08:09.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[64648]: audit 2023-12-05T16:08:08.476882+0000 mon.a (mon.0) 359 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:09.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[64648]: audit 2023-12-05T16:08:08.478614+0000 mon.a (mon.0) 360 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:08:09.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[66045]: audit 2023-12-05T16:08:07.321182+0000 mgr.y (mgr.34107) 224 : audit 0 from='client.44323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:09.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[66045]: cluster 2023-12-05T16:08:07.696609+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[66045]: cluster 2023-12-05T16:08:07.697276+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[66045]: cluster 2023-12-05T16:08:07.700254+0000 mon.a (mon.0) 358 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2023-12-05T16:08:09.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[66045]: cluster 2023-12-05T16:08:07.701552+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[66045]: cluster 2023-12-05T16:08:07.702349+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[66045]: cluster 2023-12-05T16:08:07.705138+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[66045]: cluster 2023-12-05T16:08:07.705340+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[66045]: cluster 2023-12-05T16:08:07.710024+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[66045]: cluster 2023-12-05T16:08:07.711326+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[66045]: cluster 2023-12-05T16:08:07.712537+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[66045]: cluster 2023-12-05T16:08:07.713642+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[66045]: cluster 2023-12-05T16:08:07.716798+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e127 with expected crc 2023-12-05T16:08:09.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[66045]: audit 2023-12-05T16:08:07.791929+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.16:0/2271101901' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:08:09.124 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[66045]: audit 2023-12-05T16:08:08.476882+0000 mon.a (mon.0) 359 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:09.124 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:08 smithi016 bash[66045]: audit 2023-12-05T16:08:08.478614+0000 mon.a (mon.0) 360 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:08:09.843 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:09 smithi016 bash[64648]: cluster 2023-12-05T16:08:08.462659+0000 mgr.y (mgr.34107) 225 : cluster 0 pgmap v129: 161 pgs: 7 active+undersized+degraded, 17 peering, 14 stale+active+clean, 12 active+undersized, 111 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 22/630 objects degraded (3.492%) 2023-12-05T16:08:09.844 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:09 smithi016 bash[64648]: cluster 2023-12-05T16:08:09.403006+0000 mon.a (mon.0) 361 : cluster 3 Health check failed: Reduced data availability: 4 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2023-12-05T16:08:09.844 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:09 smithi016 bash[64648]: cluster 2023-12-05T16:08:09.403088+0000 mon.a (mon.0) 362 : cluster 3 Health check failed: Degraded data redundancy: 22/630 objects degraded (3.492%), 7 pgs degraded (PG_DEGRADED) 2023-12-05T16:08:09.844 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:09 smithi016 bash[66045]: cluster 2023-12-05T16:08:08.462659+0000 mgr.y (mgr.34107) 225 : cluster 0 pgmap v129: 161 pgs: 7 active+undersized+degraded, 17 peering, 14 stale+active+clean, 12 active+undersized, 111 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 22/630 objects degraded (3.492%) 2023-12-05T16:08:09.844 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:09 smithi016 bash[66045]: cluster 2023-12-05T16:08:09.403006+0000 mon.a (mon.0) 361 : cluster 3 Health check failed: Reduced data availability: 4 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2023-12-05T16:08:09.844 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:09 smithi016 bash[66045]: cluster 2023-12-05T16:08:09.403088+0000 mon.a (mon.0) 362 : cluster 3 Health check failed: Degraded data redundancy: 22/630 objects degraded (3.492%), 7 pgs degraded (PG_DEGRADED) 2023-12-05T16:08:10.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:09 smithi038 bash[51671]: cluster 2023-12-05T16:08:08.462659+0000 mgr.y (mgr.34107) 225 : cluster 0 pgmap v129: 161 pgs: 7 active+undersized+degraded, 17 peering, 14 stale+active+clean, 12 active+undersized, 111 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 22/630 objects degraded (3.492%) 2023-12-05T16:08:10.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:09 smithi038 bash[51671]: cluster 2023-12-05T16:08:09.403006+0000 mon.a (mon.0) 361 : cluster 3 Health check failed: Reduced data availability: 4 pgs inactive, 4 pgs peering (PG_AVAILABILITY) 2023-12-05T16:08:10.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:09 smithi038 bash[51671]: cluster 2023-12-05T16:08:09.403088+0000 mon.a (mon.0) 362 : cluster 3 Health check failed: Degraded data redundancy: 22/630 objects degraded (3.492%), 7 pgs degraded (PG_DEGRADED) 2023-12-05T16:08:10.120 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:08:10 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:08:10] "GET /metrics HTTP/1.1" 200 38324 "" "Prometheus/2.33.4" 2023-12-05T16:08:10.662 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:10 smithi016 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.3.service: Succeeded. 2023-12-05T16:08:10.662 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:10 smithi016 systemd[1]: Stopped Ceph osd.3 for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:08:11.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:10 smithi038 bash[51671]: audit 2023-12-05T16:08:09.572917+0000 mgr.y (mgr.34107) 226 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:08:11.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:10 smithi038 bash[51671]: audit 2023-12-05T16:08:10.707567+0000 mon.a (mon.0) 363 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:11.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:10 smithi016 bash[66045]: audit 2023-12-05T16:08:09.572917+0000 mgr.y (mgr.34107) 226 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:08:11.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:10 smithi016 bash[66045]: audit 2023-12-05T16:08:10.707567+0000 mon.a (mon.0) 363 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:11.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:10 smithi016 bash[64648]: audit 2023-12-05T16:08:09.572917+0000 mgr.y (mgr.34107) 226 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:08:11.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:10 smithi016 bash[64648]: audit 2023-12-05T16:08:10.707567+0000 mon.a (mon.0) 363 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:11.121 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:10 smithi016 systemd[1]: Started Ceph osd.3 for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:08:12.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:11 smithi038 bash[51671]: cluster 2023-12-05T16:08:10.463758+0000 mgr.y (mgr.34107) 227 : cluster 0 pgmap v130: 161 pgs: 20 active+undersized+degraded, 17 peering, 30 active+undersized, 94 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 61/630 objects degraded (9.683%) 2023-12-05T16:08:12.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:11 smithi038 bash[51671]: audit 2023-12-05T16:08:10.716114+0000 mon.a (mon.0) 364 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:12.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:11 smithi016 bash[64648]: cluster 2023-12-05T16:08:10.463758+0000 mgr.y (mgr.34107) 227 : cluster 0 pgmap v130: 161 pgs: 20 active+undersized+degraded, 17 peering, 30 active+undersized, 94 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 61/630 objects degraded (9.683%) 2023-12-05T16:08:12.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:11 smithi016 bash[64648]: audit 2023-12-05T16:08:10.716114+0000 mon.a (mon.0) 364 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:12.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:11 smithi016 bash[66045]: cluster 2023-12-05T16:08:10.463758+0000 mgr.y (mgr.34107) 227 : cluster 0 pgmap v130: 161 pgs: 20 active+undersized+degraded, 17 peering, 30 active+undersized, 94 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 61/630 objects degraded (9.683%) 2023-12-05T16:08:12.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:11 smithi016 bash[66045]: audit 2023-12-05T16:08:10.716114+0000 mon.a (mon.0) 364 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:12.618 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:12 smithi016 bash[75102]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-05T16:08:12.618 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:12 smithi016 bash[75102]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2023-12-05T16:08:12.618 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:12 smithi016 bash[75102]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-05T16:08:12.618 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:12 smithi016 bash[75102]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-05T16:08:12.618 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:12 smithi016 bash[75102]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2023-12-05T16:08:12.618 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:12 smithi016 bash[75102]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-05T16:08:12.619 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:12 smithi016 bash[75102]: --> ceph-volume raw activate successful for osd ID: 3 2023-12-05T16:08:14.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:13 smithi038 bash[51671]: cluster 2023-12-05T16:08:12.464935+0000 mgr.y (mgr.34107) 228 : cluster 0 pgmap v131: 161 pgs: 20 active+undersized+degraded, 17 peering, 30 active+undersized, 94 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 61/630 objects degraded (9.683%) 2023-12-05T16:08:14.117 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:13 smithi016 bash[64648]: cluster 2023-12-05T16:08:12.464935+0000 mgr.y (mgr.34107) 228 : cluster 0 pgmap v131: 161 pgs: 20 active+undersized+degraded, 17 peering, 30 active+undersized, 94 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 61/630 objects degraded (9.683%) 2023-12-05T16:08:14.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:13 smithi016 bash[66045]: cluster 2023-12-05T16:08:12.464935+0000 mgr.y (mgr.34107) 228 : cluster 0 pgmap v131: 161 pgs: 20 active+undersized+degraded, 17 peering, 30 active+undersized, 94 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 61/630 objects degraded (9.683%) 2023-12-05T16:08:14.370 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:14 smithi016 bash[75410]: debug 2023-12-05T16:08:14.229+0000 7f13b54a5700 1 -- 172.21.15.16:0/3982778140 <== mon.0 v2:172.21.15.16:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5586870911e0 con 0x558687117000 2023-12-05T16:08:15.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:14 smithi038 bash[51671]: cluster 2023-12-05T16:08:14.734625+0000 mon.a (mon.0) 365 : cluster 3 Health check update: Degraded data redundancy: 84/630 objects degraded (13.333%), 26 pgs degraded (PG_DEGRADED) 2023-12-05T16:08:15.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:14 smithi038 bash[51671]: cluster 2023-12-05T16:08:14.734696+0000 mon.a (mon.0) 366 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 4 pgs peering) 2023-12-05T16:08:15.120 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:14 smithi016 bash[75410]: debug 2023-12-05T16:08:14.781+0000 7f13be62b640 -1 Falling back to public interface 2023-12-05T16:08:15.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:14 smithi016 bash[64648]: cluster 2023-12-05T16:08:14.734625+0000 mon.a (mon.0) 365 : cluster 3 Health check update: Degraded data redundancy: 84/630 objects degraded (13.333%), 26 pgs degraded (PG_DEGRADED) 2023-12-05T16:08:15.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:14 smithi016 bash[64648]: cluster 2023-12-05T16:08:14.734696+0000 mon.a (mon.0) 366 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 4 pgs peering) 2023-12-05T16:08:15.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:14 smithi016 bash[66045]: cluster 2023-12-05T16:08:14.734625+0000 mon.a (mon.0) 365 : cluster 3 Health check update: Degraded data redundancy: 84/630 objects degraded (13.333%), 26 pgs degraded (PG_DEGRADED) 2023-12-05T16:08:15.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:14 smithi016 bash[66045]: cluster 2023-12-05T16:08:14.734696+0000 mon.a (mon.0) 366 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 4 pgs peering) 2023-12-05T16:08:16.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:15 smithi038 bash[51671]: cluster 2023-12-05T16:08:14.466929+0000 mgr.y (mgr.34107) 229 : cluster 0 pgmap v132: 161 pgs: 26 active+undersized+degraded, 41 active+undersized, 94 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:08:16.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:15 smithi016 bash[64648]: cluster 2023-12-05T16:08:14.466929+0000 mgr.y (mgr.34107) 229 : cluster 0 pgmap v132: 161 pgs: 26 active+undersized+degraded, 41 active+undersized, 94 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:08:16.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:15 smithi016 bash[66045]: cluster 2023-12-05T16:08:14.466929+0000 mgr.y (mgr.34107) 229 : cluster 0 pgmap v132: 161 pgs: 26 active+undersized+degraded, 41 active+undersized, 94 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:08:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:17 smithi038 bash[51671]: cluster 2023-12-05T16:08:16.468137+0000 mgr.y (mgr.34107) 230 : cluster 0 pgmap v133: 161 pgs: 26 active+undersized+degraded, 41 active+undersized, 94 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:08:18.120 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:17 smithi016 bash[75410]: debug 2023-12-05T16:08:17.801+0000 7f13be62b640 -1 osd.3 0 read_superblock omap replica is missing. 2023-12-05T16:08:18.121 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:17 smithi016 bash[75410]: debug 2023-12-05T16:08:17.865+0000 7f13be62b640 -1 osd.3 125 log_to_monitors true 2023-12-05T16:08:18.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:17 smithi016 bash[64648]: cluster 2023-12-05T16:08:16.468137+0000 mgr.y (mgr.34107) 230 : cluster 0 pgmap v133: 161 pgs: 26 active+undersized+degraded, 41 active+undersized, 94 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:08:18.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:17 smithi016 bash[66045]: cluster 2023-12-05T16:08:16.468137+0000 mgr.y (mgr.34107) 230 : cluster 0 pgmap v133: 161 pgs: 26 active+undersized+degraded, 41 active+undersized, 94 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:08:19.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:18 smithi038 bash[51671]: audit 2023-12-05T16:08:17.874876+0000 mon.a (mon.0) 367 : audit 1 from='osd.3 [v2:172.21.15.16:6826/4041283298,v1:172.21.15.16:6827/4041283298]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T16:08:19.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:18 smithi038 bash[51671]: audit 2023-12-05T16:08:18.372468+0000 mon.a (mon.0) 368 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:19.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:18 smithi038 bash[51671]: audit 2023-12-05T16:08:18.379956+0000 mon.a (mon.0) 369 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:19.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:18 smithi038 bash[51671]: audit 2023-12-05T16:08:18.702841+0000 mon.a (mon.0) 370 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:19.120 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:08:18 smithi016 bash[75410]: debug 2023-12-05T16:08:18.877+0000 7f13ae299700 -1 osd.3 125 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T16:08:19.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:18 smithi016 bash[66045]: audit 2023-12-05T16:08:17.874876+0000 mon.a (mon.0) 367 : audit 1 from='osd.3 [v2:172.21.15.16:6826/4041283298,v1:172.21.15.16:6827/4041283298]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T16:08:19.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:18 smithi016 bash[66045]: audit 2023-12-05T16:08:18.372468+0000 mon.a (mon.0) 368 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:19.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:18 smithi016 bash[66045]: audit 2023-12-05T16:08:18.379956+0000 mon.a (mon.0) 369 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:19.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:18 smithi016 bash[66045]: audit 2023-12-05T16:08:18.702841+0000 mon.a (mon.0) 370 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:19.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:18 smithi016 bash[64648]: audit 2023-12-05T16:08:17.874876+0000 mon.a (mon.0) 367 : audit 1 from='osd.3 [v2:172.21.15.16:6826/4041283298,v1:172.21.15.16:6827/4041283298]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T16:08:19.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:18 smithi016 bash[64648]: audit 2023-12-05T16:08:18.372468+0000 mon.a (mon.0) 368 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:19.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:18 smithi016 bash[64648]: audit 2023-12-05T16:08:18.379956+0000 mon.a (mon.0) 369 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:19.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:18 smithi016 bash[64648]: audit 2023-12-05T16:08:18.702841+0000 mon.a (mon.0) 370 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:19.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[64648]: cluster 2023-12-05T16:08:18.469221+0000 mgr.y (mgr.34107) 231 : cluster 0 pgmap v134: 161 pgs: 26 active+undersized+degraded, 41 active+undersized, 94 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:08:19.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[64648]: audit 2023-12-05T16:08:18.808441+0000 mon.a (mon.0) 371 : audit 1 from='osd.3 [v2:172.21.15.16:6826/4041283298,v1:172.21.15.16:6827/4041283298]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-05T16:08:19.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[64648]: cluster 2023-12-05T16:08:18.813074+0000 mon.a (mon.0) 372 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-05T16:08:19.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[64648]: audit 2023-12-05T16:08:18.818460+0000 mon.a (mon.0) 373 : audit 1 from='osd.3 [v2:172.21.15.16:6826/4041283298,v1:172.21.15.16:6827/4041283298]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T16:08:19.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[64648]: cluster 2023-12-05T16:08:18.866125+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e128 with expected crc 2023-12-05T16:08:19.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[64648]: cluster 2023-12-05T16:08:18.866125+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e128 with expected crc 2023-12-05T16:08:19.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[64648]: cluster 2023-12-05T16:08:18.866254+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e128 with expected crc 2023-12-05T16:08:19.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[64648]: cluster 2023-12-05T16:08:18.866438+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e128 with expected crc 2023-12-05T16:08:19.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[64648]: audit 2023-12-05T16:08:19.477020+0000 mon.a (mon.0) 374 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:19.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[64648]: audit 2023-12-05T16:08:19.488331+0000 mon.a (mon.0) 375 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:19.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[66045]: cluster 2023-12-05T16:08:18.469221+0000 mgr.y (mgr.34107) 231 : cluster 0 pgmap v134: 161 pgs: 26 active+undersized+degraded, 41 active+undersized, 94 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:08:19.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[66045]: audit 2023-12-05T16:08:18.808441+0000 mon.a (mon.0) 371 : audit 1 from='osd.3 [v2:172.21.15.16:6826/4041283298,v1:172.21.15.16:6827/4041283298]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-05T16:08:19.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[66045]: cluster 2023-12-05T16:08:18.813074+0000 mon.a (mon.0) 372 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-05T16:08:19.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[66045]: audit 2023-12-05T16:08:18.818460+0000 mon.a (mon.0) 373 : audit 1 from='osd.3 [v2:172.21.15.16:6826/4041283298,v1:172.21.15.16:6827/4041283298]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T16:08:19.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[66045]: cluster 2023-12-05T16:08:18.866125+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e128 with expected crc 2023-12-05T16:08:19.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[66045]: cluster 2023-12-05T16:08:18.866125+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e128 with expected crc 2023-12-05T16:08:19.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[66045]: cluster 2023-12-05T16:08:18.866254+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e128 with expected crc 2023-12-05T16:08:19.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[66045]: cluster 2023-12-05T16:08:18.866438+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e128 with expected crc 2023-12-05T16:08:19.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[66045]: audit 2023-12-05T16:08:19.477020+0000 mon.a (mon.0) 374 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:19.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:19 smithi016 bash[66045]: audit 2023-12-05T16:08:19.488331+0000 mon.a (mon.0) 375 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:20.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:19 smithi038 bash[51671]: cluster 2023-12-05T16:08:18.469221+0000 mgr.y (mgr.34107) 231 : cluster 0 pgmap v134: 161 pgs: 26 active+undersized+degraded, 41 active+undersized, 94 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:08:20.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:19 smithi038 bash[51671]: audit 2023-12-05T16:08:18.808441+0000 mon.a (mon.0) 371 : audit 1 from='osd.3 [v2:172.21.15.16:6826/4041283298,v1:172.21.15.16:6827/4041283298]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-05T16:08:20.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:19 smithi038 bash[51671]: cluster 2023-12-05T16:08:18.813074+0000 mon.a (mon.0) 372 : cluster 0 osdmap e128: 8 total, 7 up, 8 in 2023-12-05T16:08:20.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:19 smithi038 bash[51671]: audit 2023-12-05T16:08:18.818460+0000 mon.a (mon.0) 373 : audit 1 from='osd.3 [v2:172.21.15.16:6826/4041283298,v1:172.21.15.16:6827/4041283298]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2023-12-05T16:08:20.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:19 smithi038 bash[51671]: cluster 2023-12-05T16:08:18.866125+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e128 with expected crc 2023-12-05T16:08:20.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:19 smithi038 bash[51671]: cluster 2023-12-05T16:08:18.866125+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e128 with expected crc 2023-12-05T16:08:20.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:19 smithi038 bash[51671]: cluster 2023-12-05T16:08:18.866254+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e128 with expected crc 2023-12-05T16:08:20.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:19 smithi038 bash[51671]: cluster 2023-12-05T16:08:18.866438+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e128 with expected crc 2023-12-05T16:08:20.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:19 smithi038 bash[51671]: audit 2023-12-05T16:08:19.477020+0000 mon.a (mon.0) 374 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:20.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:19 smithi038 bash[51671]: audit 2023-12-05T16:08:19.488331+0000 mon.a (mon.0) 375 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:20.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:08:20] "GET /metrics HTTP/1.1" 200 38324 "" "Prometheus/2.33.4" 2023-12-05T16:08:21.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:20 smithi038 bash[51671]: audit 2023-12-05T16:08:19.583802+0000 mgr.y (mgr.34107) 232 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:08:21.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:20 smithi038 bash[51671]: cluster 2023-12-05T16:08:19.810147+0000 mon.a (mon.0) 376 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:08:21.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:20 smithi038 bash[51671]: cluster 2023-12-05T16:08:19.827256+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T16:08:21.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:20 smithi038 bash[51671]: cluster 2023-12-05T16:08:19.827449+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T16:08:21.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:20 smithi038 bash[51671]: cluster 2023-12-05T16:08:19.828401+0000 mon.a (mon.0) 377 : cluster 1 osd.3 [v2:172.21.15.16:6826/4041283298,v1:172.21.15.16:6827/4041283298] boot 2023-12-05T16:08:21.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:20 smithi038 bash[51671]: cluster 2023-12-05T16:08:19.828476+0000 mon.a (mon.0) 378 : cluster 0 osdmap e129: 8 total, 8 up, 8 in 2023-12-05T16:08:21.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:20 smithi038 bash[51671]: audit 2023-12-05T16:08:19.828763+0000 mon.a (mon.0) 379 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:08:21.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:20 smithi038 bash[51671]: cluster 2023-12-05T16:08:19.830715+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T16:08:21.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:20 smithi038 bash[51671]: cluster 2023-12-05T16:08:19.832827+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T16:08:21.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[64648]: audit 2023-12-05T16:08:19.583802+0000 mgr.y (mgr.34107) 232 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:08:21.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[64648]: cluster 2023-12-05T16:08:19.810147+0000 mon.a (mon.0) 376 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:08:21.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[64648]: cluster 2023-12-05T16:08:19.827256+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T16:08:21.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[64648]: cluster 2023-12-05T16:08:19.827449+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T16:08:21.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[64648]: cluster 2023-12-05T16:08:19.828401+0000 mon.a (mon.0) 377 : cluster 1 osd.3 [v2:172.21.15.16:6826/4041283298,v1:172.21.15.16:6827/4041283298] boot 2023-12-05T16:08:21.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[64648]: cluster 2023-12-05T16:08:19.828476+0000 mon.a (mon.0) 378 : cluster 0 osdmap e129: 8 total, 8 up, 8 in 2023-12-05T16:08:21.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[64648]: audit 2023-12-05T16:08:19.828763+0000 mon.a (mon.0) 379 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:08:21.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[64648]: cluster 2023-12-05T16:08:19.830715+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T16:08:21.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[64648]: cluster 2023-12-05T16:08:19.832827+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T16:08:21.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[66045]: audit 2023-12-05T16:08:19.583802+0000 mgr.y (mgr.34107) 232 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:08:21.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[66045]: cluster 2023-12-05T16:08:19.810147+0000 mon.a (mon.0) 376 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:08:21.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[66045]: cluster 2023-12-05T16:08:19.827256+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T16:08:21.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[66045]: cluster 2023-12-05T16:08:19.827449+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T16:08:21.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[66045]: cluster 2023-12-05T16:08:19.828401+0000 mon.a (mon.0) 377 : cluster 1 osd.3 [v2:172.21.15.16:6826/4041283298,v1:172.21.15.16:6827/4041283298] boot 2023-12-05T16:08:21.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[66045]: cluster 2023-12-05T16:08:19.828476+0000 mon.a (mon.0) 378 : cluster 0 osdmap e129: 8 total, 8 up, 8 in 2023-12-05T16:08:21.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[66045]: audit 2023-12-05T16:08:19.828763+0000 mon.a (mon.0) 379 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:08:21.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[66045]: cluster 2023-12-05T16:08:19.830715+0000 osd.4 (osd.4) 30 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T16:08:21.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:20 smithi016 bash[66045]: cluster 2023-12-05T16:08:19.832827+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e129 with expected crc 2023-12-05T16:08:22.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[64648]: cluster 2023-12-05T16:08:20.470264+0000 mgr.y (mgr.34107) 233 : cluster 0 pgmap v137: 161 pgs: 26 active+undersized+degraded, 41 active+undersized, 94 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 84/630 objects degraded (13.333%) 2023-12-05T16:08:22.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[64648]: cluster 2023-12-05T16:08:20.833538+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[64648]: cluster 2023-12-05T16:08:20.834993+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[64648]: cluster 2023-12-05T16:08:20.835272+0000 mon.a (mon.0) 380 : cluster 0 osdmap e130: 8 total, 8 up, 8 in 2023-12-05T16:08:22.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[64648]: cluster 2023-12-05T16:08:20.836258+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[64648]: cluster 2023-12-05T16:08:20.836513+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[64648]: cluster 2023-12-05T16:08:20.837838+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[64648]: cluster 2023-12-05T16:08:20.837875+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[64648]: cluster 2023-12-05T16:08:20.840122+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[64648]: cluster 2023-12-05T16:08:20.843231+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[64648]: cluster 2023-12-05T16:08:20.843270+0000 osd.4 (osd.4) 33 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[64648]: cluster 2023-12-05T16:08:20.843291+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[64648]: cluster 2023-12-05T16:08:20.847054+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[64648]: cluster 2023-12-05T16:08:20.849009+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[64648]: cluster 2023-12-05T16:08:20.852780+0000 osd.4 (osd.4) 34 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[66045]: cluster 2023-12-05T16:08:20.470264+0000 mgr.y (mgr.34107) 233 : cluster 0 pgmap v137: 161 pgs: 26 active+undersized+degraded, 41 active+undersized, 94 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 84/630 objects degraded (13.333%) 2023-12-05T16:08:22.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[66045]: cluster 2023-12-05T16:08:20.833538+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[66045]: cluster 2023-12-05T16:08:20.834993+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[66045]: cluster 2023-12-05T16:08:20.835272+0000 mon.a (mon.0) 380 : cluster 0 osdmap e130: 8 total, 8 up, 8 in 2023-12-05T16:08:22.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[66045]: cluster 2023-12-05T16:08:20.836258+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[66045]: cluster 2023-12-05T16:08:20.836513+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[66045]: cluster 2023-12-05T16:08:20.837838+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[66045]: cluster 2023-12-05T16:08:20.837875+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[66045]: cluster 2023-12-05T16:08:20.840122+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[66045]: cluster 2023-12-05T16:08:20.843231+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[66045]: cluster 2023-12-05T16:08:20.843270+0000 osd.4 (osd.4) 33 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[66045]: cluster 2023-12-05T16:08:20.843291+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[66045]: cluster 2023-12-05T16:08:20.847054+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[66045]: cluster 2023-12-05T16:08:20.849009+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:21 smithi016 bash[66045]: cluster 2023-12-05T16:08:20.852780+0000 osd.4 (osd.4) 34 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:21 smithi038 bash[51671]: cluster 2023-12-05T16:08:20.470264+0000 mgr.y (mgr.34107) 233 : cluster 0 pgmap v137: 161 pgs: 26 active+undersized+degraded, 41 active+undersized, 94 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 84/630 objects degraded (13.333%) 2023-12-05T16:08:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:21 smithi038 bash[51671]: cluster 2023-12-05T16:08:20.833538+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:21 smithi038 bash[51671]: cluster 2023-12-05T16:08:20.834993+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:21 smithi038 bash[51671]: cluster 2023-12-05T16:08:20.835272+0000 mon.a (mon.0) 380 : cluster 0 osdmap e130: 8 total, 8 up, 8 in 2023-12-05T16:08:22.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:21 smithi038 bash[51671]: cluster 2023-12-05T16:08:20.836258+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:21 smithi038 bash[51671]: cluster 2023-12-05T16:08:20.836513+0000 osd.4 (osd.4) 31 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:21 smithi038 bash[51671]: cluster 2023-12-05T16:08:20.837838+0000 osd.5 (osd.5) 41 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:21 smithi038 bash[51671]: cluster 2023-12-05T16:08:20.837875+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:21 smithi038 bash[51671]: cluster 2023-12-05T16:08:20.840122+0000 osd.4 (osd.4) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:21 smithi038 bash[51671]: cluster 2023-12-05T16:08:20.843231+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:21 smithi038 bash[51671]: cluster 2023-12-05T16:08:20.843270+0000 osd.4 (osd.4) 33 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:21 smithi038 bash[51671]: cluster 2023-12-05T16:08:20.843291+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:21 smithi038 bash[51671]: cluster 2023-12-05T16:08:20.847054+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:21 smithi038 bash[51671]: cluster 2023-12-05T16:08:20.849009+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:22.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:21 smithi038 bash[51671]: cluster 2023-12-05T16:08:20.852780+0000 osd.4 (osd.4) 34 : cluster 3 failed to encode map e130 with expected crc 2023-12-05T16:08:24.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:23 smithi016 bash[66045]: cluster 2023-12-05T16:08:22.471810+0000 mgr.y (mgr.34107) 234 : cluster 0 pgmap v139: 161 pgs: 26 active+undersized+degraded, 41 active+undersized, 94 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 84/630 objects degraded (13.333%) 2023-12-05T16:08:24.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:23 smithi016 bash[66045]: audit 2023-12-05T16:08:23.477582+0000 mon.a (mon.0) 381 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:24.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:23 smithi016 bash[66045]: audit 2023-12-05T16:08:23.480269+0000 mon.a (mon.0) 382 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:08:24.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:23 smithi016 bash[64648]: cluster 2023-12-05T16:08:22.471810+0000 mgr.y (mgr.34107) 234 : cluster 0 pgmap v139: 161 pgs: 26 active+undersized+degraded, 41 active+undersized, 94 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 84/630 objects degraded (13.333%) 2023-12-05T16:08:24.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:23 smithi016 bash[64648]: audit 2023-12-05T16:08:23.477582+0000 mon.a (mon.0) 381 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:24.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:23 smithi016 bash[64648]: audit 2023-12-05T16:08:23.480269+0000 mon.a (mon.0) 382 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:08:24.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:23 smithi038 bash[51671]: cluster 2023-12-05T16:08:22.471810+0000 mgr.y (mgr.34107) 234 : cluster 0 pgmap v139: 161 pgs: 26 active+undersized+degraded, 41 active+undersized, 94 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 84/630 objects degraded (13.333%) 2023-12-05T16:08:24.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:23 smithi038 bash[51671]: audit 2023-12-05T16:08:23.477582+0000 mon.a (mon.0) 381 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:24.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:23 smithi038 bash[51671]: audit 2023-12-05T16:08:23.480269+0000 mon.a (mon.0) 382 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:08:25.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:24 smithi038 bash[51671]: cluster 2023-12-05T16:08:24.473575+0000 mgr.y (mgr.34107) 235 : cluster 0 pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:08:25.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:24 smithi038 bash[51671]: cluster 2023-12-05T16:08:24.839129+0000 mon.a (mon.0) 383 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 84/630 objects degraded (13.333%), 26 pgs degraded) 2023-12-05T16:08:25.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:24 smithi038 bash[51671]: cluster 2023-12-05T16:08:24.839199+0000 mon.a (mon.0) 384 : cluster 1 Cluster is now healthy 2023-12-05T16:08:25.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:24 smithi016 bash[64648]: cluster 2023-12-05T16:08:24.473575+0000 mgr.y (mgr.34107) 235 : cluster 0 pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:08:25.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:24 smithi016 bash[64648]: cluster 2023-12-05T16:08:24.839129+0000 mon.a (mon.0) 383 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 84/630 objects degraded (13.333%), 26 pgs degraded) 2023-12-05T16:08:25.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:24 smithi016 bash[64648]: cluster 2023-12-05T16:08:24.839199+0000 mon.a (mon.0) 384 : cluster 1 Cluster is now healthy 2023-12-05T16:08:25.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:24 smithi016 bash[66045]: cluster 2023-12-05T16:08:24.473575+0000 mgr.y (mgr.34107) 235 : cluster 0 pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:08:25.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:24 smithi016 bash[66045]: cluster 2023-12-05T16:08:24.839129+0000 mon.a (mon.0) 383 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 84/630 objects degraded (13.333%), 26 pgs degraded) 2023-12-05T16:08:25.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:24 smithi016 bash[66045]: cluster 2023-12-05T16:08:24.839199+0000 mon.a (mon.0) 384 : cluster 1 Cluster is now healthy 2023-12-05T16:08:27.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:27 smithi038 bash[51671]: cluster 2023-12-05T16:08:26.474337+0000 mgr.y (mgr.34107) 236 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:08:27.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:27 smithi016 bash[66045]: cluster 2023-12-05T16:08:26.474337+0000 mgr.y (mgr.34107) 236 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:08:27.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:27 smithi016 bash[64648]: cluster 2023-12-05T16:08:26.474337+0000 mgr.y (mgr.34107) 236 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:08:29.598 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:29 smithi016 bash[64648]: cluster 2023-12-05T16:08:28.475638+0000 mgr.y (mgr.34107) 237 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:08:29.599 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:29 smithi016 bash[66045]: cluster 2023-12-05T16:08:28.475638+0000 mgr.y (mgr.34107) 237 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:08:29.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:29 smithi038 bash[51671]: cluster 2023-12-05T16:08:28.475638+0000 mgr.y (mgr.34107) 237 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:08:30.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:08:30] "GET /metrics HTTP/1.1" 200 38188 "" "Prometheus/2.33.4" 2023-12-05T16:08:31.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:30 smithi038 bash[51671]: audit 2023-12-05T16:08:29.592952+0000 mgr.y (mgr.34107) 238 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:08:31.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:30 smithi038 bash[51671]: audit 2023-12-05T16:08:29.793551+0000 mon.a (mon.0) 385 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:31.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:30 smithi038 bash[51671]: audit 2023-12-05T16:08:29.802658+0000 mon.a (mon.0) 386 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:31.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:30 smithi038 bash[51671]: audit 2023-12-05T16:08:29.804308+0000 mon.a (mon.0) 387 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:08:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:30 smithi038 bash[51671]: audit 2023-12-05T16:08:29.805405+0000 mon.a (mon.0) 388 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:08:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:30 smithi038 bash[51671]: audit 2023-12-05T16:08:29.812420+0000 mon.a (mon.0) 389 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:30 smithi038 bash[51671]: audit 2023-12-05T16:08:29.899450+0000 mon.a (mon.0) 390 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:08:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:30 smithi038 bash[51671]: audit 2023-12-05T16:08:29.903156+0000 mon.a (mon.0) 391 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:08:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:30 smithi038 bash[51671]: audit 2023-12-05T16:08:29.906156+0000 mon.a (mon.0) 392 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:08:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:30 smithi038 bash[51671]: audit 2023-12-05T16:08:29.908505+0000 mon.a (mon.0) 393 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:08:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:30 smithi038 bash[51671]: audit 2023-12-05T16:08:29.911215+0000 mon.a (mon.0) 394 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T16:08:31.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[64648]: audit 2023-12-05T16:08:29.592952+0000 mgr.y (mgr.34107) 238 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:08:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[64648]: audit 2023-12-05T16:08:29.793551+0000 mon.a (mon.0) 385 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[64648]: audit 2023-12-05T16:08:29.802658+0000 mon.a (mon.0) 386 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[64648]: audit 2023-12-05T16:08:29.804308+0000 mon.a (mon.0) 387 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:08:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[64648]: audit 2023-12-05T16:08:29.805405+0000 mon.a (mon.0) 388 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:08:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[64648]: audit 2023-12-05T16:08:29.812420+0000 mon.a (mon.0) 389 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[64648]: audit 2023-12-05T16:08:29.899450+0000 mon.a (mon.0) 390 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:08:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[64648]: audit 2023-12-05T16:08:29.903156+0000 mon.a (mon.0) 391 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:08:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[64648]: audit 2023-12-05T16:08:29.906156+0000 mon.a (mon.0) 392 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:08:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[64648]: audit 2023-12-05T16:08:29.908505+0000 mon.a (mon.0) 393 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:08:31.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[64648]: audit 2023-12-05T16:08:29.911215+0000 mon.a (mon.0) 394 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T16:08:31.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[66045]: audit 2023-12-05T16:08:29.592952+0000 mgr.y (mgr.34107) 238 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:08:31.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[66045]: audit 2023-12-05T16:08:29.793551+0000 mon.a (mon.0) 385 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:31.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[66045]: audit 2023-12-05T16:08:29.802658+0000 mon.a (mon.0) 386 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:31.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[66045]: audit 2023-12-05T16:08:29.804308+0000 mon.a (mon.0) 387 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:08:31.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[66045]: audit 2023-12-05T16:08:29.805405+0000 mon.a (mon.0) 388 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:08:31.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[66045]: audit 2023-12-05T16:08:29.812420+0000 mon.a (mon.0) 389 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:31.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[66045]: audit 2023-12-05T16:08:29.899450+0000 mon.a (mon.0) 390 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:08:31.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[66045]: audit 2023-12-05T16:08:29.903156+0000 mon.a (mon.0) 391 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:08:31.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[66045]: audit 2023-12-05T16:08:29.906156+0000 mon.a (mon.0) 392 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:08:31.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[66045]: audit 2023-12-05T16:08:29.908505+0000 mon.a (mon.0) 393 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:08:31.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:30 smithi016 bash[66045]: audit 2023-12-05T16:08:29.911215+0000 mon.a (mon.0) 394 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T16:08:32.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:31 smithi038 bash[51671]: audit 2023-12-05T16:08:29.911605+0000 mgr.y (mgr.34107) 239 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T16:08:32.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:31 smithi038 bash[51671]: cephadm 2023-12-05T16:08:29.913838+0000 mgr.y (mgr.34107) 240 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-05T16:08:32.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:31 smithi038 bash[51671]: cluster 2023-12-05T16:08:30.477124+0000 mgr.y (mgr.34107) 241 : cluster 0 pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:08:32.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:31 smithi016 bash[64648]: audit 2023-12-05T16:08:29.911605+0000 mgr.y (mgr.34107) 239 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T16:08:32.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:31 smithi016 bash[64648]: cephadm 2023-12-05T16:08:29.913838+0000 mgr.y (mgr.34107) 240 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-05T16:08:32.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:31 smithi016 bash[64648]: cluster 2023-12-05T16:08:30.477124+0000 mgr.y (mgr.34107) 241 : cluster 0 pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:08:32.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:31 smithi016 bash[66045]: audit 2023-12-05T16:08:29.911605+0000 mgr.y (mgr.34107) 239 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-05T16:08:32.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:31 smithi016 bash[66045]: cephadm 2023-12-05T16:08:29.913838+0000 mgr.y (mgr.34107) 240 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-05T16:08:32.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:31 smithi016 bash[66045]: cluster 2023-12-05T16:08:30.477124+0000 mgr.y (mgr.34107) 241 : cluster 0 pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:08:33.690 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:33 smithi038 bash[51671]: cephadm 2023-12-05T16:08:32.384668+0000 mgr.y (mgr.34107) 242 : cephadm 1 Upgrade: Updating osd.4 2023-12-05T16:08:33.691 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:33 smithi038 bash[51671]: audit 2023-12-05T16:08:32.392159+0000 mon.a (mon.0) 395 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:33.691 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:33 smithi038 bash[51671]: audit 2023-12-05T16:08:32.396127+0000 mon.a (mon.0) 396 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T16:08:33.691 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:33 smithi038 bash[51671]: audit 2023-12-05T16:08:32.397910+0000 mon.a (mon.0) 397 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:08:33.691 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:33 smithi038 bash[51671]: cephadm 2023-12-05T16:08:32.401928+0000 mgr.y (mgr.34107) 243 : cephadm 1 Deploying daemon osd.4 on smithi038 2023-12-05T16:08:33.691 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:33 smithi038 bash[51671]: cluster 2023-12-05T16:08:32.477913+0000 mgr.y (mgr.34107) 244 : cluster 0 pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:08:33.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:33 smithi016 bash[64648]: cephadm 2023-12-05T16:08:32.384668+0000 mgr.y (mgr.34107) 242 : cephadm 1 Upgrade: Updating osd.4 2023-12-05T16:08:33.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:33 smithi016 bash[64648]: audit 2023-12-05T16:08:32.392159+0000 mon.a (mon.0) 395 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:33.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:33 smithi016 bash[64648]: audit 2023-12-05T16:08:32.396127+0000 mon.a (mon.0) 396 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T16:08:33.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:33 smithi016 bash[64648]: audit 2023-12-05T16:08:32.397910+0000 mon.a (mon.0) 397 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:08:33.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:33 smithi016 bash[64648]: cephadm 2023-12-05T16:08:32.401928+0000 mgr.y (mgr.34107) 243 : cephadm 1 Deploying daemon osd.4 on smithi038 2023-12-05T16:08:33.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:33 smithi016 bash[64648]: cluster 2023-12-05T16:08:32.477913+0000 mgr.y (mgr.34107) 244 : cluster 0 pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:08:33.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:33 smithi016 bash[66045]: cephadm 2023-12-05T16:08:32.384668+0000 mgr.y (mgr.34107) 242 : cephadm 1 Upgrade: Updating osd.4 2023-12-05T16:08:33.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:33 smithi016 bash[66045]: audit 2023-12-05T16:08:32.392159+0000 mon.a (mon.0) 395 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:33.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:33 smithi016 bash[66045]: audit 2023-12-05T16:08:32.396127+0000 mon.a (mon.0) 396 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T16:08:33.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:33 smithi016 bash[66045]: audit 2023-12-05T16:08:32.397910+0000 mon.a (mon.0) 397 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:08:33.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:33 smithi016 bash[66045]: cephadm 2023-12-05T16:08:32.401928+0000 mgr.y (mgr.34107) 243 : cephadm 1 Deploying daemon osd.4 on smithi038 2023-12-05T16:08:33.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:33 smithi016 bash[66045]: cluster 2023-12-05T16:08:32.477913+0000 mgr.y (mgr.34107) 244 : cluster 0 pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:08:35.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:34 smithi038 bash[51671]: audit 2023-12-05T16:08:33.727011+0000 mon.a (mon.0) 398 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:35.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:34 smithi016 bash[64648]: audit 2023-12-05T16:08:33.727011+0000 mon.a (mon.0) 398 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:35.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:34 smithi016 bash[66045]: audit 2023-12-05T16:08:33.727011+0000 mon.a (mon.0) 398 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:36.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:35 smithi038 bash[51671]: cluster 2023-12-05T16:08:34.479545+0000 mgr.y (mgr.34107) 245 : cluster 0 pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-05T16:08:36.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:35 smithi016 bash[64648]: cluster 2023-12-05T16:08:34.479545+0000 mgr.y (mgr.34107) 245 : cluster 0 pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-05T16:08:36.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:35 smithi016 bash[66045]: cluster 2023-12-05T16:08:34.479545+0000 mgr.y (mgr.34107) 245 : cluster 0 pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-05T16:08:36.839 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:36 smithi038 systemd[1]: Stopping Ceph osd.4 for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:08:37.339 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:36 smithi038 bash[28110]: debug 2023-12-05T16:08:36.906+0000 7f27cfa78700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-05T16:08:37.339 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:36 smithi038 bash[28110]: debug 2023-12-05T16:08:36.906+0000 7f27cfa78700 -1 osd.4 130 *** Got signal Terminated *** 2023-12-05T16:08:37.339 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:36 smithi038 bash[28110]: debug 2023-12-05T16:08:36.906+0000 7f27cfa78700 -1 osd.4 130 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:08:38.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:37 smithi038 bash[51671]: cluster 2023-12-05T16:08:36.480410+0000 mgr.y (mgr.34107) 246 : cluster 0 pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:08:38.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:37 smithi038 bash[51671]: cluster 2023-12-05T16:08:36.910433+0000 mon.a (mon.0) 399 : cluster 1 osd.4 marked itself down and dead 2023-12-05T16:08:38.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:37 smithi016 bash[64648]: cluster 2023-12-05T16:08:36.480410+0000 mgr.y (mgr.34107) 246 : cluster 0 pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:08:38.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:37 smithi016 bash[64648]: cluster 2023-12-05T16:08:36.910433+0000 mon.a (mon.0) 399 : cluster 1 osd.4 marked itself down and dead 2023-12-05T16:08:38.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:37 smithi016 bash[66045]: cluster 2023-12-05T16:08:36.480410+0000 mgr.y (mgr.34107) 246 : cluster 0 pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:08:38.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:37 smithi016 bash[66045]: cluster 2023-12-05T16:08:36.910433+0000 mon.a (mon.0) 399 : cluster 1 osd.4 marked itself down and dead 2023-12-05T16:08:38.227 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:08:39.021 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:08:39.021 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (6m) 20s ago 13m 16.4M - 0.23.0 ba2b418f427c c48b395728e7 2023-12-05T16:08:39.021 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (5m) 3m ago 12m 42.8M - 8.3.5 dad864ee21e9 d6befc9f2bcf 2023-12-05T16:08:39.021 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (4m) 20s ago 11m 47.6M - 3.5 e1d6a67b021e bbc51b2e3d6d 2023-12-05T16:08:39.021 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283,8765 running (4m) 3m ago 19m 432M - 19.0.0-13-ge6605fb8 104f332cd0a9 d9865fd32494 2023-12-05T16:08:39.021 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:8443,9283,8765 running (5m) 20s ago 21m 494M - 19.0.0-13-ge6605fb8 104f332cd0a9 d8aa9c1870da 2023-12-05T16:08:39.021 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (4m) 20s ago 21m 52.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 61d4ec4cbec6 2023-12-05T16:08:39.021 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (3m) 3m ago 19m 22.9M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 35fe6c2d8ea2 2023-12-05T16:08:39.022 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (3m) 20s ago 19m 44.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 e48e3724baef 2023-12-05T16:08:39.022 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (6m) 20s ago 13m 14.4M - 1.3.1 1dbe0e931976 a7ad6c0fa35b 2023-12-05T16:08:39.022 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (5m) 3m ago 13m 11.4M - 1.3.1 1dbe0e931976 dac45ac68b6c 2023-12-05T16:08:39.022 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (116s) 20s ago 18m 53.8M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 19a0a8b247d6 2023-12-05T16:08:39.022 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (86s) 20s ago 17m 53.0M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 15b11f62b515 2023-12-05T16:08:39.022 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (56s) 20s ago 17m 47.9M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 c5c049833fdb 2023-12-05T16:08:39.022 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (25s) 20s ago 16m - 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 d9442fe153a8 2023-12-05T16:08:39.022 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (16m) 3m ago 16m 59.8M 3038M 17.2.0 e1d6a67b021e 1e5c4e736858 2023-12-05T16:08:39.022 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (15m) 3m ago 15m 55.5M 3038M 17.2.0 e1d6a67b021e 8938c96c499f 2023-12-05T16:08:39.022 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (14m) 3m ago 14m 55.7M 3038M 17.2.0 e1d6a67b021e ac02a2497ba9 2023-12-05T16:08:39.022 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (14m) 3m ago 14m 57.4M 3038M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T16:08:39.022 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (4m) 3m ago 13m 58.0M - 2.33.4 514e6a882f6e 2178b2710d9e 2023-12-05T16:08:39.022 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (11m) 20s ago 11m 88.7M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:08:39.022 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (11m) 3m ago 11m 87.2M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:08:39.022 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (11m) 20s ago 11m 88.4M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:08:39.023 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (11m) 3m ago 11m 86.9M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:08:39.027 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:38 smithi038 bash[53519]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-4 2023-12-05T16:08:39.027 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:38 smithi038 bash[51671]: cluster 2023-12-05T16:08:37.738081+0000 mon.a (mon.0) 400 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:08:39.027 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:38 smithi038 bash[51671]: cluster 2023-12-05T16:08:37.752263+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.027 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:38 smithi038 bash[51671]: cluster 2023-12-05T16:08:37.753839+0000 mon.a (mon.0) 401 : cluster 0 osdmap e131: 8 total, 7 up, 8 in 2023-12-05T16:08:39.027 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:38 smithi038 bash[51671]: cluster 2023-12-05T16:08:37.756080+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.027 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:38 smithi038 bash[51671]: cluster 2023-12-05T16:08:37.756355+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.027 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:38 smithi038 bash[51671]: cluster 2023-12-05T16:08:37.757924+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.028 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:38 smithi038 bash[51671]: cluster 2023-12-05T16:08:37.760025+0000 osd.5 (osd.5) 43 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.028 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:38 smithi038 bash[51671]: cluster 2023-12-05T16:08:37.760194+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.028 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:38 smithi038 bash[51671]: cluster 2023-12-05T16:08:37.767421+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.028 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:38 smithi038 bash[51671]: audit 2023-12-05T16:08:38.476942+0000 mon.a (mon.0) 402 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:39.028 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:38 smithi038 bash[51671]: audit 2023-12-05T16:08:38.478519+0000 mon.a (mon.0) 403 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:08:39.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[64648]: cluster 2023-12-05T16:08:37.738081+0000 mon.a (mon.0) 400 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:08:39.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[64648]: cluster 2023-12-05T16:08:37.752263+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[64648]: cluster 2023-12-05T16:08:37.753839+0000 mon.a (mon.0) 401 : cluster 0 osdmap e131: 8 total, 7 up, 8 in 2023-12-05T16:08:39.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[64648]: cluster 2023-12-05T16:08:37.756080+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[64648]: cluster 2023-12-05T16:08:37.756355+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[64648]: cluster 2023-12-05T16:08:37.757924+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[64648]: cluster 2023-12-05T16:08:37.760025+0000 osd.5 (osd.5) 43 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[64648]: cluster 2023-12-05T16:08:37.760194+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[64648]: cluster 2023-12-05T16:08:37.767421+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[64648]: audit 2023-12-05T16:08:38.476942+0000 mon.a (mon.0) 402 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:39.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[64648]: audit 2023-12-05T16:08:38.478519+0000 mon.a (mon.0) 403 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:08:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[66045]: cluster 2023-12-05T16:08:37.738081+0000 mon.a (mon.0) 400 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:08:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[66045]: cluster 2023-12-05T16:08:37.752263+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[66045]: cluster 2023-12-05T16:08:37.753839+0000 mon.a (mon.0) 401 : cluster 0 osdmap e131: 8 total, 7 up, 8 in 2023-12-05T16:08:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[66045]: cluster 2023-12-05T16:08:37.756080+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[66045]: cluster 2023-12-05T16:08:37.756355+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[66045]: cluster 2023-12-05T16:08:37.757924+0000 osd.5 (osd.5) 42 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[66045]: cluster 2023-12-05T16:08:37.760025+0000 osd.5 (osd.5) 43 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[66045]: cluster 2023-12-05T16:08:37.760194+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[66045]: cluster 2023-12-05T16:08:37.767421+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e131 with expected crc 2023-12-05T16:08:39.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[66045]: audit 2023-12-05T16:08:38.476942+0000 mon.a (mon.0) 402 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:39.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:38 smithi016 bash[66045]: audit 2023-12-05T16:08:38.478519+0000 mon.a (mon.0) 403 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:08:39.339 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:39 smithi038 bash[53593]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-4 2023-12-05T16:08:39.487 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:08:39.487 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:08:39.487 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T16:08:39.487 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:08:39.487 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:08:39.487 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:08:39.487 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:08:39.487 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:08:39.487 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2023-12-05T16:08:39.487 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 4 2023-12-05T16:08:39.488 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:08:39.488 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:08:39.488 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:08:39.488 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:08:39.488 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:08:39.488 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2023-12-05T16:08:39.488 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 9 2023-12-05T16:08:39.488 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:08:39.488 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:08:39.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[66045]: audit 2023-12-05T16:08:38.200469+0000 mgr.y (mgr.34107) 247 : audit 0 from='client.34413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:39.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[66045]: cluster 2023-12-05T16:08:38.481371+0000 mgr.y (mgr.34107) 248 : cluster 0 pgmap v148: 161 pgs: 17 peering, 16 stale+active+clean, 128 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-05T16:08:39.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[66045]: audit 2023-12-05T16:08:38.603074+0000 mgr.y (mgr.34107) 249 : audit 0 from='client.44347 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:39.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[66045]: cluster 2023-12-05T16:08:38.758980+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:39.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[66045]: cluster 2023-12-05T16:08:38.759091+0000 osd.5 (osd.5) 44 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:39.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[66045]: cluster 2023-12-05T16:08:38.761150+0000 mon.a (mon.0) 404 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2023-12-05T16:08:39.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[66045]: cluster 2023-12-05T16:08:38.762703+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:39.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[66045]: cluster 2023-12-05T16:08:38.764687+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:39.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[66045]: cluster 2023-12-05T16:08:38.764710+0000 osd.5 (osd.5) 45 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:39.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[66045]: cluster 2023-12-05T16:08:38.764710+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:39.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[66045]: cluster 2023-12-05T16:08:38.767596+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:39.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[66045]: cluster 2023-12-05T16:08:39.472901+0000 mon.a (mon.0) 405 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 3 pgs peering (PG_AVAILABILITY) 2023-12-05T16:08:39.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[66045]: audit 2023-12-05T16:08:39.481786+0000 mon.a (mon.0) 406 : audit 0 from='client.? 172.21.15.16:0/2529970765' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:08:39.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[64648]: audit 2023-12-05T16:08:38.200469+0000 mgr.y (mgr.34107) 247 : audit 0 from='client.34413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:39.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[64648]: cluster 2023-12-05T16:08:38.481371+0000 mgr.y (mgr.34107) 248 : cluster 0 pgmap v148: 161 pgs: 17 peering, 16 stale+active+clean, 128 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-05T16:08:39.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[64648]: audit 2023-12-05T16:08:38.603074+0000 mgr.y (mgr.34107) 249 : audit 0 from='client.44347 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:39.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[64648]: cluster 2023-12-05T16:08:38.758980+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:39.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[64648]: cluster 2023-12-05T16:08:38.759091+0000 osd.5 (osd.5) 44 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:39.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[64648]: cluster 2023-12-05T16:08:38.761150+0000 mon.a (mon.0) 404 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2023-12-05T16:08:39.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[64648]: cluster 2023-12-05T16:08:38.762703+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:39.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[64648]: cluster 2023-12-05T16:08:38.764687+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:39.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[64648]: cluster 2023-12-05T16:08:38.764710+0000 osd.5 (osd.5) 45 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:39.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[64648]: cluster 2023-12-05T16:08:38.764710+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:39.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[64648]: cluster 2023-12-05T16:08:38.767596+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:39.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[64648]: cluster 2023-12-05T16:08:39.472901+0000 mon.a (mon.0) 405 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 3 pgs peering (PG_AVAILABILITY) 2023-12-05T16:08:39.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:39 smithi016 bash[64648]: audit 2023-12-05T16:08:39.481786+0000 mon.a (mon.0) 406 : audit 0 from='client.? 172.21.15.16:0/2529970765' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:08:39.872 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:08:39.873 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:08:39.873 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:08:39.873 INFO:teuthology.orchestra.run.smithi016.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:08:39.873 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [ 2023-12-05T16:08:39.873 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr", 2023-12-05T16:08:39.873 INFO:teuthology.orchestra.run.smithi016.stdout: "mon" 2023-12-05T16:08:39.873 INFO:teuthology.orchestra.run.smithi016.stdout: ], 2023-12-05T16:08:39.873 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "9/23 daemons upgraded", 2023-12-05T16:08:39.873 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "Currently upgrading osd daemons", 2023-12-05T16:08:39.873 INFO:teuthology.orchestra.run.smithi016.stdout: "is_paused": false 2023-12-05T16:08:39.873 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:08:40.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:39 smithi038 bash[51671]: audit 2023-12-05T16:08:38.200469+0000 mgr.y (mgr.34107) 247 : audit 0 from='client.34413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:40.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:39 smithi038 bash[51671]: cluster 2023-12-05T16:08:38.481371+0000 mgr.y (mgr.34107) 248 : cluster 0 pgmap v148: 161 pgs: 17 peering, 16 stale+active+clean, 128 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-05T16:08:40.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:39 smithi038 bash[51671]: audit 2023-12-05T16:08:38.603074+0000 mgr.y (mgr.34107) 249 : audit 0 from='client.44347 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:40.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:39 smithi038 bash[51671]: cluster 2023-12-05T16:08:38.758980+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:40.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:39 smithi038 bash[51671]: cluster 2023-12-05T16:08:38.759091+0000 osd.5 (osd.5) 44 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:40.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:39 smithi038 bash[51671]: cluster 2023-12-05T16:08:38.761150+0000 mon.a (mon.0) 404 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2023-12-05T16:08:40.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:39 smithi038 bash[51671]: cluster 2023-12-05T16:08:38.762703+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:40.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:39 smithi038 bash[51671]: cluster 2023-12-05T16:08:38.764687+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:40.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:39 smithi038 bash[51671]: cluster 2023-12-05T16:08:38.764710+0000 osd.5 (osd.5) 45 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:40.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:39 smithi038 bash[51671]: cluster 2023-12-05T16:08:38.764710+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:40.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:39 smithi038 bash[51671]: cluster 2023-12-05T16:08:38.767596+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e132 with expected crc 2023-12-05T16:08:40.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:39 smithi038 bash[51671]: cluster 2023-12-05T16:08:39.472901+0000 mon.a (mon.0) 405 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 3 pgs peering (PG_AVAILABILITY) 2023-12-05T16:08:40.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:39 smithi038 bash[51671]: audit 2023-12-05T16:08:39.481786+0000 mon.a (mon.0) 406 : audit 0 from='client.? 172.21.15.16:0/2529970765' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:08:40.325 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_WARN 1 osds down; Reduced data availability: 1 pg inactive, 3 pgs peering 2023-12-05T16:08:40.325 INFO:teuthology.orchestra.run.smithi016.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-05T16:08:40.325 INFO:teuthology.orchestra.run.smithi016.stdout: osd.4 (root=default,host=smithi038) is down 2023-12-05T16:08:40.326 INFO:teuthology.orchestra.run.smithi016.stdout:[WRN] PG_AVAILABILITY: Reduced data availability: 1 pg inactive, 3 pgs peering 2023-12-05T16:08:40.326 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.9 is stuck peering for 68s, current state peering, last acting [2,7] 2023-12-05T16:08:40.326 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.1a is stuck peering for 68s, current state peering, last acting [1,2] 2023-12-05T16:08:40.326 INFO:teuthology.orchestra.run.smithi016.stdout: pg 4.9 is stuck peering for 79s, current state peering, last acting [1,3] 2023-12-05T16:08:40.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:08:40 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:08:40] "GET /metrics HTTP/1.1" 200 38320 "" "Prometheus/2.33.4" 2023-12-05T16:08:40.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:40 smithi038 bash[51671]: audit 2023-12-05T16:08:38.994219+0000 mgr.y (mgr.34107) 250 : audit 0 from='client.44353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:40.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:40 smithi038 bash[51671]: audit 2023-12-05T16:08:39.603317+0000 mgr.y (mgr.34107) 251 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:08:40.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:40 smithi038 bash[51671]: audit 2023-12-05T16:08:39.864784+0000 mgr.y (mgr.34107) 252 : audit 0 from='client.34437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:40.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:40 smithi038 bash[51671]: audit 2023-12-05T16:08:40.318256+0000 mon.a (mon.0) 407 : audit 0 from='client.? 172.21.15.16:0/1210358028' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:08:41.035 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:41 smithi038 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.4.service: Succeeded. 2023-12-05T16:08:41.036 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:41 smithi038 systemd[1]: Stopped Ceph osd.4 for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:08:41.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:40 smithi016 bash[64648]: audit 2023-12-05T16:08:38.994219+0000 mgr.y (mgr.34107) 250 : audit 0 from='client.44353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:41.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:40 smithi016 bash[64648]: audit 2023-12-05T16:08:39.603317+0000 mgr.y (mgr.34107) 251 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:08:41.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:40 smithi016 bash[64648]: audit 2023-12-05T16:08:39.864784+0000 mgr.y (mgr.34107) 252 : audit 0 from='client.34437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:41.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:40 smithi016 bash[64648]: audit 2023-12-05T16:08:40.318256+0000 mon.a (mon.0) 407 : audit 0 from='client.? 172.21.15.16:0/1210358028' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:08:41.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:40 smithi016 bash[66045]: audit 2023-12-05T16:08:38.994219+0000 mgr.y (mgr.34107) 250 : audit 0 from='client.44353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:41.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:40 smithi016 bash[66045]: audit 2023-12-05T16:08:39.603317+0000 mgr.y (mgr.34107) 251 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:08:41.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:40 smithi016 bash[66045]: audit 2023-12-05T16:08:39.864784+0000 mgr.y (mgr.34107) 252 : audit 0 from='client.34437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:08:41.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:40 smithi016 bash[66045]: audit 2023-12-05T16:08:40.318256+0000 mon.a (mon.0) 407 : audit 0 from='client.? 172.21.15.16:0/1210358028' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:08:41.338 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:41 smithi038 systemd[1]: Started Ceph osd.4 for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:08:42.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:41 smithi038 bash[51671]: cluster 2023-12-05T16:08:40.483461+0000 mgr.y (mgr.34107) 253 : cluster 0 pgmap v150: 161 pgs: 13 active+undersized+degraded, 17 peering, 2 stale+active+clean, 25 active+undersized, 104 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 0 op/s; 60/630 objects degraded (9.524%) 2023-12-05T16:08:42.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:41 smithi038 bash[51671]: cluster 2023-12-05T16:08:40.759594+0000 mon.a (mon.0) 408 : cluster 3 Health check failed: Degraded data redundancy: 60/630 objects degraded (9.524%), 13 pgs degraded (PG_DEGRADED) 2023-12-05T16:08:42.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:41 smithi038 bash[51671]: audit 2023-12-05T16:08:41.327909+0000 mon.a (mon.0) 409 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:42.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:41 smithi038 bash[51671]: audit 2023-12-05T16:08:41.338670+0000 mon.a (mon.0) 410 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:42.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:41 smithi016 bash[64648]: cluster 2023-12-05T16:08:40.483461+0000 mgr.y (mgr.34107) 253 : cluster 0 pgmap v150: 161 pgs: 13 active+undersized+degraded, 17 peering, 2 stale+active+clean, 25 active+undersized, 104 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 0 op/s; 60/630 objects degraded (9.524%) 2023-12-05T16:08:42.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:41 smithi016 bash[64648]: cluster 2023-12-05T16:08:40.759594+0000 mon.a (mon.0) 408 : cluster 3 Health check failed: Degraded data redundancy: 60/630 objects degraded (9.524%), 13 pgs degraded (PG_DEGRADED) 2023-12-05T16:08:42.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:41 smithi016 bash[64648]: audit 2023-12-05T16:08:41.327909+0000 mon.a (mon.0) 409 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:42.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:41 smithi016 bash[64648]: audit 2023-12-05T16:08:41.338670+0000 mon.a (mon.0) 410 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:42.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:41 smithi016 bash[66045]: cluster 2023-12-05T16:08:40.483461+0000 mgr.y (mgr.34107) 253 : cluster 0 pgmap v150: 161 pgs: 13 active+undersized+degraded, 17 peering, 2 stale+active+clean, 25 active+undersized, 104 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 0 op/s; 60/630 objects degraded (9.524%) 2023-12-05T16:08:42.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:41 smithi016 bash[66045]: cluster 2023-12-05T16:08:40.759594+0000 mon.a (mon.0) 408 : cluster 3 Health check failed: Degraded data redundancy: 60/630 objects degraded (9.524%), 13 pgs degraded (PG_DEGRADED) 2023-12-05T16:08:42.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:41 smithi016 bash[66045]: audit 2023-12-05T16:08:41.327909+0000 mon.a (mon.0) 409 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:42.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:41 smithi016 bash[66045]: audit 2023-12-05T16:08:41.338670+0000 mon.a (mon.0) 410 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:43.089 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:42 smithi038 bash[53766]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-05T16:08:43.089 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:42 smithi038 bash[53766]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2023-12-05T16:08:43.089 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:42 smithi038 bash[53766]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-05T16:08:43.089 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:42 smithi038 bash[53766]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-05T16:08:43.089 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:42 smithi038 bash[53766]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-05T16:08:43.089 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:42 smithi038 bash[53766]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-05T16:08:43.089 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:42 smithi038 bash[53766]: --> ceph-volume raw activate successful for osd ID: 4 2023-12-05T16:08:44.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:43 smithi038 bash[51671]: cluster 2023-12-05T16:08:42.484581+0000 mgr.y (mgr.34107) 254 : cluster 0 pgmap v151: 161 pgs: 13 active+undersized+degraded, 17 peering, 2 stale+active+clean, 25 active+undersized, 104 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 60/630 objects degraded (9.524%) 2023-12-05T16:08:44.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:43 smithi016 bash[66045]: cluster 2023-12-05T16:08:42.484581+0000 mgr.y (mgr.34107) 254 : cluster 0 pgmap v151: 161 pgs: 13 active+undersized+degraded, 17 peering, 2 stale+active+clean, 25 active+undersized, 104 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 60/630 objects degraded (9.524%) 2023-12-05T16:08:44.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:43 smithi016 bash[64648]: cluster 2023-12-05T16:08:42.484581+0000 mgr.y (mgr.34107) 254 : cluster 0 pgmap v151: 161 pgs: 13 active+undersized+degraded, 17 peering, 2 stale+active+clean, 25 active+undersized, 104 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 60/630 objects degraded (9.524%) 2023-12-05T16:08:44.589 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:44 smithi038 bash[54047]: debug 2023-12-05T16:08:44.266+0000 7f2e1ea54700 1 -- 172.21.15.38:0/4088549226 <== mon.2 v2:172.21.15.38:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559cd24e71e0 con 0x559cd256cc00 2023-12-05T16:08:45.090 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:44 smithi038 bash[54047]: debug 2023-12-05T16:08:44.818+0000 7f2e27bda640 -1 Falling back to public interface 2023-12-05T16:08:45.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:44 smithi038 bash[51671]: cluster 2023-12-05T16:08:44.776604+0000 mon.a (mon.0) 411 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 3 pgs peering) 2023-12-05T16:08:45.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:44 smithi016 bash[64648]: cluster 2023-12-05T16:08:44.776604+0000 mon.a (mon.0) 411 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 3 pgs peering) 2023-12-05T16:08:45.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:44 smithi016 bash[66045]: cluster 2023-12-05T16:08:44.776604+0000 mon.a (mon.0) 411 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 3 pgs peering) 2023-12-05T16:08:46.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:45 smithi038 bash[51671]: cluster 2023-12-05T16:08:44.486702+0000 mgr.y (mgr.34107) 255 : cluster 0 pgmap v152: 161 pgs: 25 active+undersized+degraded, 40 active+undersized, 96 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-05T16:08:46.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:45 smithi016 bash[64648]: cluster 2023-12-05T16:08:44.486702+0000 mgr.y (mgr.34107) 255 : cluster 0 pgmap v152: 161 pgs: 25 active+undersized+degraded, 40 active+undersized, 96 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-05T16:08:46.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:45 smithi016 bash[66045]: cluster 2023-12-05T16:08:44.486702+0000 mgr.y (mgr.34107) 255 : cluster 0 pgmap v152: 161 pgs: 25 active+undersized+degraded, 40 active+undersized, 96 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-05T16:08:47.852 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:47 smithi038 bash[54047]: debug 2023-12-05T16:08:47.590+0000 7f2e27bda640 -1 osd.4 0 read_superblock omap replica is missing. 2023-12-05T16:08:47.853 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:47 smithi038 bash[54047]: debug 2023-12-05T16:08:47.634+0000 7f2e27bda640 -1 osd.4 130 log_to_monitors true 2023-12-05T16:08:48.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:47 smithi016 bash[64648]: cluster 2023-12-05T16:08:46.487832+0000 mgr.y (mgr.34107) 256 : cluster 0 pgmap v153: 161 pgs: 25 active+undersized+degraded, 40 active+undersized, 96 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 704 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-05T16:08:48.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:47 smithi016 bash[64648]: audit 2023-12-05T16:08:47.643995+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.38:6800/4198690786,v1:172.21.15.38:6801/4198690786]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T16:08:48.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:47 smithi016 bash[64648]: audit 2023-12-05T16:08:47.644153+0000 mon.a (mon.0) 412 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T16:08:48.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:47 smithi016 bash[64648]: audit 2023-12-05T16:08:47.743823+0000 mon.a (mon.0) 413 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:48.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:47 smithi016 bash[64648]: audit 2023-12-05T16:08:47.754432+0000 mon.a (mon.0) 414 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:48.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:47 smithi016 bash[66045]: cluster 2023-12-05T16:08:46.487832+0000 mgr.y (mgr.34107) 256 : cluster 0 pgmap v153: 161 pgs: 25 active+undersized+degraded, 40 active+undersized, 96 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 704 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-05T16:08:48.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:47 smithi016 bash[66045]: audit 2023-12-05T16:08:47.643995+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.38:6800/4198690786,v1:172.21.15.38:6801/4198690786]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T16:08:48.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:47 smithi016 bash[66045]: audit 2023-12-05T16:08:47.644153+0000 mon.a (mon.0) 412 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T16:08:48.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:47 smithi016 bash[66045]: audit 2023-12-05T16:08:47.743823+0000 mon.a (mon.0) 413 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:48.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:47 smithi016 bash[66045]: audit 2023-12-05T16:08:47.754432+0000 mon.a (mon.0) 414 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:48.339 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:08:47 smithi038 bash[54047]: debug 2023-12-05T16:08:47.890+0000 7f2e17848700 -1 osd.4 130 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T16:08:48.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:47 smithi038 bash[51671]: cluster 2023-12-05T16:08:46.487832+0000 mgr.y (mgr.34107) 256 : cluster 0 pgmap v153: 161 pgs: 25 active+undersized+degraded, 40 active+undersized, 96 active+clean; 585 KiB data, 183 MiB used, 715 GiB / 715 GiB avail; 704 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-05T16:08:48.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:47 smithi038 bash[51671]: audit 2023-12-05T16:08:47.643995+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.38:6800/4198690786,v1:172.21.15.38:6801/4198690786]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T16:08:48.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:47 smithi038 bash[51671]: audit 2023-12-05T16:08:47.644153+0000 mon.a (mon.0) 412 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T16:08:48.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:47 smithi038 bash[51671]: audit 2023-12-05T16:08:47.743823+0000 mon.a (mon.0) 413 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:48.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:47 smithi038 bash[51671]: audit 2023-12-05T16:08:47.754432+0000 mon.a (mon.0) 414 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:49.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:48 smithi016 bash[64648]: audit 2023-12-05T16:08:47.837676+0000 mon.a (mon.0) 415 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-05T16:08:49.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:48 smithi016 bash[64648]: cluster 2023-12-05T16:08:47.840340+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e133 with expected crc 2023-12-05T16:08:49.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:48 smithi016 bash[64648]: cluster 2023-12-05T16:08:47.840449+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e133 with expected crc 2023-12-05T16:08:49.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:48 smithi016 bash[64648]: cluster 2023-12-05T16:08:47.843575+0000 mon.a (mon.0) 416 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-05T16:08:49.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:48 smithi016 bash[64648]: audit 2023-12-05T16:08:47.845739+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.38:6800/4198690786,v1:172.21.15.38:6801/4198690786]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:08:49.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:48 smithi016 bash[64648]: audit 2023-12-05T16:08:47.851708+0000 mon.a (mon.0) 417 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:08:49.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:48 smithi016 bash[64648]: cluster 2023-12-05T16:08:48.412814+0000 mon.a (mon.0) 418 : cluster 3 Health check update: Degraded data redundancy: 107/630 objects degraded (16.984%), 25 pgs degraded (PG_DEGRADED) 2023-12-05T16:08:49.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:48 smithi016 bash[66045]: audit 2023-12-05T16:08:47.837676+0000 mon.a (mon.0) 415 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-05T16:08:49.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:48 smithi016 bash[66045]: cluster 2023-12-05T16:08:47.840340+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e133 with expected crc 2023-12-05T16:08:49.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:48 smithi016 bash[66045]: cluster 2023-12-05T16:08:47.840449+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e133 with expected crc 2023-12-05T16:08:49.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:48 smithi016 bash[66045]: cluster 2023-12-05T16:08:47.843575+0000 mon.a (mon.0) 416 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-05T16:08:49.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:48 smithi016 bash[66045]: audit 2023-12-05T16:08:47.845739+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.38:6800/4198690786,v1:172.21.15.38:6801/4198690786]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:08:49.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:48 smithi016 bash[66045]: audit 2023-12-05T16:08:47.851708+0000 mon.a (mon.0) 417 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:08:49.123 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:48 smithi016 bash[66045]: cluster 2023-12-05T16:08:48.412814+0000 mon.a (mon.0) 418 : cluster 3 Health check update: Degraded data redundancy: 107/630 objects degraded (16.984%), 25 pgs degraded (PG_DEGRADED) 2023-12-05T16:08:49.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:48 smithi038 bash[51671]: audit 2023-12-05T16:08:47.837676+0000 mon.a (mon.0) 415 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-05T16:08:49.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:48 smithi038 bash[51671]: cluster 2023-12-05T16:08:47.840340+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e133 with expected crc 2023-12-05T16:08:49.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:48 smithi038 bash[51671]: cluster 2023-12-05T16:08:47.840449+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e133 with expected crc 2023-12-05T16:08:49.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:48 smithi038 bash[51671]: cluster 2023-12-05T16:08:47.843575+0000 mon.a (mon.0) 416 : cluster 0 osdmap e133: 8 total, 7 up, 8 in 2023-12-05T16:08:49.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:48 smithi038 bash[51671]: audit 2023-12-05T16:08:47.845739+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.38:6800/4198690786,v1:172.21.15.38:6801/4198690786]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:08:49.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:48 smithi038 bash[51671]: audit 2023-12-05T16:08:47.851708+0000 mon.a (mon.0) 417 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:08:49.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:48 smithi038 bash[51671]: cluster 2023-12-05T16:08:48.412814+0000 mon.a (mon.0) 418 : cluster 3 Health check update: Degraded data redundancy: 107/630 objects degraded (16.984%), 25 pgs degraded (PG_DEGRADED) 2023-12-05T16:08:49.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[66045]: cluster 2023-12-05T16:08:48.489248+0000 mgr.y (mgr.34107) 257 : cluster 0 pgmap v155: 161 pgs: 25 active+undersized+degraded, 40 active+undersized, 96 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 841 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-05T16:08:49.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[66045]: cluster 2023-12-05T16:08:48.847722+0000 mon.a (mon.0) 419 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:08:49.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[66045]: cluster 2023-12-05T16:08:48.861814+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e134 with expected crc 2023-12-05T16:08:49.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[66045]: cluster 2023-12-05T16:08:48.862440+0000 osd.5 (osd.5) 46 : cluster 3 failed to encode map e134 with expected crc 2023-12-05T16:08:49.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[66045]: cluster 2023-12-05T16:08:48.864785+0000 mon.a (mon.0) 420 : cluster 1 osd.4 [v2:172.21.15.38:6800/4198690786,v1:172.21.15.38:6801/4198690786] boot 2023-12-05T16:08:49.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[66045]: cluster 2023-12-05T16:08:48.864905+0000 mon.a (mon.0) 421 : cluster 0 osdmap e134: 8 total, 8 up, 8 in 2023-12-05T16:08:49.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[66045]: audit 2023-12-05T16:08:48.865687+0000 mon.a (mon.0) 422 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:08:49.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[66045]: cluster 2023-12-05T16:08:48.868399+0000 osd.5 (osd.5) 47 : cluster 3 failed to encode map e134 with expected crc 2023-12-05T16:08:49.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[66045]: audit 2023-12-05T16:08:48.871628+0000 mon.a (mon.0) 423 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:49.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[66045]: audit 2023-12-05T16:08:48.889009+0000 mon.a (mon.0) 424 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[64648]: cluster 2023-12-05T16:08:48.489248+0000 mgr.y (mgr.34107) 257 : cluster 0 pgmap v155: 161 pgs: 25 active+undersized+degraded, 40 active+undersized, 96 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 841 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-05T16:08:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[64648]: cluster 2023-12-05T16:08:48.847722+0000 mon.a (mon.0) 419 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:08:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[64648]: cluster 2023-12-05T16:08:48.861814+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e134 with expected crc 2023-12-05T16:08:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[64648]: cluster 2023-12-05T16:08:48.862440+0000 osd.5 (osd.5) 46 : cluster 3 failed to encode map e134 with expected crc 2023-12-05T16:08:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[64648]: cluster 2023-12-05T16:08:48.864785+0000 mon.a (mon.0) 420 : cluster 1 osd.4 [v2:172.21.15.38:6800/4198690786,v1:172.21.15.38:6801/4198690786] boot 2023-12-05T16:08:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[64648]: cluster 2023-12-05T16:08:48.864905+0000 mon.a (mon.0) 421 : cluster 0 osdmap e134: 8 total, 8 up, 8 in 2023-12-05T16:08:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[64648]: audit 2023-12-05T16:08:48.865687+0000 mon.a (mon.0) 422 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:08:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[64648]: cluster 2023-12-05T16:08:48.868399+0000 osd.5 (osd.5) 47 : cluster 3 failed to encode map e134 with expected crc 2023-12-05T16:08:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[64648]: audit 2023-12-05T16:08:48.871628+0000 mon.a (mon.0) 423 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:49.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:49 smithi016 bash[64648]: audit 2023-12-05T16:08:48.889009+0000 mon.a (mon.0) 424 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:50.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:49 smithi038 bash[51671]: cluster 2023-12-05T16:08:48.489248+0000 mgr.y (mgr.34107) 257 : cluster 0 pgmap v155: 161 pgs: 25 active+undersized+degraded, 40 active+undersized, 96 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 841 B/s rd, 0 op/s; 107/630 objects degraded (16.984%) 2023-12-05T16:08:50.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:49 smithi038 bash[51671]: cluster 2023-12-05T16:08:48.847722+0000 mon.a (mon.0) 419 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:08:50.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:49 smithi038 bash[51671]: cluster 2023-12-05T16:08:48.861814+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e134 with expected crc 2023-12-05T16:08:50.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:49 smithi038 bash[51671]: cluster 2023-12-05T16:08:48.862440+0000 osd.5 (osd.5) 46 : cluster 3 failed to encode map e134 with expected crc 2023-12-05T16:08:50.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:49 smithi038 bash[51671]: cluster 2023-12-05T16:08:48.864785+0000 mon.a (mon.0) 420 : cluster 1 osd.4 [v2:172.21.15.38:6800/4198690786,v1:172.21.15.38:6801/4198690786] boot 2023-12-05T16:08:50.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:49 smithi038 bash[51671]: cluster 2023-12-05T16:08:48.864905+0000 mon.a (mon.0) 421 : cluster 0 osdmap e134: 8 total, 8 up, 8 in 2023-12-05T16:08:50.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:49 smithi038 bash[51671]: audit 2023-12-05T16:08:48.865687+0000 mon.a (mon.0) 422 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:08:50.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:49 smithi038 bash[51671]: cluster 2023-12-05T16:08:48.868399+0000 osd.5 (osd.5) 47 : cluster 3 failed to encode map e134 with expected crc 2023-12-05T16:08:50.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:49 smithi038 bash[51671]: audit 2023-12-05T16:08:48.871628+0000 mon.a (mon.0) 423 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:50.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:49 smithi038 bash[51671]: audit 2023-12-05T16:08:48.889009+0000 mon.a (mon.0) 424 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:50.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:08:50] "GET /metrics HTTP/1.1" 200 38320 "" "Prometheus/2.33.4" 2023-12-05T16:08:51.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:50 smithi038 bash[51671]: audit 2023-12-05T16:08:49.613737+0000 mgr.y (mgr.34107) 258 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:08:51.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:50 smithi038 bash[51671]: cluster 2023-12-05T16:08:49.874006+0000 osd.5 (osd.5) 48 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:50 smithi038 bash[51671]: cluster 2023-12-05T16:08:49.876687+0000 osd.5 (osd.5) 49 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:50 smithi038 bash[51671]: cluster 2023-12-05T16:08:49.876925+0000 mon.a (mon.0) 425 : cluster 0 osdmap e135: 8 total, 8 up, 8 in 2023-12-05T16:08:51.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:50 smithi038 bash[51671]: cluster 2023-12-05T16:08:49.877982+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:50 smithi038 bash[51671]: cluster 2023-12-05T16:08:49.878739+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:50 smithi038 bash[51671]: cluster 2023-12-05T16:08:49.880384+0000 osd.5 (osd.5) 50 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:50 smithi038 bash[51671]: cluster 2023-12-05T16:08:49.882075+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:50 smithi038 bash[51671]: cluster 2023-12-05T16:08:49.885125+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:50 smithi038 bash[51671]: cluster 2023-12-05T16:08:49.887866+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:50 smithi038 bash[51671]: cluster 2023-12-05T16:08:49.890824+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[64648]: audit 2023-12-05T16:08:49.613737+0000 mgr.y (mgr.34107) 258 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:08:51.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[64648]: cluster 2023-12-05T16:08:49.874006+0000 osd.5 (osd.5) 48 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[64648]: cluster 2023-12-05T16:08:49.876687+0000 osd.5 (osd.5) 49 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[64648]: cluster 2023-12-05T16:08:49.876925+0000 mon.a (mon.0) 425 : cluster 0 osdmap e135: 8 total, 8 up, 8 in 2023-12-05T16:08:51.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[64648]: cluster 2023-12-05T16:08:49.877982+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[64648]: cluster 2023-12-05T16:08:49.878739+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[64648]: cluster 2023-12-05T16:08:49.880384+0000 osd.5 (osd.5) 50 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[64648]: cluster 2023-12-05T16:08:49.882075+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[64648]: cluster 2023-12-05T16:08:49.885125+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[64648]: cluster 2023-12-05T16:08:49.887866+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[64648]: cluster 2023-12-05T16:08:49.890824+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[66045]: audit 2023-12-05T16:08:49.613737+0000 mgr.y (mgr.34107) 258 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:08:51.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[66045]: cluster 2023-12-05T16:08:49.874006+0000 osd.5 (osd.5) 48 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[66045]: cluster 2023-12-05T16:08:49.876687+0000 osd.5 (osd.5) 49 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[66045]: cluster 2023-12-05T16:08:49.876925+0000 mon.a (mon.0) 425 : cluster 0 osdmap e135: 8 total, 8 up, 8 in 2023-12-05T16:08:51.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[66045]: cluster 2023-12-05T16:08:49.877982+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[66045]: cluster 2023-12-05T16:08:49.878739+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[66045]: cluster 2023-12-05T16:08:49.880384+0000 osd.5 (osd.5) 50 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[66045]: cluster 2023-12-05T16:08:49.882075+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[66045]: cluster 2023-12-05T16:08:49.885125+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[66045]: cluster 2023-12-05T16:08:49.887866+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:51.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:50 smithi016 bash[66045]: cluster 2023-12-05T16:08:49.890824+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e135 with expected crc 2023-12-05T16:08:52.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:51 smithi038 bash[51671]: cluster 2023-12-05T16:08:50.490278+0000 mgr.y (mgr.34107) 259 : cluster 0 pgmap v158: 161 pgs: 20 peering, 17 active+undersized+degraded, 28 active+undersized, 96 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 59/630 objects degraded (9.365%) 2023-12-05T16:08:52.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:51 smithi016 bash[64648]: cluster 2023-12-05T16:08:50.490278+0000 mgr.y (mgr.34107) 259 : cluster 0 pgmap v158: 161 pgs: 20 peering, 17 active+undersized+degraded, 28 active+undersized, 96 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 59/630 objects degraded (9.365%) 2023-12-05T16:08:52.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:51 smithi016 bash[66045]: cluster 2023-12-05T16:08:50.490278+0000 mgr.y (mgr.34107) 259 : cluster 0 pgmap v158: 161 pgs: 20 peering, 17 active+undersized+degraded, 28 active+undersized, 96 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 59/630 objects degraded (9.365%) 2023-12-05T16:08:54.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:53 smithi038 bash[51671]: cluster 2023-12-05T16:08:52.491291+0000 mgr.y (mgr.34107) 260 : cluster 0 pgmap v159: 161 pgs: 20 peering, 17 active+undersized+degraded, 28 active+undersized, 96 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 59/630 objects degraded (9.365%) 2023-12-05T16:08:54.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:53 smithi038 bash[51671]: cluster 2023-12-05T16:08:53.414700+0000 mon.a (mon.0) 426 : cluster 3 Health check update: Degraded data redundancy: 59/630 objects degraded (9.365%), 17 pgs degraded (PG_DEGRADED) 2023-12-05T16:08:54.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:53 smithi038 bash[51671]: audit 2023-12-05T16:08:53.478080+0000 mon.a (mon.0) 427 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:54.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:53 smithi038 bash[51671]: audit 2023-12-05T16:08:53.480552+0000 mon.a (mon.0) 428 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:08:54.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:53 smithi016 bash[64648]: cluster 2023-12-05T16:08:52.491291+0000 mgr.y (mgr.34107) 260 : cluster 0 pgmap v159: 161 pgs: 20 peering, 17 active+undersized+degraded, 28 active+undersized, 96 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 59/630 objects degraded (9.365%) 2023-12-05T16:08:54.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:53 smithi016 bash[64648]: cluster 2023-12-05T16:08:53.414700+0000 mon.a (mon.0) 426 : cluster 3 Health check update: Degraded data redundancy: 59/630 objects degraded (9.365%), 17 pgs degraded (PG_DEGRADED) 2023-12-05T16:08:54.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:53 smithi016 bash[64648]: audit 2023-12-05T16:08:53.478080+0000 mon.a (mon.0) 427 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:54.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:53 smithi016 bash[64648]: audit 2023-12-05T16:08:53.480552+0000 mon.a (mon.0) 428 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:08:54.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:53 smithi016 bash[66045]: cluster 2023-12-05T16:08:52.491291+0000 mgr.y (mgr.34107) 260 : cluster 0 pgmap v159: 161 pgs: 20 peering, 17 active+undersized+degraded, 28 active+undersized, 96 active+clean; 585 KiB data, 194 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 59/630 objects degraded (9.365%) 2023-12-05T16:08:54.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:53 smithi016 bash[66045]: cluster 2023-12-05T16:08:53.414700+0000 mon.a (mon.0) 426 : cluster 3 Health check update: Degraded data redundancy: 59/630 objects degraded (9.365%), 17 pgs degraded (PG_DEGRADED) 2023-12-05T16:08:54.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:53 smithi016 bash[66045]: audit 2023-12-05T16:08:53.478080+0000 mon.a (mon.0) 427 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:08:54.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:53 smithi016 bash[66045]: audit 2023-12-05T16:08:53.480552+0000 mon.a (mon.0) 428 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:08:55.259 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:54 smithi038 bash[51671]: cluster 2023-12-05T16:08:54.493056+0000 mgr.y (mgr.34107) 261 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-05T16:08:55.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:54 smithi016 bash[64648]: cluster 2023-12-05T16:08:54.493056+0000 mgr.y (mgr.34107) 261 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-05T16:08:55.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:54 smithi016 bash[66045]: cluster 2023-12-05T16:08:54.493056+0000 mgr.y (mgr.34107) 261 : cluster 0 pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-05T16:08:56.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:55 smithi038 bash[51671]: cluster 2023-12-05T16:08:54.887507+0000 mon.a (mon.0) 429 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 59/630 objects degraded (9.365%), 17 pgs degraded) 2023-12-05T16:08:56.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:55 smithi038 bash[51671]: cluster 2023-12-05T16:08:54.887575+0000 mon.a (mon.0) 430 : cluster 1 Cluster is now healthy 2023-12-05T16:08:56.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:55 smithi016 bash[64648]: cluster 2023-12-05T16:08:54.887507+0000 mon.a (mon.0) 429 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 59/630 objects degraded (9.365%), 17 pgs degraded) 2023-12-05T16:08:56.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:55 smithi016 bash[64648]: cluster 2023-12-05T16:08:54.887575+0000 mon.a (mon.0) 430 : cluster 1 Cluster is now healthy 2023-12-05T16:08:56.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:55 smithi016 bash[66045]: cluster 2023-12-05T16:08:54.887507+0000 mon.a (mon.0) 429 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 59/630 objects degraded (9.365%), 17 pgs degraded) 2023-12-05T16:08:56.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:55 smithi016 bash[66045]: cluster 2023-12-05T16:08:54.887575+0000 mon.a (mon.0) 430 : cluster 1 Cluster is now healthy 2023-12-05T16:08:57.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:56 smithi038 bash[51671]: cluster 2023-12-05T16:08:56.493803+0000 mgr.y (mgr.34107) 262 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:08:57.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:56 smithi016 bash[64648]: cluster 2023-12-05T16:08:56.493803+0000 mgr.y (mgr.34107) 262 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:08:57.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:56 smithi016 bash[66045]: cluster 2023-12-05T16:08:56.493803+0000 mgr.y (mgr.34107) 262 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:09:00.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:59 smithi038 bash[51671]: cluster 2023-12-05T16:08:58.495093+0000 mgr.y (mgr.34107) 263 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 531 B/s rd, 0 op/s 2023-12-05T16:09:00.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:59 smithi038 bash[51671]: audit 2023-12-05T16:08:58.744222+0000 mon.a (mon.0) 431 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:00.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:59 smithi038 bash[51671]: audit 2023-12-05T16:08:58.755503+0000 mon.a (mon.0) 432 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:00.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:59 smithi038 bash[51671]: audit 2023-12-05T16:08:58.757768+0000 mon.a (mon.0) 433 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:09:00.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:59 smithi038 bash[51671]: audit 2023-12-05T16:08:58.759365+0000 mon.a (mon.0) 434 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:09:00.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:59 smithi038 bash[51671]: audit 2023-12-05T16:08:58.768612+0000 mon.a (mon.0) 435 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:00.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:59 smithi038 bash[51671]: audit 2023-12-05T16:08:58.853496+0000 mon.a (mon.0) 436 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:09:00.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:59 smithi038 bash[51671]: audit 2023-12-05T16:08:58.857208+0000 mon.a (mon.0) 437 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:00.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:59 smithi038 bash[51671]: audit 2023-12-05T16:08:58.861750+0000 mon.a (mon.0) 438 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:00.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:59 smithi038 bash[51671]: audit 2023-12-05T16:08:58.864895+0000 mon.a (mon.0) 439 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:00.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:59 smithi038 bash[51671]: audit 2023-12-05T16:08:58.869030+0000 mon.a (mon.0) 440 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-05T16:09:00.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:59 smithi038 bash[51671]: audit 2023-12-05T16:08:58.869380+0000 mgr.y (mgr.34107) 264 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-05T16:09:00.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:08:59 smithi038 bash[51671]: cephadm 2023-12-05T16:08:58.871243+0000 mgr.y (mgr.34107) 265 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-05T16:09:00.072 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[64648]: cluster 2023-12-05T16:08:58.495093+0000 mgr.y (mgr.34107) 263 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 531 B/s rd, 0 op/s 2023-12-05T16:09:00.072 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[64648]: audit 2023-12-05T16:08:58.744222+0000 mon.a (mon.0) 431 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:00.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[64648]: audit 2023-12-05T16:08:58.755503+0000 mon.a (mon.0) 432 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:00.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[64648]: audit 2023-12-05T16:08:58.757768+0000 mon.a (mon.0) 433 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:09:00.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[64648]: audit 2023-12-05T16:08:58.759365+0000 mon.a (mon.0) 434 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:09:00.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[64648]: audit 2023-12-05T16:08:58.768612+0000 mon.a (mon.0) 435 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:00.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[64648]: audit 2023-12-05T16:08:58.853496+0000 mon.a (mon.0) 436 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:09:00.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[64648]: audit 2023-12-05T16:08:58.857208+0000 mon.a (mon.0) 437 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:00.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[64648]: audit 2023-12-05T16:08:58.861750+0000 mon.a (mon.0) 438 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:00.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[64648]: audit 2023-12-05T16:08:58.864895+0000 mon.a (mon.0) 439 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:00.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[64648]: audit 2023-12-05T16:08:58.869030+0000 mon.a (mon.0) 440 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-05T16:09:00.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[64648]: audit 2023-12-05T16:08:58.869380+0000 mgr.y (mgr.34107) 264 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-05T16:09:00.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[64648]: cephadm 2023-12-05T16:08:58.871243+0000 mgr.y (mgr.34107) 265 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-05T16:09:00.073 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[66045]: cluster 2023-12-05T16:08:58.495093+0000 mgr.y (mgr.34107) 263 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 531 B/s rd, 0 op/s 2023-12-05T16:09:00.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[66045]: audit 2023-12-05T16:08:58.744222+0000 mon.a (mon.0) 431 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:00.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[66045]: audit 2023-12-05T16:08:58.755503+0000 mon.a (mon.0) 432 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:00.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[66045]: audit 2023-12-05T16:08:58.757768+0000 mon.a (mon.0) 433 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:09:00.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[66045]: audit 2023-12-05T16:08:58.759365+0000 mon.a (mon.0) 434 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:09:00.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[66045]: audit 2023-12-05T16:08:58.768612+0000 mon.a (mon.0) 435 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:00.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[66045]: audit 2023-12-05T16:08:58.853496+0000 mon.a (mon.0) 436 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:09:00.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[66045]: audit 2023-12-05T16:08:58.857208+0000 mon.a (mon.0) 437 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:00.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[66045]: audit 2023-12-05T16:08:58.861750+0000 mon.a (mon.0) 438 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:00.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[66045]: audit 2023-12-05T16:08:58.864895+0000 mon.a (mon.0) 439 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:00.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[66045]: audit 2023-12-05T16:08:58.869030+0000 mon.a (mon.0) 440 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-05T16:09:00.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[66045]: audit 2023-12-05T16:08:58.869380+0000 mgr.y (mgr.34107) 264 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-05T16:09:00.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:08:59 smithi016 bash[66045]: cephadm 2023-12-05T16:08:58.871243+0000 mgr.y (mgr.34107) 265 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-05T16:09:00.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:09:00 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:09:00] "GET /metrics HTTP/1.1" 200 38336 "" "Prometheus/2.33.4" 2023-12-05T16:09:01.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:00 smithi038 bash[51671]: audit 2023-12-05T16:08:59.624917+0000 mgr.y (mgr.34107) 266 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:09:01.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:00 smithi016 bash[64648]: audit 2023-12-05T16:08:59.624917+0000 mgr.y (mgr.34107) 266 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:09:01.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:00 smithi016 bash[66045]: audit 2023-12-05T16:08:59.624917+0000 mgr.y (mgr.34107) 266 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:09:02.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:01 smithi038 bash[51671]: cluster 2023-12-05T16:09:00.496445+0000 mgr.y (mgr.34107) 267 : cluster 0 pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 963 B/s rd, 0 op/s 2023-12-05T16:09:02.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:01 smithi038 bash[51671]: audit 2023-12-05T16:09:00.998181+0000 mon.a (mon.0) 441 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:02.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:01 smithi038 bash[51671]: audit 2023-12-05T16:09:01.002982+0000 mon.a (mon.0) 442 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T16:09:02.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:01 smithi038 bash[51671]: audit 2023-12-05T16:09:01.004592+0000 mon.a (mon.0) 443 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:09:02.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:01 smithi016 bash[64648]: cluster 2023-12-05T16:09:00.496445+0000 mgr.y (mgr.34107) 267 : cluster 0 pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 963 B/s rd, 0 op/s 2023-12-05T16:09:02.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:01 smithi016 bash[64648]: audit 2023-12-05T16:09:00.998181+0000 mon.a (mon.0) 441 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:02.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:01 smithi016 bash[64648]: audit 2023-12-05T16:09:01.002982+0000 mon.a (mon.0) 442 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T16:09:02.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:01 smithi016 bash[64648]: audit 2023-12-05T16:09:01.004592+0000 mon.a (mon.0) 443 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:09:02.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:01 smithi016 bash[66045]: cluster 2023-12-05T16:09:00.496445+0000 mgr.y (mgr.34107) 267 : cluster 0 pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 963 B/s rd, 0 op/s 2023-12-05T16:09:02.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:01 smithi016 bash[66045]: audit 2023-12-05T16:09:00.998181+0000 mon.a (mon.0) 441 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:02.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:01 smithi016 bash[66045]: audit 2023-12-05T16:09:01.002982+0000 mon.a (mon.0) 442 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T16:09:02.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:01 smithi016 bash[66045]: audit 2023-12-05T16:09:01.004592+0000 mon.a (mon.0) 443 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:09:03.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:02 smithi038 bash[51671]: cephadm 2023-12-05T16:09:00.990413+0000 mgr.y (mgr.34107) 268 : cephadm 1 Upgrade: Updating osd.5 2023-12-05T16:09:03.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:02 smithi038 bash[51671]: cephadm 2023-12-05T16:09:01.008307+0000 mgr.y (mgr.34107) 269 : cephadm 1 Deploying daemon osd.5 on smithi038 2023-12-05T16:09:03.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:02 smithi016 bash[64648]: cephadm 2023-12-05T16:09:00.990413+0000 mgr.y (mgr.34107) 268 : cephadm 1 Upgrade: Updating osd.5 2023-12-05T16:09:03.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:02 smithi016 bash[64648]: cephadm 2023-12-05T16:09:01.008307+0000 mgr.y (mgr.34107) 269 : cephadm 1 Deploying daemon osd.5 on smithi038 2023-12-05T16:09:03.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:02 smithi016 bash[66045]: cephadm 2023-12-05T16:09:00.990413+0000 mgr.y (mgr.34107) 268 : cephadm 1 Upgrade: Updating osd.5 2023-12-05T16:09:03.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:02 smithi016 bash[66045]: cephadm 2023-12-05T16:09:01.008307+0000 mgr.y (mgr.34107) 269 : cephadm 1 Deploying daemon osd.5 on smithi038 2023-12-05T16:09:04.073 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:03 smithi038 bash[51671]: cluster 2023-12-05T16:09:02.497133+0000 mgr.y (mgr.34107) 270 : cluster 0 pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:09:04.073 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:03 smithi038 bash[51671]: audit 2023-12-05T16:09:03.759644+0000 mon.a (mon.0) 444 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:04.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:03 smithi016 bash[64648]: cluster 2023-12-05T16:09:02.497133+0000 mgr.y (mgr.34107) 270 : cluster 0 pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:09:04.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:03 smithi016 bash[64648]: audit 2023-12-05T16:09:03.759644+0000 mon.a (mon.0) 444 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:04.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:03 smithi016 bash[66045]: cluster 2023-12-05T16:09:02.497133+0000 mgr.y (mgr.34107) 270 : cluster 0 pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:09:04.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:03 smithi016 bash[66045]: audit 2023-12-05T16:09:03.759644+0000 mon.a (mon.0) 444 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:05.589 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:05 smithi038 systemd[1]: Stopping Ceph osd.5 for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:09:06.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:05 smithi038 bash[51671]: cluster 2023-12-05T16:09:04.498803+0000 mgr.y (mgr.34107) 271 : cluster 0 pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:09:06.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:05 smithi038 bash[51671]: cluster 2023-12-05T16:09:05.639199+0000 mon.a (mon.0) 445 : cluster 1 osd.5 marked itself down and dead 2023-12-05T16:09:06.089 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:05 smithi038 bash[31221]: debug 2023-12-05T16:09:05.634+0000 7fa2ff152700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-05T16:09:06.089 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:05 smithi038 bash[31221]: debug 2023-12-05T16:09:05.634+0000 7fa2ff152700 -1 osd.5 135 *** Got signal Terminated *** 2023-12-05T16:09:06.089 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:05 smithi038 bash[31221]: debug 2023-12-05T16:09:05.634+0000 7fa2ff152700 -1 osd.5 135 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:09:06.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:05 smithi016 bash[64648]: cluster 2023-12-05T16:09:04.498803+0000 mgr.y (mgr.34107) 271 : cluster 0 pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:09:06.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:05 smithi016 bash[64648]: cluster 2023-12-05T16:09:05.639199+0000 mon.a (mon.0) 445 : cluster 1 osd.5 marked itself down and dead 2023-12-05T16:09:06.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:05 smithi016 bash[66045]: cluster 2023-12-05T16:09:04.498803+0000 mgr.y (mgr.34107) 271 : cluster 0 pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:09:06.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:05 smithi016 bash[66045]: cluster 2023-12-05T16:09:05.639199+0000 mon.a (mon.0) 445 : cluster 1 osd.5 marked itself down and dead 2023-12-05T16:09:06.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:06 smithi038 bash[51671]: cluster 2023-12-05T16:09:05.768654+0000 mon.a (mon.0) 446 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:09:06.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:06 smithi038 bash[51671]: cluster 2023-12-05T16:09:05.773593+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:06.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:06 smithi038 bash[51671]: cluster 2023-12-05T16:09:05.774632+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:06.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:06 smithi038 bash[51671]: cluster 2023-12-05T16:09:05.777666+0000 mon.a (mon.0) 447 : cluster 0 osdmap e136: 8 total, 7 up, 8 in 2023-12-05T16:09:06.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:06 smithi038 bash[51671]: cluster 2023-12-05T16:09:05.780042+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:06.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:06 smithi038 bash[51671]: cluster 2023-12-05T16:09:05.780585+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:06.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:06 smithi038 bash[51671]: cluster 2023-12-05T16:09:05.783727+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:06.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:06 smithi038 bash[51671]: cluster 2023-12-05T16:09:05.785144+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:06.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:06 smithi038 bash[51671]: cluster 2023-12-05T16:09:05.790853+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:07.089 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:06 smithi038 bash[55550]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-5 2023-12-05T16:09:07.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:06 smithi016 bash[64648]: cluster 2023-12-05T16:09:05.768654+0000 mon.a (mon.0) 446 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:09:07.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:06 smithi016 bash[64648]: cluster 2023-12-05T16:09:05.773593+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:07.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:06 smithi016 bash[64648]: cluster 2023-12-05T16:09:05.774632+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:07.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:06 smithi016 bash[64648]: cluster 2023-12-05T16:09:05.777666+0000 mon.a (mon.0) 447 : cluster 0 osdmap e136: 8 total, 7 up, 8 in 2023-12-05T16:09:07.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:06 smithi016 bash[64648]: cluster 2023-12-05T16:09:05.780042+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:07.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:06 smithi016 bash[64648]: cluster 2023-12-05T16:09:05.780585+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:07.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:06 smithi016 bash[64648]: cluster 2023-12-05T16:09:05.783727+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:07.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:06 smithi016 bash[64648]: cluster 2023-12-05T16:09:05.785144+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:07.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:06 smithi016 bash[64648]: cluster 2023-12-05T16:09:05.790853+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:07.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:06 smithi016 bash[66045]: cluster 2023-12-05T16:09:05.768654+0000 mon.a (mon.0) 446 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:09:07.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:06 smithi016 bash[66045]: cluster 2023-12-05T16:09:05.773593+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:07.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:06 smithi016 bash[66045]: cluster 2023-12-05T16:09:05.774632+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:07.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:06 smithi016 bash[66045]: cluster 2023-12-05T16:09:05.777666+0000 mon.a (mon.0) 447 : cluster 0 osdmap e136: 8 total, 7 up, 8 in 2023-12-05T16:09:07.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:06 smithi016 bash[66045]: cluster 2023-12-05T16:09:05.780042+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:07.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:06 smithi016 bash[66045]: cluster 2023-12-05T16:09:05.780585+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:07.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:06 smithi016 bash[66045]: cluster 2023-12-05T16:09:05.783727+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:07.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:06 smithi016 bash[66045]: cluster 2023-12-05T16:09:05.785144+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:07.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:06 smithi016 bash[66045]: cluster 2023-12-05T16:09:05.790853+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e136 with expected crc 2023-12-05T16:09:07.589 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:07 smithi038 bash[55627]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-5 2023-12-05T16:09:08.063 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:07 smithi038 bash[51671]: cluster 2023-12-05T16:09:06.499644+0000 mgr.y (mgr.34107) 272 : cluster 0 pgmap v167: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T16:09:08.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:07 smithi038 bash[51671]: cluster 2023-12-05T16:09:06.799448+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T16:09:08.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:07 smithi038 bash[51671]: cluster 2023-12-05T16:09:06.803486+0000 mon.a (mon.0) 448 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2023-12-05T16:09:08.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:07 smithi038 bash[51671]: cluster 2023-12-05T16:09:06.805204+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T16:09:08.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:07 smithi038 bash[51671]: cluster 2023-12-05T16:09:06.805467+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T16:09:08.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:07 smithi038 bash[51671]: cluster 2023-12-05T16:09:06.807767+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T16:09:08.064 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:07 smithi038 bash[51671]: cluster 2023-12-05T16:09:06.809916+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T16:09:08.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:07 smithi016 bash[64648]: cluster 2023-12-05T16:09:06.499644+0000 mgr.y (mgr.34107) 272 : cluster 0 pgmap v167: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T16:09:08.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:07 smithi016 bash[64648]: cluster 2023-12-05T16:09:06.799448+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T16:09:08.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:07 smithi016 bash[64648]: cluster 2023-12-05T16:09:06.803486+0000 mon.a (mon.0) 448 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2023-12-05T16:09:08.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:07 smithi016 bash[64648]: cluster 2023-12-05T16:09:06.805204+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T16:09:08.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:07 smithi016 bash[64648]: cluster 2023-12-05T16:09:06.805467+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T16:09:08.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:07 smithi016 bash[64648]: cluster 2023-12-05T16:09:06.807767+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T16:09:08.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:07 smithi016 bash[64648]: cluster 2023-12-05T16:09:06.809916+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T16:09:08.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:07 smithi016 bash[66045]: cluster 2023-12-05T16:09:06.499644+0000 mgr.y (mgr.34107) 272 : cluster 0 pgmap v167: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T16:09:08.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:07 smithi016 bash[66045]: cluster 2023-12-05T16:09:06.799448+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T16:09:08.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:07 smithi016 bash[66045]: cluster 2023-12-05T16:09:06.803486+0000 mon.a (mon.0) 448 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2023-12-05T16:09:08.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:07 smithi016 bash[66045]: cluster 2023-12-05T16:09:06.805204+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T16:09:08.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:07 smithi016 bash[66045]: cluster 2023-12-05T16:09:06.805467+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T16:09:08.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:07 smithi016 bash[66045]: cluster 2023-12-05T16:09:06.807767+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T16:09:08.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:07 smithi016 bash[66045]: cluster 2023-12-05T16:09:06.809916+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e137 with expected crc 2023-12-05T16:09:09.425 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:09 smithi038 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.5.service: Succeeded. 2023-12-05T16:09:09.425 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:09 smithi038 systemd[1]: Stopped Ceph osd.5 for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:09:09.425 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:09 smithi038 systemd[1]: Started Ceph osd.5 for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:09:09.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:09 smithi038 bash[51671]: audit 2023-12-05T16:09:08.478478+0000 mon.a (mon.0) 449 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:09.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:09 smithi038 bash[51671]: audit 2023-12-05T16:09:08.480842+0000 mon.a (mon.0) 450 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:09:09.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:09 smithi038 bash[51671]: cluster 2023-12-05T16:09:08.505049+0000 mgr.y (mgr.34107) 273 : cluster 0 pgmap v169: 161 pgs: 7 active+undersized+degraded, 11 stale+active+clean, 24 active+undersized, 119 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 33/630 objects degraded (5.238%) 2023-12-05T16:09:09.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:09 smithi038 bash[51671]: audit 2023-12-05T16:09:09.410308+0000 mon.a (mon.0) 451 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:09.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:09 smithi038 bash[51671]: audit 2023-12-05T16:09:09.421308+0000 mon.a (mon.0) 452 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:09.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:09 smithi016 bash[64648]: audit 2023-12-05T16:09:08.478478+0000 mon.a (mon.0) 449 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:09.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:09 smithi016 bash[64648]: audit 2023-12-05T16:09:08.480842+0000 mon.a (mon.0) 450 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:09:09.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:09 smithi016 bash[64648]: cluster 2023-12-05T16:09:08.505049+0000 mgr.y (mgr.34107) 273 : cluster 0 pgmap v169: 161 pgs: 7 active+undersized+degraded, 11 stale+active+clean, 24 active+undersized, 119 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 33/630 objects degraded (5.238%) 2023-12-05T16:09:09.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:09 smithi016 bash[64648]: audit 2023-12-05T16:09:09.410308+0000 mon.a (mon.0) 451 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:09.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:09 smithi016 bash[64648]: audit 2023-12-05T16:09:09.421308+0000 mon.a (mon.0) 452 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:09.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:09 smithi016 bash[66045]: audit 2023-12-05T16:09:08.478478+0000 mon.a (mon.0) 449 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:09.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:09 smithi016 bash[66045]: audit 2023-12-05T16:09:08.480842+0000 mon.a (mon.0) 450 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:09:09.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:09 smithi016 bash[66045]: cluster 2023-12-05T16:09:08.505049+0000 mgr.y (mgr.34107) 273 : cluster 0 pgmap v169: 161 pgs: 7 active+undersized+degraded, 11 stale+active+clean, 24 active+undersized, 119 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 33/630 objects degraded (5.238%) 2023-12-05T16:09:09.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:09 smithi016 bash[66045]: audit 2023-12-05T16:09:09.410308+0000 mon.a (mon.0) 451 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:09.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:09 smithi016 bash[66045]: audit 2023-12-05T16:09:09.421308+0000 mon.a (mon.0) 452 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:10.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:09:10 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:09:10] "GET /metrics HTTP/1.1" 200 38331 "" "Prometheus/2.33.4" 2023-12-05T16:09:10.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:10 smithi038 bash[51671]: cluster 2023-12-05T16:09:09.474760+0000 mon.a (mon.0) 453 : cluster 3 Health check failed: Degraded data redundancy: 33/630 objects degraded (5.238%), 7 pgs degraded (PG_DEGRADED) 2023-12-05T16:09:10.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:10 smithi038 bash[51671]: audit 2023-12-05T16:09:09.633156+0000 mgr.y (mgr.34107) 274 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:09:10.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:10 smithi038 bash[51671]: audit 2023-12-05T16:09:09.969194+0000 mon.a (mon.0) 454 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:10.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:10 smithi038 bash[51671]: audit 2023-12-05T16:09:09.981888+0000 mon.a (mon.0) 455 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:10.738 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:09:10.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:10 smithi016 bash[66045]: cluster 2023-12-05T16:09:09.474760+0000 mon.a (mon.0) 453 : cluster 3 Health check failed: Degraded data redundancy: 33/630 objects degraded (5.238%), 7 pgs degraded (PG_DEGRADED) 2023-12-05T16:09:10.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:10 smithi016 bash[66045]: audit 2023-12-05T16:09:09.633156+0000 mgr.y (mgr.34107) 274 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:09:10.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:10 smithi016 bash[66045]: audit 2023-12-05T16:09:09.969194+0000 mon.a (mon.0) 454 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:10.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:10 smithi016 bash[66045]: audit 2023-12-05T16:09:09.981888+0000 mon.a (mon.0) 455 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:10.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:10 smithi016 bash[64648]: cluster 2023-12-05T16:09:09.474760+0000 mon.a (mon.0) 453 : cluster 3 Health check failed: Degraded data redundancy: 33/630 objects degraded (5.238%), 7 pgs degraded (PG_DEGRADED) 2023-12-05T16:09:10.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:10 smithi016 bash[64648]: audit 2023-12-05T16:09:09.633156+0000 mgr.y (mgr.34107) 274 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:09:10.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:10 smithi016 bash[64648]: audit 2023-12-05T16:09:09.969194+0000 mon.a (mon.0) 454 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:10.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:10 smithi016 bash[64648]: audit 2023-12-05T16:09:09.981888+0000 mon.a (mon.0) 455 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:11.207 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:10 smithi038 bash[55809]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-05T16:09:11.207 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:10 smithi038 bash[55809]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2023-12-05T16:09:11.207 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:10 smithi038 bash[55809]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-05T16:09:11.207 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:10 smithi038 bash[55809]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-05T16:09:11.208 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:10 smithi038 bash[55809]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2023-12-05T16:09:11.208 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:10 smithi038 bash[55809]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-05T16:09:11.208 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:10 smithi038 bash[55809]: --> ceph-volume raw activate successful for osd ID: 5 2023-12-05T16:09:11.505 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:09:11.505 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (6m) 53s ago 13m 16.4M - 0.23.0 ba2b418f427c c48b395728e7 2023-12-05T16:09:11.505 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (6m) 23s ago 13m 43.9M - 8.3.5 dad864ee21e9 d6befc9f2bcf 2023-12-05T16:09:11.505 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (5m) 53s ago 11m 47.6M - 3.5 e1d6a67b021e bbc51b2e3d6d 2023-12-05T16:09:11.506 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283,8765 running (5m) 23s ago 19m 434M - 19.0.0-13-ge6605fb8 104f332cd0a9 d9865fd32494 2023-12-05T16:09:11.506 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:8443,9283,8765 running (6m) 53s ago 21m 494M - 19.0.0-13-ge6605fb8 104f332cd0a9 d8aa9c1870da 2023-12-05T16:09:11.506 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (4m) 53s ago 21m 52.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 61d4ec4cbec6 2023-12-05T16:09:11.506 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (3m) 23s ago 19m 41.5M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 35fe6c2d8ea2 2023-12-05T16:09:11.506 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (4m) 53s ago 19m 44.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 e48e3724baef 2023-12-05T16:09:11.506 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (6m) 53s ago 13m 14.4M - 1.3.1 1dbe0e931976 a7ad6c0fa35b 2023-12-05T16:09:11.506 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (6m) 23s ago 13m 11.7M - 1.3.1 1dbe0e931976 dac45ac68b6c 2023-12-05T16:09:11.506 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (2m) 53s ago 19m 53.8M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 19a0a8b247d6 2023-12-05T16:09:11.506 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (118s) 53s ago 18m 53.0M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 15b11f62b515 2023-12-05T16:09:11.506 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (88s) 53s ago 17m 47.9M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 c5c049833fdb 2023-12-05T16:09:11.506 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (58s) 53s ago 17m - 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 d9442fe153a8 2023-12-05T16:09:11.506 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (27s) 23s ago 16m - 3038M 19.0.0-13-ge6605fb8 104f332cd0a9 5aea4539c593 2023-12-05T16:09:11.506 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 starting - - - 3038M 2023-12-05T16:09:11.507 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (15m) 23s ago 15m 65.0M 3038M 17.2.0 e1d6a67b021e ac02a2497ba9 2023-12-05T16:09:11.507 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (14m) 23s ago 14m 66.4M 3038M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T16:09:11.507 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (5m) 23s ago 14m 62.6M - 2.33.4 514e6a882f6e 2178b2710d9e 2023-12-05T16:09:11.507 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (11m) 53s ago 11m 88.7M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:09:11.507 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (11m) 23s ago 11m 88.2M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:09:11.507 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (11m) 53s ago 11m 88.4M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:09:11.507 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (11m) 23s ago 11m 87.9M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:09:11.744 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:11 smithi038 bash[51671]: cluster 2023-12-05T16:09:10.506475+0000 mgr.y (mgr.34107) 275 : cluster 0 pgmap v170: 161 pgs: 18 active+undersized+degraded, 39 active+undersized, 104 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-05T16:09:11.744 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:11 smithi038 bash[51671]: audit 2023-12-05T16:09:10.716974+0000 mgr.y (mgr.34107) 276 : audit 0 from='client.44383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:11.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:11 smithi016 bash[64648]: cluster 2023-12-05T16:09:10.506475+0000 mgr.y (mgr.34107) 275 : cluster 0 pgmap v170: 161 pgs: 18 active+undersized+degraded, 39 active+undersized, 104 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-05T16:09:11.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:11 smithi016 bash[64648]: audit 2023-12-05T16:09:10.716974+0000 mgr.y (mgr.34107) 276 : audit 0 from='client.44383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:11.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:11 smithi016 bash[66045]: cluster 2023-12-05T16:09:10.506475+0000 mgr.y (mgr.34107) 275 : cluster 0 pgmap v170: 161 pgs: 18 active+undersized+degraded, 39 active+undersized, 104 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-05T16:09:11.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:11 smithi016 bash[66045]: audit 2023-12-05T16:09:10.716974+0000 mgr.y (mgr.34107) 276 : audit 0 from='client.44383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:11.963 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:09:11.964 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:09:11.964 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T16:09:11.964 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:09:11.964 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:09:11.964 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:09:11.964 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:09:11.964 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:09:11.964 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-05T16:09:11.964 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 5 2023-12-05T16:09:11.964 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:09:11.964 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:09:11.964 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:09:11.964 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:09:11.965 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:09:11.965 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-05T16:09:11.965 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 10 2023-12-05T16:09:11.965 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:09:11.965 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:09:12.342 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:09:12.342 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:09:12.342 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:09:12.343 INFO:teuthology.orchestra.run.smithi016.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:09:12.343 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [ 2023-12-05T16:09:12.343 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr", 2023-12-05T16:09:12.343 INFO:teuthology.orchestra.run.smithi016.stdout: "mon" 2023-12-05T16:09:12.343 INFO:teuthology.orchestra.run.smithi016.stdout: ], 2023-12-05T16:09:12.343 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "10/23 daemons upgraded", 2023-12-05T16:09:12.343 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "Currently upgrading osd daemons", 2023-12-05T16:09:12.343 INFO:teuthology.orchestra.run.smithi016.stdout: "is_paused": false 2023-12-05T16:09:12.343 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:09:12.777 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 70/630 objects degraded (11.111%), 18 pgs degraded 2023-12-05T16:09:12.777 INFO:teuthology.orchestra.run.smithi016.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-05T16:09:12.777 INFO:teuthology.orchestra.run.smithi016.stdout: osd.5 (root=default,host=smithi038) is down 2023-12-05T16:09:12.777 INFO:teuthology.orchestra.run.smithi016.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 70/630 objects degraded (11.111%), 18 pgs degraded 2023-12-05T16:09:12.777 INFO:teuthology.orchestra.run.smithi016.stdout: pg 2.12 is active+undersized+degraded, acting [3,7] 2023-12-05T16:09:12.777 INFO:teuthology.orchestra.run.smithi016.stdout: pg 2.14 is active+undersized+degraded, acting [6,3] 2023-12-05T16:09:12.777 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.2 is active+undersized+degraded, acting [3,6] 2023-12-05T16:09:12.777 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.4 is active+undersized+degraded, acting [1,2] 2023-12-05T16:09:12.777 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.5 is active+undersized+degraded, acting [3,2] 2023-12-05T16:09:12.777 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.c is active+undersized+degraded, acting [3,6] 2023-12-05T16:09:12.777 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.d is active+undersized+degraded, acting [7,6] 2023-12-05T16:09:12.778 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.10 is active+undersized+degraded, acting [6,0] 2023-12-05T16:09:12.778 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.16 is active+undersized+degraded, acting [7,1] 2023-12-05T16:09:12.778 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.17 is active+undersized+degraded, acting [0,3] 2023-12-05T16:09:12.778 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.1c is active+undersized+degraded, acting [4,1] 2023-12-05T16:09:12.778 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.1d is active+undersized+degraded, acting [4,6] 2023-12-05T16:09:12.778 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.1f is active+undersized+degraded, acting [0,2] 2023-12-05T16:09:12.778 INFO:teuthology.orchestra.run.smithi016.stdout: pg 4.3 is active+undersized+degraded, acting [0,7] 2023-12-05T16:09:12.778 INFO:teuthology.orchestra.run.smithi016.stdout: pg 4.15 is active+undersized+degraded, acting [7,3] 2023-12-05T16:09:12.778 INFO:teuthology.orchestra.run.smithi016.stdout: pg 4.1f is active+undersized+degraded, acting [6,1] 2023-12-05T16:09:12.778 INFO:teuthology.orchestra.run.smithi016.stdout: pg 6.c is active+undersized+degraded, acting [3,6] 2023-12-05T16:09:12.778 INFO:teuthology.orchestra.run.smithi016.stdout: pg 6.1a is active+undersized+degraded, acting [4,1] 2023-12-05T16:09:12.839 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:12 smithi038 bash[56088]: debug 2023-12-05T16:09:12.561+0000 7fbf8a483700 1 -- 172.21.15.38:0/1954406115 <== mon.2 v2:172.21.15.38:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x565147b111e0 con 0x565147b96800 2023-12-05T16:09:12.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:12 smithi038 bash[51671]: audit 2023-12-05T16:09:11.104810+0000 mgr.y (mgr.34107) 277 : audit 0 from='client.34461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:12.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:12 smithi038 bash[51671]: audit 2023-12-05T16:09:11.474931+0000 mgr.y (mgr.34107) 278 : audit 0 from='client.34467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:12.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:12 smithi038 bash[51671]: audit 2023-12-05T16:09:11.958299+0000 mon.a (mon.0) 456 : audit 0 from='client.? 172.21.15.16:0/1754515798' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:12.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:12 smithi016 bash[64648]: audit 2023-12-05T16:09:11.104810+0000 mgr.y (mgr.34107) 277 : audit 0 from='client.34461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:12.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:12 smithi016 bash[64648]: audit 2023-12-05T16:09:11.474931+0000 mgr.y (mgr.34107) 278 : audit 0 from='client.34467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:12.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:12 smithi016 bash[64648]: audit 2023-12-05T16:09:11.958299+0000 mon.a (mon.0) 456 : audit 0 from='client.? 172.21.15.16:0/1754515798' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:12.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:12 smithi016 bash[66045]: audit 2023-12-05T16:09:11.104810+0000 mgr.y (mgr.34107) 277 : audit 0 from='client.34461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:12.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:12 smithi016 bash[66045]: audit 2023-12-05T16:09:11.474931+0000 mgr.y (mgr.34107) 278 : audit 0 from='client.34467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:12.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:12 smithi016 bash[66045]: audit 2023-12-05T16:09:11.958299+0000 mon.a (mon.0) 456 : audit 0 from='client.? 172.21.15.16:0/1754515798' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:13.503 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:13 smithi038 bash[56088]: debug 2023-12-05T16:09:13.117+0000 7fbf93609640 -1 Falling back to public interface 2023-12-05T16:09:13.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:13 smithi038 bash[51671]: audit 2023-12-05T16:09:12.336651+0000 mgr.y (mgr.34107) 279 : audit 0 from='client.44407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:13.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:13 smithi038 bash[51671]: cluster 2023-12-05T16:09:12.507368+0000 mgr.y (mgr.34107) 280 : cluster 0 pgmap v171: 161 pgs: 18 active+undersized+degraded, 39 active+undersized, 104 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-05T16:09:13.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:13 smithi038 bash[51671]: audit 2023-12-05T16:09:12.771794+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.16:0/1032235642' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:09:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:13 smithi016 bash[64648]: audit 2023-12-05T16:09:12.336651+0000 mgr.y (mgr.34107) 279 : audit 0 from='client.44407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:13 smithi016 bash[64648]: cluster 2023-12-05T16:09:12.507368+0000 mgr.y (mgr.34107) 280 : cluster 0 pgmap v171: 161 pgs: 18 active+undersized+degraded, 39 active+undersized, 104 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-05T16:09:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:13 smithi016 bash[64648]: audit 2023-12-05T16:09:12.771794+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.16:0/1032235642' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:09:13.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:13 smithi016 bash[66045]: audit 2023-12-05T16:09:12.336651+0000 mgr.y (mgr.34107) 279 : audit 0 from='client.44407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:13.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:13 smithi016 bash[66045]: cluster 2023-12-05T16:09:12.507368+0000 mgr.y (mgr.34107) 280 : cluster 0 pgmap v171: 161 pgs: 18 active+undersized+degraded, 39 active+undersized, 104 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-05T16:09:13.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:13 smithi016 bash[66045]: audit 2023-12-05T16:09:12.771794+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.16:0/1032235642' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:09:15.840 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:15 smithi038 bash[51671]: cluster 2023-12-05T16:09:14.509309+0000 mgr.y (mgr.34107) 281 : cluster 0 pgmap v172: 161 pgs: 18 active+undersized+degraded, 39 active+undersized, 104 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-05T16:09:15.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:15 smithi016 bash[64648]: cluster 2023-12-05T16:09:14.509309+0000 mgr.y (mgr.34107) 281 : cluster 0 pgmap v172: 161 pgs: 18 active+undersized+degraded, 39 active+undersized, 104 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-05T16:09:15.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:15 smithi016 bash[66045]: cluster 2023-12-05T16:09:14.509309+0000 mgr.y (mgr.34107) 281 : cluster 0 pgmap v172: 161 pgs: 18 active+undersized+degraded, 39 active+undersized, 104 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-05T16:09:16.589 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:16 smithi038 bash[56088]: debug 2023-12-05T16:09:16.165+0000 7fbf93609640 -1 osd.5 0 read_superblock omap replica is missing. 2023-12-05T16:09:16.589 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:16 smithi038 bash[56088]: debug 2023-12-05T16:09:16.205+0000 7fbf93609640 -1 osd.5 135 log_to_monitors true 2023-12-05T16:09:17.339 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:09:16 smithi038 bash[56088]: debug 2023-12-05T16:09:16.961+0000 7fbf84a7a700 -1 osd.5 135 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T16:09:17.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:16 smithi038 bash[51671]: audit 2023-12-05T16:09:15.885890+0000 mon.a (mon.0) 457 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:17.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:16 smithi038 bash[51671]: audit 2023-12-05T16:09:15.896748+0000 mon.a (mon.0) 458 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:17.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:16 smithi038 bash[51671]: audit 2023-12-05T16:09:16.212076+0000 mon.a (mon.0) 459 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T16:09:17.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:16 smithi038 bash[51671]: audit 2023-12-05T16:09:16.212083+0000 mon.b (mon.2) 5 : audit 1 from='osd.5 [v2:172.21.15.38:6808/3154466318,v1:172.21.15.38:6809/3154466318]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T16:09:17.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:16 smithi016 bash[64648]: audit 2023-12-05T16:09:15.885890+0000 mon.a (mon.0) 457 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:17.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:16 smithi016 bash[64648]: audit 2023-12-05T16:09:15.896748+0000 mon.a (mon.0) 458 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:17.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:16 smithi016 bash[64648]: audit 2023-12-05T16:09:16.212076+0000 mon.a (mon.0) 459 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T16:09:17.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:16 smithi016 bash[64648]: audit 2023-12-05T16:09:16.212083+0000 mon.b (mon.2) 5 : audit 1 from='osd.5 [v2:172.21.15.38:6808/3154466318,v1:172.21.15.38:6809/3154466318]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T16:09:17.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:16 smithi016 bash[66045]: audit 2023-12-05T16:09:15.885890+0000 mon.a (mon.0) 457 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:17.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:16 smithi016 bash[66045]: audit 2023-12-05T16:09:15.896748+0000 mon.a (mon.0) 458 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:17.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:16 smithi016 bash[66045]: audit 2023-12-05T16:09:16.212076+0000 mon.a (mon.0) 459 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T16:09:17.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:16 smithi016 bash[66045]: audit 2023-12-05T16:09:16.212083+0000 mon.b (mon.2) 5 : audit 1 from='osd.5 [v2:172.21.15.38:6808/3154466318,v1:172.21.15.38:6809/3154466318]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T16:09:18.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:17 smithi038 bash[51671]: cluster 2023-12-05T16:09:16.510260+0000 mgr.y (mgr.34107) 282 : cluster 0 pgmap v173: 161 pgs: 18 active+undersized+degraded, 39 active+undersized, 104 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-05T16:09:18.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:17 smithi038 bash[51671]: audit 2023-12-05T16:09:16.904834+0000 mon.a (mon.0) 460 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-05T16:09:18.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:17 smithi038 bash[51671]: cluster 2023-12-05T16:09:16.907565+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e138 with expected crc 2023-12-05T16:09:18.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:17 smithi038 bash[51671]: cluster 2023-12-05T16:09:16.910290+0000 mon.a (mon.0) 461 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-05T16:09:18.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:17 smithi038 bash[51671]: audit 2023-12-05T16:09:16.913956+0000 mon.a (mon.0) 462 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:09:18.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:17 smithi038 bash[51671]: audit 2023-12-05T16:09:16.914044+0000 mon.b (mon.2) 6 : audit 1 from='osd.5 [v2:172.21.15.38:6808/3154466318,v1:172.21.15.38:6809/3154466318]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:09:18.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:17 smithi038 bash[51671]: audit 2023-12-05T16:09:16.993376+0000 mon.a (mon.0) 463 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:18.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:17 smithi038 bash[51671]: audit 2023-12-05T16:09:17.006114+0000 mon.a (mon.0) 464 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:18.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:17 smithi016 bash[64648]: cluster 2023-12-05T16:09:16.510260+0000 mgr.y (mgr.34107) 282 : cluster 0 pgmap v173: 161 pgs: 18 active+undersized+degraded, 39 active+undersized, 104 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-05T16:09:18.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:17 smithi016 bash[64648]: audit 2023-12-05T16:09:16.904834+0000 mon.a (mon.0) 460 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-05T16:09:18.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:17 smithi016 bash[64648]: cluster 2023-12-05T16:09:16.907565+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e138 with expected crc 2023-12-05T16:09:18.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:17 smithi016 bash[64648]: cluster 2023-12-05T16:09:16.910290+0000 mon.a (mon.0) 461 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-05T16:09:18.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:17 smithi016 bash[64648]: audit 2023-12-05T16:09:16.913956+0000 mon.a (mon.0) 462 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:09:18.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:17 smithi016 bash[64648]: audit 2023-12-05T16:09:16.914044+0000 mon.b (mon.2) 6 : audit 1 from='osd.5 [v2:172.21.15.38:6808/3154466318,v1:172.21.15.38:6809/3154466318]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:09:18.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:17 smithi016 bash[64648]: audit 2023-12-05T16:09:16.993376+0000 mon.a (mon.0) 463 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:18.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:17 smithi016 bash[64648]: audit 2023-12-05T16:09:17.006114+0000 mon.a (mon.0) 464 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:18.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:17 smithi016 bash[66045]: cluster 2023-12-05T16:09:16.510260+0000 mgr.y (mgr.34107) 282 : cluster 0 pgmap v173: 161 pgs: 18 active+undersized+degraded, 39 active+undersized, 104 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 70/630 objects degraded (11.111%) 2023-12-05T16:09:18.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:17 smithi016 bash[66045]: audit 2023-12-05T16:09:16.904834+0000 mon.a (mon.0) 460 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-05T16:09:18.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:17 smithi016 bash[66045]: cluster 2023-12-05T16:09:16.907565+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e138 with expected crc 2023-12-05T16:09:18.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:17 smithi016 bash[66045]: cluster 2023-12-05T16:09:16.910290+0000 mon.a (mon.0) 461 : cluster 0 osdmap e138: 8 total, 7 up, 8 in 2023-12-05T16:09:18.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:17 smithi016 bash[66045]: audit 2023-12-05T16:09:16.913956+0000 mon.a (mon.0) 462 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:09:18.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:17 smithi016 bash[66045]: audit 2023-12-05T16:09:16.914044+0000 mon.b (mon.2) 6 : audit 1 from='osd.5 [v2:172.21.15.38:6808/3154466318,v1:172.21.15.38:6809/3154466318]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:09:18.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:17 smithi016 bash[66045]: audit 2023-12-05T16:09:16.993376+0000 mon.a (mon.0) 463 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:18.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:17 smithi016 bash[66045]: audit 2023-12-05T16:09:17.006114+0000 mon.a (mon.0) 464 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:19.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:18 smithi038 bash[51671]: cluster 2023-12-05T16:09:17.905642+0000 mon.a (mon.0) 465 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:09:19.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:18 smithi038 bash[51671]: cluster 2023-12-05T16:09:17.910698+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T16:09:19.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:18 smithi038 bash[51671]: cluster 2023-12-05T16:09:17.914345+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T16:09:19.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:18 smithi038 bash[51671]: cluster 2023-12-05T16:09:17.914389+0000 mon.a (mon.0) 466 : cluster 1 osd.5 [v2:172.21.15.38:6808/3154466318,v1:172.21.15.38:6809/3154466318] boot 2023-12-05T16:09:19.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:18 smithi038 bash[51671]: cluster 2023-12-05T16:09:17.914493+0000 mon.a (mon.0) 467 : cluster 0 osdmap e139: 8 total, 8 up, 8 in 2023-12-05T16:09:19.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:18 smithi038 bash[51671]: audit 2023-12-05T16:09:17.914798+0000 mon.a (mon.0) 468 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:09:19.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:18 smithi038 bash[51671]: cluster 2023-12-05T16:09:17.919463+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T16:09:19.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:18 smithi038 bash[51671]: cluster 2023-12-05T16:09:17.922254+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T16:09:19.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:18 smithi038 bash[51671]: cluster 2023-12-05T16:09:18.423164+0000 mon.a (mon.0) 469 : cluster 3 Health check update: Degraded data redundancy: 70/630 objects degraded (11.111%), 18 pgs degraded (PG_DEGRADED) 2023-12-05T16:09:19.340 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:18 smithi038 bash[51671]: audit 2023-12-05T16:09:18.792391+0000 mon.a (mon.0) 470 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:19.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[64648]: cluster 2023-12-05T16:09:17.905642+0000 mon.a (mon.0) 465 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:09:19.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[64648]: cluster 2023-12-05T16:09:17.910698+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T16:09:19.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[64648]: cluster 2023-12-05T16:09:17.914345+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T16:09:19.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[64648]: cluster 2023-12-05T16:09:17.914389+0000 mon.a (mon.0) 466 : cluster 1 osd.5 [v2:172.21.15.38:6808/3154466318,v1:172.21.15.38:6809/3154466318] boot 2023-12-05T16:09:19.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[64648]: cluster 2023-12-05T16:09:17.914493+0000 mon.a (mon.0) 467 : cluster 0 osdmap e139: 8 total, 8 up, 8 in 2023-12-05T16:09:19.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[64648]: audit 2023-12-05T16:09:17.914798+0000 mon.a (mon.0) 468 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:09:19.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[64648]: cluster 2023-12-05T16:09:17.919463+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T16:09:19.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[64648]: cluster 2023-12-05T16:09:17.922254+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T16:09:19.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[64648]: cluster 2023-12-05T16:09:18.423164+0000 mon.a (mon.0) 469 : cluster 3 Health check update: Degraded data redundancy: 70/630 objects degraded (11.111%), 18 pgs degraded (PG_DEGRADED) 2023-12-05T16:09:19.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[64648]: audit 2023-12-05T16:09:18.792391+0000 mon.a (mon.0) 470 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:19.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[66045]: cluster 2023-12-05T16:09:17.905642+0000 mon.a (mon.0) 465 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:09:19.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[66045]: cluster 2023-12-05T16:09:17.910698+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T16:09:19.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[66045]: cluster 2023-12-05T16:09:17.914345+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T16:09:19.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[66045]: cluster 2023-12-05T16:09:17.914389+0000 mon.a (mon.0) 466 : cluster 1 osd.5 [v2:172.21.15.38:6808/3154466318,v1:172.21.15.38:6809/3154466318] boot 2023-12-05T16:09:19.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[66045]: cluster 2023-12-05T16:09:17.914493+0000 mon.a (mon.0) 467 : cluster 0 osdmap e139: 8 total, 8 up, 8 in 2023-12-05T16:09:19.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[66045]: audit 2023-12-05T16:09:17.914798+0000 mon.a (mon.0) 468 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:09:19.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[66045]: cluster 2023-12-05T16:09:17.919463+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T16:09:19.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[66045]: cluster 2023-12-05T16:09:17.922254+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e139 with expected crc 2023-12-05T16:09:19.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[66045]: cluster 2023-12-05T16:09:18.423164+0000 mon.a (mon.0) 469 : cluster 3 Health check update: Degraded data redundancy: 70/630 objects degraded (11.111%), 18 pgs degraded (PG_DEGRADED) 2023-12-05T16:09:19.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:18 smithi016 bash[66045]: audit 2023-12-05T16:09:18.792391+0000 mon.a (mon.0) 470 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:20.072 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:19 smithi016 bash[64648]: cluster 2023-12-05T16:09:18.511417+0000 mgr.y (mgr.34107) 283 : cluster 0 pgmap v176: 161 pgs: 7 peering, 17 active+undersized+degraded, 33 active+undersized, 104 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 60/630 objects degraded (9.524%) 2023-12-05T16:09:20.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:19 smithi016 bash[64648]: cluster 2023-12-05T16:09:18.911911+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T16:09:20.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:19 smithi016 bash[64648]: cluster 2023-12-05T16:09:18.912225+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T16:09:20.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:19 smithi016 bash[64648]: cluster 2023-12-05T16:09:18.915150+0000 mon.a (mon.0) 471 : cluster 0 osdmap e140: 8 total, 8 up, 8 in 2023-12-05T16:09:20.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:19 smithi016 bash[64648]: cluster 2023-12-05T16:09:18.916825+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T16:09:20.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:19 smithi016 bash[64648]: cluster 2023-12-05T16:09:18.918778+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T16:09:20.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:19 smithi016 bash[64648]: cluster 2023-12-05T16:09:18.923845+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T16:09:20.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:19 smithi016 bash[64648]: cluster 2023-12-05T16:09:18.925698+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T16:09:20.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:19 smithi016 bash[66045]: cluster 2023-12-05T16:09:18.511417+0000 mgr.y (mgr.34107) 283 : cluster 0 pgmap v176: 161 pgs: 7 peering, 17 active+undersized+degraded, 33 active+undersized, 104 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 60/630 objects degraded (9.524%) 2023-12-05T16:09:20.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:19 smithi016 bash[66045]: cluster 2023-12-05T16:09:18.911911+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T16:09:20.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:19 smithi016 bash[66045]: cluster 2023-12-05T16:09:18.912225+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T16:09:20.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:19 smithi016 bash[66045]: cluster 2023-12-05T16:09:18.915150+0000 mon.a (mon.0) 471 : cluster 0 osdmap e140: 8 total, 8 up, 8 in 2023-12-05T16:09:20.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:19 smithi016 bash[66045]: cluster 2023-12-05T16:09:18.916825+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T16:09:20.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:19 smithi016 bash[66045]: cluster 2023-12-05T16:09:18.918778+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T16:09:20.075 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:19 smithi016 bash[66045]: cluster 2023-12-05T16:09:18.923845+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T16:09:20.075 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:19 smithi016 bash[66045]: cluster 2023-12-05T16:09:18.925698+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T16:09:20.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:19 smithi038 bash[51671]: cluster 2023-12-05T16:09:18.511417+0000 mgr.y (mgr.34107) 283 : cluster 0 pgmap v176: 161 pgs: 7 peering, 17 active+undersized+degraded, 33 active+undersized, 104 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 60/630 objects degraded (9.524%) 2023-12-05T16:09:20.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:19 smithi038 bash[51671]: cluster 2023-12-05T16:09:18.911911+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T16:09:20.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:19 smithi038 bash[51671]: cluster 2023-12-05T16:09:18.912225+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T16:09:20.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:19 smithi038 bash[51671]: cluster 2023-12-05T16:09:18.915150+0000 mon.a (mon.0) 471 : cluster 0 osdmap e140: 8 total, 8 up, 8 in 2023-12-05T16:09:20.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:19 smithi038 bash[51671]: cluster 2023-12-05T16:09:18.916825+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T16:09:20.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:19 smithi038 bash[51671]: cluster 2023-12-05T16:09:18.918778+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T16:09:20.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:19 smithi038 bash[51671]: cluster 2023-12-05T16:09:18.923845+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T16:09:20.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:19 smithi038 bash[51671]: cluster 2023-12-05T16:09:18.925698+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e140 with expected crc 2023-12-05T16:09:20.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:09:20 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:09:20] "GET /metrics HTTP/1.1" 200 38331 "" "Prometheus/2.33.4" 2023-12-05T16:09:21.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:20 smithi038 bash[51671]: audit 2023-12-05T16:09:19.644236+0000 mgr.y (mgr.34107) 284 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:09:21.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:20 smithi016 bash[64648]: audit 2023-12-05T16:09:19.644236+0000 mgr.y (mgr.34107) 284 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:09:21.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:20 smithi016 bash[66045]: audit 2023-12-05T16:09:19.644236+0000 mgr.y (mgr.34107) 284 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:09:22.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:21 smithi038 bash[51671]: cluster 2023-12-05T16:09:20.512693+0000 mgr.y (mgr.34107) 285 : cluster 0 pgmap v178: 161 pgs: 12 peering, 11 active+undersized+degraded, 24 active+undersized, 114 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 42/630 objects degraded (6.667%) 2023-12-05T16:09:22.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:21 smithi016 bash[64648]: cluster 2023-12-05T16:09:20.512693+0000 mgr.y (mgr.34107) 285 : cluster 0 pgmap v178: 161 pgs: 12 peering, 11 active+undersized+degraded, 24 active+undersized, 114 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 42/630 objects degraded (6.667%) 2023-12-05T16:09:22.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:21 smithi016 bash[66045]: cluster 2023-12-05T16:09:20.512693+0000 mgr.y (mgr.34107) 285 : cluster 0 pgmap v178: 161 pgs: 12 peering, 11 active+undersized+degraded, 24 active+undersized, 114 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 42/630 objects degraded (6.667%) 2023-12-05T16:09:23.262 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:22 smithi038 bash[51671]: cluster 2023-12-05T16:09:22.513782+0000 mgr.y (mgr.34107) 286 : cluster 0 pgmap v179: 161 pgs: 12 peering, 4 active+undersized+degraded, 10 active+undersized, 135 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 10/630 objects degraded (1.587%) 2023-12-05T16:09:23.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:22 smithi016 bash[64648]: cluster 2023-12-05T16:09:22.513782+0000 mgr.y (mgr.34107) 286 : cluster 0 pgmap v179: 161 pgs: 12 peering, 4 active+undersized+degraded, 10 active+undersized, 135 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 10/630 objects degraded (1.587%) 2023-12-05T16:09:23.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:22 smithi016 bash[66045]: cluster 2023-12-05T16:09:22.513782+0000 mgr.y (mgr.34107) 286 : cluster 0 pgmap v179: 161 pgs: 12 peering, 4 active+undersized+degraded, 10 active+undersized, 135 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 10/630 objects degraded (1.587%) 2023-12-05T16:09:24.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:23 smithi038 bash[51671]: cluster 2023-12-05T16:09:23.424870+0000 mon.a (mon.0) 472 : cluster 3 Health check update: Degraded data redundancy: 10/630 objects degraded (1.587%), 4 pgs degraded (PG_DEGRADED) 2023-12-05T16:09:24.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:23 smithi038 bash[51671]: audit 2023-12-05T16:09:23.478505+0000 mon.a (mon.0) 473 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:24.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:23 smithi038 bash[51671]: audit 2023-12-05T16:09:23.480707+0000 mon.a (mon.0) 474 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:09:24.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:23 smithi016 bash[64648]: cluster 2023-12-05T16:09:23.424870+0000 mon.a (mon.0) 472 : cluster 3 Health check update: Degraded data redundancy: 10/630 objects degraded (1.587%), 4 pgs degraded (PG_DEGRADED) 2023-12-05T16:09:24.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:23 smithi016 bash[64648]: audit 2023-12-05T16:09:23.478505+0000 mon.a (mon.0) 473 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:24.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:23 smithi016 bash[64648]: audit 2023-12-05T16:09:23.480707+0000 mon.a (mon.0) 474 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:09:24.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:23 smithi016 bash[66045]: cluster 2023-12-05T16:09:23.424870+0000 mon.a (mon.0) 472 : cluster 3 Health check update: Degraded data redundancy: 10/630 objects degraded (1.587%), 4 pgs degraded (PG_DEGRADED) 2023-12-05T16:09:24.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:23 smithi016 bash[66045]: audit 2023-12-05T16:09:23.478505+0000 mon.a (mon.0) 473 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:24.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:23 smithi016 bash[66045]: audit 2023-12-05T16:09:23.480707+0000 mon.a (mon.0) 474 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:09:25.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:24 smithi038 bash[51671]: cluster 2023-12-05T16:09:24.515382+0000 mgr.y (mgr.34107) 287 : cluster 0 pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2023-12-05T16:09:25.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:24 smithi016 bash[64648]: cluster 2023-12-05T16:09:24.515382+0000 mgr.y (mgr.34107) 287 : cluster 0 pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2023-12-05T16:09:25.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:24 smithi016 bash[66045]: cluster 2023-12-05T16:09:24.515382+0000 mgr.y (mgr.34107) 287 : cluster 0 pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2023-12-05T16:09:26.305 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:25 smithi038 bash[51671]: cluster 2023-12-05T16:09:24.918776+0000 mon.a (mon.0) 475 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 10/630 objects degraded (1.587%), 4 pgs degraded) 2023-12-05T16:09:26.305 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:25 smithi038 bash[51671]: cluster 2023-12-05T16:09:24.918845+0000 mon.a (mon.0) 476 : cluster 1 Cluster is now healthy 2023-12-05T16:09:26.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:25 smithi016 bash[64648]: cluster 2023-12-05T16:09:24.918776+0000 mon.a (mon.0) 475 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 10/630 objects degraded (1.587%), 4 pgs degraded) 2023-12-05T16:09:26.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:25 smithi016 bash[64648]: cluster 2023-12-05T16:09:24.918845+0000 mon.a (mon.0) 476 : cluster 1 Cluster is now healthy 2023-12-05T16:09:26.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:25 smithi016 bash[66045]: cluster 2023-12-05T16:09:24.918776+0000 mon.a (mon.0) 475 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 10/630 objects degraded (1.587%), 4 pgs degraded) 2023-12-05T16:09:26.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:25 smithi016 bash[66045]: cluster 2023-12-05T16:09:24.918845+0000 mon.a (mon.0) 476 : cluster 1 Cluster is now healthy 2023-12-05T16:09:28.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[66045]: cluster 2023-12-05T16:09:26.516138+0000 mgr.y (mgr.34107) 288 : cluster 0 pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 832 B/s rd, 0 op/s 2023-12-05T16:09:28.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[66045]: audit 2023-12-05T16:09:26.863359+0000 mon.a (mon.0) 477 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:28.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[66045]: audit 2023-12-05T16:09:26.874733+0000 mon.a (mon.0) 478 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:28.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[66045]: audit 2023-12-05T16:09:26.876847+0000 mon.a (mon.0) 479 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:09:28.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[66045]: audit 2023-12-05T16:09:26.878471+0000 mon.a (mon.0) 480 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:09:28.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[66045]: audit 2023-12-05T16:09:26.888187+0000 mon.a (mon.0) 481 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:28.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[66045]: audit 2023-12-05T16:09:26.975098+0000 mon.a (mon.0) 482 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:09:28.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[66045]: audit 2023-12-05T16:09:26.978973+0000 mon.a (mon.0) 483 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:28.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[66045]: audit 2023-12-05T16:09:26.982486+0000 mon.a (mon.0) 484 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:28.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[66045]: audit 2023-12-05T16:09:26.985009+0000 mon.a (mon.0) 485 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:28.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[66045]: audit 2023-12-05T16:09:26.988356+0000 mon.a (mon.0) 486 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-05T16:09:28.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[64648]: cluster 2023-12-05T16:09:26.516138+0000 mgr.y (mgr.34107) 288 : cluster 0 pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 832 B/s rd, 0 op/s 2023-12-05T16:09:28.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[64648]: audit 2023-12-05T16:09:26.863359+0000 mon.a (mon.0) 477 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:28.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[64648]: audit 2023-12-05T16:09:26.874733+0000 mon.a (mon.0) 478 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:28.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[64648]: audit 2023-12-05T16:09:26.876847+0000 mon.a (mon.0) 479 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:09:28.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[64648]: audit 2023-12-05T16:09:26.878471+0000 mon.a (mon.0) 480 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:09:28.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[64648]: audit 2023-12-05T16:09:26.888187+0000 mon.a (mon.0) 481 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:28.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[64648]: audit 2023-12-05T16:09:26.975098+0000 mon.a (mon.0) 482 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:09:28.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[64648]: audit 2023-12-05T16:09:26.978973+0000 mon.a (mon.0) 483 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:28.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[64648]: audit 2023-12-05T16:09:26.982486+0000 mon.a (mon.0) 484 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:28.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[64648]: audit 2023-12-05T16:09:26.985009+0000 mon.a (mon.0) 485 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:28.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:27 smithi016 bash[64648]: audit 2023-12-05T16:09:26.988356+0000 mon.a (mon.0) 486 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-05T16:09:28.134 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:27 smithi038 bash[51671]: cluster 2023-12-05T16:09:26.516138+0000 mgr.y (mgr.34107) 288 : cluster 0 pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 832 B/s rd, 0 op/s 2023-12-05T16:09:28.134 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:27 smithi038 bash[51671]: audit 2023-12-05T16:09:26.863359+0000 mon.a (mon.0) 477 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:28.134 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:27 smithi038 bash[51671]: audit 2023-12-05T16:09:26.874733+0000 mon.a (mon.0) 478 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:28.134 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:27 smithi038 bash[51671]: audit 2023-12-05T16:09:26.876847+0000 mon.a (mon.0) 479 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:09:28.134 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:27 smithi038 bash[51671]: audit 2023-12-05T16:09:26.878471+0000 mon.a (mon.0) 480 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:09:28.134 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:27 smithi038 bash[51671]: audit 2023-12-05T16:09:26.888187+0000 mon.a (mon.0) 481 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:28.134 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:27 smithi038 bash[51671]: audit 2023-12-05T16:09:26.975098+0000 mon.a (mon.0) 482 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:09:28.135 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:27 smithi038 bash[51671]: audit 2023-12-05T16:09:26.978973+0000 mon.a (mon.0) 483 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:28.135 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:27 smithi038 bash[51671]: audit 2023-12-05T16:09:26.982486+0000 mon.a (mon.0) 484 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:28.135 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:27 smithi038 bash[51671]: audit 2023-12-05T16:09:26.985009+0000 mon.a (mon.0) 485 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:28.135 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:27 smithi038 bash[51671]: audit 2023-12-05T16:09:26.988356+0000 mon.a (mon.0) 486 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-05T16:09:29.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:28 smithi016 bash[66045]: audit 2023-12-05T16:09:26.988877+0000 mgr.y (mgr.34107) 289 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-05T16:09:29.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:28 smithi016 bash[66045]: cephadm 2023-12-05T16:09:26.990896+0000 mgr.y (mgr.34107) 290 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-05T16:09:29.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:28 smithi016 bash[66045]: audit 2023-12-05T16:09:28.819770+0000 mon.a (mon.0) 487 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:29.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:28 smithi016 bash[64648]: audit 2023-12-05T16:09:26.988877+0000 mgr.y (mgr.34107) 289 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-05T16:09:29.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:28 smithi016 bash[64648]: cephadm 2023-12-05T16:09:26.990896+0000 mgr.y (mgr.34107) 290 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-05T16:09:29.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:28 smithi016 bash[64648]: audit 2023-12-05T16:09:28.819770+0000 mon.a (mon.0) 487 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:29.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:28 smithi038 bash[51671]: audit 2023-12-05T16:09:26.988877+0000 mgr.y (mgr.34107) 289 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-05T16:09:29.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:28 smithi038 bash[51671]: cephadm 2023-12-05T16:09:26.990896+0000 mgr.y (mgr.34107) 290 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-05T16:09:29.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:28 smithi038 bash[51671]: audit 2023-12-05T16:09:28.819770+0000 mon.a (mon.0) 487 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:30.072 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:29 smithi016 bash[64648]: cluster 2023-12-05T16:09:28.517574+0000 mgr.y (mgr.34107) 291 : cluster 0 pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 0 op/s 2023-12-05T16:09:30.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:29 smithi016 bash[64648]: audit 2023-12-05T16:09:29.068778+0000 mon.a (mon.0) 488 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:30.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:29 smithi016 bash[64648]: audit 2023-12-05T16:09:29.074203+0000 mon.a (mon.0) 489 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T16:09:30.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:29 smithi016 bash[64648]: audit 2023-12-05T16:09:29.076072+0000 mon.a (mon.0) 490 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:09:30.073 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:29 smithi016 bash[66045]: cluster 2023-12-05T16:09:28.517574+0000 mgr.y (mgr.34107) 291 : cluster 0 pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 0 op/s 2023-12-05T16:09:30.073 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:29 smithi016 bash[66045]: audit 2023-12-05T16:09:29.068778+0000 mon.a (mon.0) 488 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:30.073 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:29 smithi016 bash[66045]: audit 2023-12-05T16:09:29.074203+0000 mon.a (mon.0) 489 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T16:09:30.073 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:29 smithi016 bash[66045]: audit 2023-12-05T16:09:29.076072+0000 mon.a (mon.0) 490 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:09:30.334 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:29 smithi038 bash[51671]: cluster 2023-12-05T16:09:28.517574+0000 mgr.y (mgr.34107) 291 : cluster 0 pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 0 op/s 2023-12-05T16:09:30.334 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:29 smithi038 bash[51671]: audit 2023-12-05T16:09:29.068778+0000 mon.a (mon.0) 488 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:30.334 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:29 smithi038 bash[51671]: audit 2023-12-05T16:09:29.074203+0000 mon.a (mon.0) 489 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T16:09:30.334 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:29 smithi038 bash[51671]: audit 2023-12-05T16:09:29.076072+0000 mon.a (mon.0) 490 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:09:30.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:09:30 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:09:30] "GET /metrics HTTP/1.1" 200 38346 "" "Prometheus/2.33.4" 2023-12-05T16:09:31.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:30 smithi038 bash[51671]: cephadm 2023-12-05T16:09:29.060858+0000 mgr.y (mgr.34107) 292 : cephadm 1 Upgrade: Updating osd.6 2023-12-05T16:09:31.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:30 smithi038 bash[51671]: cephadm 2023-12-05T16:09:29.079306+0000 mgr.y (mgr.34107) 293 : cephadm 1 Deploying daemon osd.6 on smithi038 2023-12-05T16:09:31.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:30 smithi038 bash[51671]: audit 2023-12-05T16:09:29.652987+0000 mgr.y (mgr.34107) 294 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:09:31.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:30 smithi016 bash[64648]: cephadm 2023-12-05T16:09:29.060858+0000 mgr.y (mgr.34107) 292 : cephadm 1 Upgrade: Updating osd.6 2023-12-05T16:09:31.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:30 smithi016 bash[64648]: cephadm 2023-12-05T16:09:29.079306+0000 mgr.y (mgr.34107) 293 : cephadm 1 Deploying daemon osd.6 on smithi038 2023-12-05T16:09:31.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:30 smithi016 bash[64648]: audit 2023-12-05T16:09:29.652987+0000 mgr.y (mgr.34107) 294 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:09:31.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:30 smithi016 bash[66045]: cephadm 2023-12-05T16:09:29.060858+0000 mgr.y (mgr.34107) 292 : cephadm 1 Upgrade: Updating osd.6 2023-12-05T16:09:31.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:30 smithi016 bash[66045]: cephadm 2023-12-05T16:09:29.079306+0000 mgr.y (mgr.34107) 293 : cephadm 1 Deploying daemon osd.6 on smithi038 2023-12-05T16:09:31.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:30 smithi016 bash[66045]: audit 2023-12-05T16:09:29.652987+0000 mgr.y (mgr.34107) 294 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:09:32.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:31 smithi038 bash[51671]: cluster 2023-12-05T16:09:30.518733+0000 mgr.y (mgr.34107) 295 : cluster 0 pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 794 B/s rd, 0 op/s 2023-12-05T16:09:32.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:31 smithi016 bash[64648]: cluster 2023-12-05T16:09:30.518733+0000 mgr.y (mgr.34107) 295 : cluster 0 pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 794 B/s rd, 0 op/s 2023-12-05T16:09:32.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:31 smithi016 bash[66045]: cluster 2023-12-05T16:09:30.518733+0000 mgr.y (mgr.34107) 295 : cluster 0 pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 794 B/s rd, 0 op/s 2023-12-05T16:09:33.589 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:33 smithi038 systemd[1]: Stopping Ceph osd.6 for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:09:34.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:33 smithi038 bash[51671]: cluster 2023-12-05T16:09:32.519631+0000 mgr.y (mgr.34107) 296 : cluster 0 pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:09:34.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:33 smithi038 bash[51671]: cluster 2023-12-05T16:09:33.677012+0000 mon.a (mon.0) 491 : cluster 1 osd.6 marked itself down and dead 2023-12-05T16:09:34.089 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:33 smithi038 bash[34340]: debug 2023-12-05T16:09:33.673+0000 7f5571beb700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-05T16:09:34.089 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:33 smithi038 bash[34340]: debug 2023-12-05T16:09:33.673+0000 7f5571beb700 -1 osd.6 140 *** Got signal Terminated *** 2023-12-05T16:09:34.090 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:33 smithi038 bash[34340]: debug 2023-12-05T16:09:33.673+0000 7f5571beb700 -1 osd.6 140 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:09:34.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:33 smithi016 bash[64648]: cluster 2023-12-05T16:09:32.519631+0000 mgr.y (mgr.34107) 296 : cluster 0 pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:09:34.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:33 smithi016 bash[64648]: cluster 2023-12-05T16:09:33.677012+0000 mon.a (mon.0) 491 : cluster 1 osd.6 marked itself down and dead 2023-12-05T16:09:34.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:33 smithi016 bash[66045]: cluster 2023-12-05T16:09:32.519631+0000 mgr.y (mgr.34107) 296 : cluster 0 pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:09:34.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:33 smithi016 bash[66045]: cluster 2023-12-05T16:09:33.677012+0000 mon.a (mon.0) 491 : cluster 1 osd.6 marked itself down and dead 2023-12-05T16:09:35.237 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:34 smithi038 bash[51671]: cluster 2023-12-05T16:09:34.433822+0000 mon.a (mon.0) 492 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:09:35.237 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:34 smithi038 bash[51671]: cluster 2023-12-05T16:09:34.439865+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e141 with expected crc 2023-12-05T16:09:35.237 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:34 smithi038 bash[51671]: cluster 2023-12-05T16:09:34.445136+0000 mon.a (mon.0) 493 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-05T16:09:35.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:34 smithi016 bash[64648]: cluster 2023-12-05T16:09:34.433822+0000 mon.a (mon.0) 492 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:09:35.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:34 smithi016 bash[64648]: cluster 2023-12-05T16:09:34.439865+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e141 with expected crc 2023-12-05T16:09:35.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:34 smithi016 bash[64648]: cluster 2023-12-05T16:09:34.445136+0000 mon.a (mon.0) 493 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-05T16:09:35.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:34 smithi016 bash[66045]: cluster 2023-12-05T16:09:34.433822+0000 mon.a (mon.0) 492 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:09:35.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:34 smithi016 bash[66045]: cluster 2023-12-05T16:09:34.439865+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e141 with expected crc 2023-12-05T16:09:35.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:34 smithi016 bash[66045]: cluster 2023-12-05T16:09:34.445136+0000 mon.a (mon.0) 493 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-05T16:09:35.839 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:35 smithi038 bash[57594]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-6 2023-12-05T16:09:35.839 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:35 smithi038 bash[57669]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-6 2023-12-05T16:09:36.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:35 smithi038 bash[51671]: cluster 2023-12-05T16:09:34.520508+0000 mgr.y (mgr.34107) 297 : cluster 0 pgmap v186: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T16:09:36.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:35 smithi038 bash[51671]: cluster 2023-12-05T16:09:35.448658+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T16:09:36.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:35 smithi038 bash[51671]: cluster 2023-12-05T16:09:35.453144+0000 mon.a (mon.0) 494 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-05T16:09:36.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:35 smithi038 bash[51671]: cluster 2023-12-05T16:09:35.455425+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T16:09:36.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:35 smithi038 bash[51671]: cluster 2023-12-05T16:09:35.459585+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T16:09:36.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:35 smithi038 bash[51671]: cluster 2023-12-05T16:09:35.463105+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T16:09:36.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:35 smithi038 bash[51671]: cluster 2023-12-05T16:09:35.465185+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T16:09:36.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:35 smithi016 bash[64648]: cluster 2023-12-05T16:09:34.520508+0000 mgr.y (mgr.34107) 297 : cluster 0 pgmap v186: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T16:09:36.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:35 smithi016 bash[64648]: cluster 2023-12-05T16:09:35.448658+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T16:09:36.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:35 smithi016 bash[64648]: cluster 2023-12-05T16:09:35.453144+0000 mon.a (mon.0) 494 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-05T16:09:36.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:35 smithi016 bash[64648]: cluster 2023-12-05T16:09:35.455425+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T16:09:36.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:35 smithi016 bash[64648]: cluster 2023-12-05T16:09:35.459585+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T16:09:36.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:35 smithi016 bash[64648]: cluster 2023-12-05T16:09:35.463105+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T16:09:36.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:35 smithi016 bash[64648]: cluster 2023-12-05T16:09:35.465185+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T16:09:36.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:35 smithi016 bash[66045]: cluster 2023-12-05T16:09:34.520508+0000 mgr.y (mgr.34107) 297 : cluster 0 pgmap v186: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T16:09:36.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:35 smithi016 bash[66045]: cluster 2023-12-05T16:09:35.448658+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T16:09:36.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:35 smithi016 bash[66045]: cluster 2023-12-05T16:09:35.453144+0000 mon.a (mon.0) 494 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-05T16:09:36.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:35 smithi016 bash[66045]: cluster 2023-12-05T16:09:35.455425+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T16:09:36.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:35 smithi016 bash[66045]: cluster 2023-12-05T16:09:35.459585+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T16:09:36.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:35 smithi016 bash[66045]: cluster 2023-12-05T16:09:35.463105+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T16:09:36.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:35 smithi016 bash[66045]: cluster 2023-12-05T16:09:35.465185+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e142 with expected crc 2023-12-05T16:09:38.216 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:37 smithi038 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.6.service: Succeeded. 2023-12-05T16:09:38.217 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:37 smithi038 systemd[1]: Stopped Ceph osd.6 for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:09:38.217 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:37 smithi038 bash[51671]: cluster 2023-12-05T16:09:36.521310+0000 mgr.y (mgr.34107) 298 : cluster 0 pgmap v188: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:09:38.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:37 smithi016 bash[64648]: cluster 2023-12-05T16:09:36.521310+0000 mgr.y (mgr.34107) 298 : cluster 0 pgmap v188: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:09:38.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:37 smithi016 bash[66045]: cluster 2023-12-05T16:09:36.521310+0000 mgr.y (mgr.34107) 298 : cluster 0 pgmap v188: 161 pgs: 14 stale+active+clean, 147 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:09:38.589 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:38 smithi038 systemd[1]: Started Ceph osd.6 for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:09:39.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:39 smithi038 bash[51671]: audit 2023-12-05T16:09:38.262630+0000 mon.a (mon.0) 495 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:39.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:39 smithi038 bash[51671]: audit 2023-12-05T16:09:38.272118+0000 mon.a (mon.0) 496 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:39.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:39 smithi038 bash[51671]: audit 2023-12-05T16:09:38.479289+0000 mon.a (mon.0) 497 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:39.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:39 smithi038 bash[51671]: audit 2023-12-05T16:09:38.481553+0000 mon.a (mon.0) 498 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:09:39.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:39 smithi038 bash[51671]: cluster 2023-12-05T16:09:38.522692+0000 mgr.y (mgr.34107) 299 : cluster 0 pgmap v189: 161 pgs: 10 active+undersized+degraded, 2 stale+active+clean, 25 active+undersized, 124 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s; 46/630 objects degraded (7.302%) 2023-12-05T16:09:39.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:39 smithi016 bash[64648]: audit 2023-12-05T16:09:38.262630+0000 mon.a (mon.0) 495 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:39.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:39 smithi016 bash[64648]: audit 2023-12-05T16:09:38.272118+0000 mon.a (mon.0) 496 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:39.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:39 smithi016 bash[64648]: audit 2023-12-05T16:09:38.479289+0000 mon.a (mon.0) 497 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:39.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:39 smithi016 bash[64648]: audit 2023-12-05T16:09:38.481553+0000 mon.a (mon.0) 498 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:09:39.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:39 smithi016 bash[64648]: cluster 2023-12-05T16:09:38.522692+0000 mgr.y (mgr.34107) 299 : cluster 0 pgmap v189: 161 pgs: 10 active+undersized+degraded, 2 stale+active+clean, 25 active+undersized, 124 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s; 46/630 objects degraded (7.302%) 2023-12-05T16:09:39.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:39 smithi016 bash[66045]: audit 2023-12-05T16:09:38.262630+0000 mon.a (mon.0) 495 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:39.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:39 smithi016 bash[66045]: audit 2023-12-05T16:09:38.272118+0000 mon.a (mon.0) 496 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:39.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:39 smithi016 bash[66045]: audit 2023-12-05T16:09:38.479289+0000 mon.a (mon.0) 497 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:39.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:39 smithi016 bash[66045]: audit 2023-12-05T16:09:38.481553+0000 mon.a (mon.0) 498 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:09:39.621 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:39 smithi016 bash[66045]: cluster 2023-12-05T16:09:38.522692+0000 mgr.y (mgr.34107) 299 : cluster 0 pgmap v189: 161 pgs: 10 active+undersized+degraded, 2 stale+active+clean, 25 active+undersized, 124 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s; 46/630 objects degraded (7.302%) 2023-12-05T16:09:39.961 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:39 smithi038 bash[57840]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-05T16:09:39.962 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:39 smithi038 bash[57840]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2023-12-05T16:09:39.962 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:39 smithi038 bash[57840]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-05T16:09:39.962 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:39 smithi038 bash[57840]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-05T16:09:39.962 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:39 smithi038 bash[57840]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2023-12-05T16:09:39.962 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:39 smithi038 bash[57840]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-05T16:09:39.962 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:39 smithi038 bash[57840]: --> ceph-volume raw activate successful for osd ID: 6 2023-12-05T16:09:40.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:09:40 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:09:40] "GET /metrics HTTP/1.1" 200 38346 "" "Prometheus/2.33.4" 2023-12-05T16:09:40.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:40 smithi016 bash[64648]: cluster 2023-12-05T16:09:39.474762+0000 mon.a (mon.0) 499 : cluster 3 Health check failed: Degraded data redundancy: 46/630 objects degraded (7.302%), 10 pgs degraded (PG_DEGRADED) 2023-12-05T16:09:40.371 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:40 smithi016 bash[64648]: audit 2023-12-05T16:09:39.660966+0000 mgr.y (mgr.34107) 300 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:09:40.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:40 smithi016 bash[66045]: cluster 2023-12-05T16:09:39.474762+0000 mon.a (mon.0) 499 : cluster 3 Health check failed: Degraded data redundancy: 46/630 objects degraded (7.302%), 10 pgs degraded (PG_DEGRADED) 2023-12-05T16:09:40.372 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:40 smithi016 bash[66045]: audit 2023-12-05T16:09:39.660966+0000 mgr.y (mgr.34107) 300 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:09:40.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:40 smithi038 bash[51671]: cluster 2023-12-05T16:09:39.474762+0000 mon.a (mon.0) 499 : cluster 3 Health check failed: Degraded data redundancy: 46/630 objects degraded (7.302%), 10 pgs degraded (PG_DEGRADED) 2023-12-05T16:09:40.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:40 smithi038 bash[51671]: audit 2023-12-05T16:09:39.660966+0000 mgr.y (mgr.34107) 300 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:09:41.589 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:41 smithi038 bash[51671]: cluster 2023-12-05T16:09:40.524066+0000 mgr.y (mgr.34107) 301 : cluster 0 pgmap v190: 161 pgs: 18 active+undersized+degraded, 36 active+undersized, 107 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T16:09:41.589 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:41 smithi038 bash[58143]: debug 2023-12-05T16:09:41.329+0000 7f33b9865700 1 -- 172.21.15.38:0/2887712561 <== mon.2 v2:172.21.15.38:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561515c5b1e0 con 0x561515ce1000 2023-12-05T16:09:41.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:41 smithi016 bash[64648]: cluster 2023-12-05T16:09:40.524066+0000 mgr.y (mgr.34107) 301 : cluster 0 pgmap v190: 161 pgs: 18 active+undersized+degraded, 36 active+undersized, 107 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T16:09:41.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:41 smithi016 bash[66045]: cluster 2023-12-05T16:09:40.524066+0000 mgr.y (mgr.34107) 301 : cluster 0 pgmap v190: 161 pgs: 18 active+undersized+degraded, 36 active+undersized, 107 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T16:09:42.339 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:41 smithi038 bash[58143]: debug 2023-12-05T16:09:41.877+0000 7f33c29eb640 -1 Falling back to public interface 2023-12-05T16:09:43.195 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:09:43.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:43 smithi038 bash[51671]: cluster 2023-12-05T16:09:42.525234+0000 mgr.y (mgr.34107) 302 : cluster 0 pgmap v191: 161 pgs: 18 active+undersized+degraded, 36 active+undersized, 107 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T16:09:43.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:43 smithi016 bash[66045]: cluster 2023-12-05T16:09:42.525234+0000 mgr.y (mgr.34107) 302 : cluster 0 pgmap v191: 161 pgs: 18 active+undersized+degraded, 36 active+undersized, 107 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T16:09:43.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:43 smithi016 bash[64648]: cluster 2023-12-05T16:09:42.525234+0000 mgr.y (mgr.34107) 302 : cluster 0 pgmap v191: 161 pgs: 18 active+undersized+degraded, 36 active+undersized, 107 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T16:09:43.970 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:09:43.970 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (7m) 85s ago 14m 16.4M - 0.23.0 ba2b418f427c c48b395728e7 2023-12-05T16:09:43.970 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (6m) 28s ago 13m 43.3M - 8.3.5 dad864ee21e9 d6befc9f2bcf 2023-12-05T16:09:43.970 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (5m) 85s ago 12m 47.6M - 3.5 e1d6a67b021e bbc51b2e3d6d 2023-12-05T16:09:43.970 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283,8765 running (5m) 28s ago 20m 435M - 19.0.0-13-ge6605fb8 104f332cd0a9 d9865fd32494 2023-12-05T16:09:43.970 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:8443,9283,8765 running (6m) 85s ago 22m 494M - 19.0.0-13-ge6605fb8 104f332cd0a9 d8aa9c1870da 2023-12-05T16:09:43.970 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (5m) 85s ago 22m 52.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 61d4ec4cbec6 2023-12-05T16:09:43.970 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (4m) 28s ago 20m 43.1M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 35fe6c2d8ea2 2023-12-05T16:09:43.970 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (4m) 85s ago 20m 44.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 e48e3724baef 2023-12-05T16:09:43.970 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (7m) 85s ago 14m 14.4M - 1.3.1 1dbe0e931976 a7ad6c0fa35b 2023-12-05T16:09:43.970 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (7m) 28s ago 14m 11.9M - 1.3.1 1dbe0e931976 dac45ac68b6c 2023-12-05T16:09:43.971 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (3m) 85s ago 19m 53.8M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 19a0a8b247d6 2023-12-05T16:09:43.971 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (2m) 85s ago 19m 53.0M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 15b11f62b515 2023-12-05T16:09:43.971 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (2m) 85s ago 18m 47.9M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 c5c049833fdb 2023-12-05T16:09:43.971 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (90s) 85s ago 17m - 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 d9442fe153a8 2023-12-05T16:09:43.971 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (60s) 28s ago 17m 50.4M 3038M 19.0.0-13-ge6605fb8 104f332cd0a9 5aea4539c593 2023-12-05T16:09:43.971 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (32s) 28s ago 16m - 3038M 19.0.0-13-ge6605fb8 104f332cd0a9 e9c715c26716 2023-12-05T16:09:43.971 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 starting - - - 3038M 2023-12-05T16:09:43.971 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (15m) 28s ago 15m 67.4M 3038M 17.2.0 e1d6a67b021e b9934b2871e6 2023-12-05T16:09:43.971 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (5m) 28s ago 14m 63.1M - 2.33.4 514e6a882f6e 2178b2710d9e 2023-12-05T16:09:43.971 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (12m) 85s ago 12m 88.7M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:09:43.971 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (12m) 28s ago 12m 88.4M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:09:43.971 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (12m) 85s ago 12m 88.4M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:09:43.971 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (12m) 28s ago 12m 88.0M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:09:44.434 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:09:44.434 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:09:44.434 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T16:09:44.434 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:09:44.434 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:09:44.434 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:09:44.434 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:09:44.435 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:09:44.435 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T16:09:44.435 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 6 2023-12-05T16:09:44.435 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:09:44.435 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:09:44.435 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:09:44.435 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:09:44.435 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:09:44.435 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-05T16:09:44.435 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 11 2023-12-05T16:09:44.435 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:09:44.435 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:09:44.825 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:09:44.825 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:09:44.825 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:09:44.825 INFO:teuthology.orchestra.run.smithi016.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:09:44.825 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [ 2023-12-05T16:09:44.825 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr", 2023-12-05T16:09:44.825 INFO:teuthology.orchestra.run.smithi016.stdout: "mon" 2023-12-05T16:09:44.825 INFO:teuthology.orchestra.run.smithi016.stdout: ], 2023-12-05T16:09:44.825 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "11/23 daemons upgraded", 2023-12-05T16:09:44.825 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "Currently upgrading osd daemons", 2023-12-05T16:09:44.826 INFO:teuthology.orchestra.run.smithi016.stdout: "is_paused": false 2023-12-05T16:09:44.826 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:09:44.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:44 smithi016 bash[64648]: audit 2023-12-05T16:09:43.173916+0000 mgr.y (mgr.34107) 303 : audit 0 from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:44.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:44 smithi016 bash[64648]: audit 2023-12-05T16:09:43.567076+0000 mgr.y (mgr.34107) 304 : audit 0 from='client.44431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:44.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:44 smithi016 bash[64648]: audit 2023-12-05T16:09:44.428803+0000 mon.c (mon.1) 9 : audit 0 from='client.? 172.21.15.16:0/2960926995' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:44.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:44 smithi016 bash[66045]: audit 2023-12-05T16:09:43.173916+0000 mgr.y (mgr.34107) 303 : audit 0 from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:44.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:44 smithi016 bash[66045]: audit 2023-12-05T16:09:43.567076+0000 mgr.y (mgr.34107) 304 : audit 0 from='client.44431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:44.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:44 smithi016 bash[66045]: audit 2023-12-05T16:09:44.428803+0000 mon.c (mon.1) 9 : audit 0 from='client.? 172.21.15.16:0/2960926995' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:44.879 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:44 smithi038 bash[51671]: audit 2023-12-05T16:09:43.173916+0000 mgr.y (mgr.34107) 303 : audit 0 from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:44.880 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:44 smithi038 bash[51671]: audit 2023-12-05T16:09:43.567076+0000 mgr.y (mgr.34107) 304 : audit 0 from='client.44431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:44.880 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:44 smithi038 bash[51671]: audit 2023-12-05T16:09:44.428803+0000 mon.c (mon.1) 9 : audit 0 from='client.? 172.21.15.16:0/2960926995' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:45.274 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 74/630 objects degraded (11.746%), 18 pgs degraded 2023-12-05T16:09:45.274 INFO:teuthology.orchestra.run.smithi016.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-05T16:09:45.274 INFO:teuthology.orchestra.run.smithi016.stdout: osd.6 (root=default,host=smithi038) is down 2023-12-05T16:09:45.275 INFO:teuthology.orchestra.run.smithi016.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 74/630 objects degraded (11.746%), 18 pgs degraded 2023-12-05T16:09:45.275 INFO:teuthology.orchestra.run.smithi016.stdout: pg 1.0 is active+undersized+degraded, acting [7,0] 2023-12-05T16:09:45.275 INFO:teuthology.orchestra.run.smithi016.stdout: pg 2.14 is active+undersized+degraded, acting [3,5] 2023-12-05T16:09:45.275 INFO:teuthology.orchestra.run.smithi016.stdout: pg 2.19 is active+undersized+degraded, acting [3,0] 2023-12-05T16:09:45.275 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.0 is active+undersized+degraded, acting [1,2] 2023-12-05T16:09:45.275 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.2 is active+undersized+degraded, acting [3,5] 2023-12-05T16:09:45.275 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.3 is active+undersized+degraded, acting [4,0] 2023-12-05T16:09:45.275 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.a is active+undersized+degraded, acting [4,1] 2023-12-05T16:09:45.275 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.c is active+undersized+degraded, acting [5,3] 2023-12-05T16:09:45.275 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.d is active+undersized+degraded, acting [7,5] 2023-12-05T16:09:45.275 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.10 is active+undersized+degraded, acting [0,5] 2023-12-05T16:09:45.275 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.11 is active+undersized+degraded, acting [7,4] 2023-12-05T16:09:45.275 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.14 is active+undersized+degraded, acting [4,7] 2023-12-05T16:09:45.275 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.1d is active+undersized+degraded, acting [5,4] 2023-12-05T16:09:45.275 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.1e is active+undersized+degraded, acting [3,2] 2023-12-05T16:09:45.276 INFO:teuthology.orchestra.run.smithi016.stdout: pg 4.e is active+undersized+degraded, acting [4,1] 2023-12-05T16:09:45.276 INFO:teuthology.orchestra.run.smithi016.stdout: pg 4.1f is active+undersized+degraded, acting [5,1] 2023-12-05T16:09:45.276 INFO:teuthology.orchestra.run.smithi016.stdout: pg 5.18 is active+undersized+degraded, acting [4,1] 2023-12-05T16:09:45.276 INFO:teuthology.orchestra.run.smithi016.stdout: pg 6.c is active+undersized+degraded, acting [3,5] 2023-12-05T16:09:45.338 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:44 smithi038 bash[58143]: debug 2023-12-05T16:09:44.869+0000 7f33c29eb640 -1 osd.6 0 read_superblock omap replica is missing. 2023-12-05T16:09:45.339 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:44 smithi038 bash[58143]: debug 2023-12-05T16:09:44.913+0000 7f33c29eb640 -1 osd.6 140 log_to_monitors true 2023-12-05T16:09:45.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:45 smithi016 bash[64648]: audit 2023-12-05T16:09:43.943184+0000 mgr.y (mgr.34107) 305 : audit 0 from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:45.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:45 smithi016 bash[64648]: cluster 2023-12-05T16:09:44.527019+0000 mgr.y (mgr.34107) 306 : cluster 0 pgmap v192: 161 pgs: 18 active+undersized+degraded, 36 active+undersized, 107 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T16:09:45.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:45 smithi016 bash[64648]: audit 2023-12-05T16:09:44.819170+0000 mgr.y (mgr.34107) 307 : audit 0 from='client.44449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:45.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:45 smithi016 bash[64648]: audit 2023-12-05T16:09:44.923318+0000 mon.a (mon.0) 500 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T16:09:45.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:45 smithi016 bash[64648]: audit 2023-12-05T16:09:44.923340+0000 mon.b (mon.2) 7 : audit 1 from='osd.6 [v2:172.21.15.38:6816/1793190793,v1:172.21.15.38:6817/1793190793]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T16:09:45.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:45 smithi016 bash[64648]: audit 2023-12-05T16:09:45.269580+0000 mon.a (mon.0) 501 : audit 0 from='client.? 172.21.15.16:0/1570838489' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:09:45.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:45 smithi016 bash[66045]: audit 2023-12-05T16:09:43.943184+0000 mgr.y (mgr.34107) 305 : audit 0 from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:45.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:45 smithi016 bash[66045]: cluster 2023-12-05T16:09:44.527019+0000 mgr.y (mgr.34107) 306 : cluster 0 pgmap v192: 161 pgs: 18 active+undersized+degraded, 36 active+undersized, 107 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T16:09:45.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:45 smithi016 bash[66045]: audit 2023-12-05T16:09:44.819170+0000 mgr.y (mgr.34107) 307 : audit 0 from='client.44449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:45.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:45 smithi016 bash[66045]: audit 2023-12-05T16:09:44.923318+0000 mon.a (mon.0) 500 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T16:09:45.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:45 smithi016 bash[66045]: audit 2023-12-05T16:09:44.923340+0000 mon.b (mon.2) 7 : audit 1 from='osd.6 [v2:172.21.15.38:6816/1793190793,v1:172.21.15.38:6817/1793190793]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T16:09:45.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:45 smithi016 bash[66045]: audit 2023-12-05T16:09:45.269580+0000 mon.a (mon.0) 501 : audit 0 from='client.? 172.21.15.16:0/1570838489' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:09:46.089 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:09:45 smithi038 bash[58143]: debug 2023-12-05T16:09:45.629+0000 7f33b0e56700 -1 osd.6 140 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T16:09:46.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:45 smithi038 bash[51671]: audit 2023-12-05T16:09:43.943184+0000 mgr.y (mgr.34107) 305 : audit 0 from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:46.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:45 smithi038 bash[51671]: cluster 2023-12-05T16:09:44.527019+0000 mgr.y (mgr.34107) 306 : cluster 0 pgmap v192: 161 pgs: 18 active+undersized+degraded, 36 active+undersized, 107 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T16:09:46.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:45 smithi038 bash[51671]: audit 2023-12-05T16:09:44.819170+0000 mgr.y (mgr.34107) 307 : audit 0 from='client.44449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:09:46.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:45 smithi038 bash[51671]: audit 2023-12-05T16:09:44.923318+0000 mon.a (mon.0) 500 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T16:09:46.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:45 smithi038 bash[51671]: audit 2023-12-05T16:09:44.923340+0000 mon.b (mon.2) 7 : audit 1 from='osd.6 [v2:172.21.15.38:6816/1793190793,v1:172.21.15.38:6817/1793190793]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T16:09:46.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:45 smithi038 bash[51671]: audit 2023-12-05T16:09:45.269580+0000 mon.a (mon.0) 501 : audit 0 from='client.? 172.21.15.16:0/1570838489' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:09:46.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:46 smithi016 bash[66045]: audit 2023-12-05T16:09:45.593333+0000 mon.a (mon.0) 502 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-05T16:09:46.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:46 smithi016 bash[66045]: cluster 2023-12-05T16:09:45.601258+0000 mon.a (mon.0) 503 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-05T16:09:46.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:46 smithi016 bash[66045]: audit 2023-12-05T16:09:45.602894+0000 mon.b (mon.2) 8 : audit 1 from='osd.6 [v2:172.21.15.38:6816/1793190793,v1:172.21.15.38:6817/1793190793]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:09:46.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:46 smithi016 bash[66045]: audit 2023-12-05T16:09:45.603495+0000 mon.a (mon.0) 504 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:09:46.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:46 smithi016 bash[66045]: cluster 2023-12-05T16:09:45.704789+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e143 with expected crc 2023-12-05T16:09:46.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:46 smithi016 bash[66045]: audit 2023-12-05T16:09:46.379047+0000 mon.a (mon.0) 505 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:46.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:46 smithi016 bash[66045]: audit 2023-12-05T16:09:46.390373+0000 mon.a (mon.0) 506 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:46.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:46 smithi016 bash[64648]: audit 2023-12-05T16:09:45.593333+0000 mon.a (mon.0) 502 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-05T16:09:46.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:46 smithi016 bash[64648]: cluster 2023-12-05T16:09:45.601258+0000 mon.a (mon.0) 503 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-05T16:09:46.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:46 smithi016 bash[64648]: audit 2023-12-05T16:09:45.602894+0000 mon.b (mon.2) 8 : audit 1 from='osd.6 [v2:172.21.15.38:6816/1793190793,v1:172.21.15.38:6817/1793190793]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:09:46.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:46 smithi016 bash[64648]: audit 2023-12-05T16:09:45.603495+0000 mon.a (mon.0) 504 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:09:46.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:46 smithi016 bash[64648]: cluster 2023-12-05T16:09:45.704789+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e143 with expected crc 2023-12-05T16:09:46.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:46 smithi016 bash[64648]: audit 2023-12-05T16:09:46.379047+0000 mon.a (mon.0) 505 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:46.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:46 smithi016 bash[64648]: audit 2023-12-05T16:09:46.390373+0000 mon.a (mon.0) 506 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:46.885 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:46 smithi038 bash[51671]: audit 2023-12-05T16:09:45.593333+0000 mon.a (mon.0) 502 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-05T16:09:46.886 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:46 smithi038 bash[51671]: cluster 2023-12-05T16:09:45.601258+0000 mon.a (mon.0) 503 : cluster 0 osdmap e143: 8 total, 7 up, 8 in 2023-12-05T16:09:46.886 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:46 smithi038 bash[51671]: audit 2023-12-05T16:09:45.602894+0000 mon.b (mon.2) 8 : audit 1 from='osd.6 [v2:172.21.15.38:6816/1793190793,v1:172.21.15.38:6817/1793190793]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:09:46.886 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:46 smithi038 bash[51671]: audit 2023-12-05T16:09:45.603495+0000 mon.a (mon.0) 504 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:09:46.886 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:46 smithi038 bash[51671]: cluster 2023-12-05T16:09:45.704789+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e143 with expected crc 2023-12-05T16:09:46.886 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:46 smithi038 bash[51671]: audit 2023-12-05T16:09:46.379047+0000 mon.a (mon.0) 505 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:46.886 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:46 smithi038 bash[51671]: audit 2023-12-05T16:09:46.390373+0000 mon.a (mon.0) 506 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:47.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:47 smithi016 bash[66045]: cluster 2023-12-05T16:09:46.528000+0000 mgr.y (mgr.34107) 308 : cluster 0 pgmap v194: 161 pgs: 18 active+undersized+degraded, 36 active+undersized, 107 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T16:09:47.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:47 smithi016 bash[66045]: cluster 2023-12-05T16:09:46.606284+0000 mon.a (mon.0) 507 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:09:47.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:47 smithi016 bash[66045]: cluster 2023-12-05T16:09:46.620992+0000 mon.a (mon.0) 508 : cluster 1 osd.6 [v2:172.21.15.38:6816/1793190793,v1:172.21.15.38:6817/1793190793] boot 2023-12-05T16:09:47.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:47 smithi016 bash[66045]: cluster 2023-12-05T16:09:46.621060+0000 mon.a (mon.0) 509 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-05T16:09:47.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:47 smithi016 bash[66045]: audit 2023-12-05T16:09:46.622594+0000 mon.a (mon.0) 510 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:09:47.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:47 smithi016 bash[66045]: cluster 2023-12-05T16:09:46.631115+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e144 with expected crc 2023-12-05T16:09:47.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:47 smithi016 bash[66045]: cluster 2023-12-05T16:09:46.633121+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e144 with expected crc 2023-12-05T16:09:47.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:47 smithi016 bash[66045]: audit 2023-12-05T16:09:47.490328+0000 mon.a (mon.0) 511 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:47.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:47 smithi016 bash[66045]: audit 2023-12-05T16:09:47.501263+0000 mon.a (mon.0) 512 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:47.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:47 smithi016 bash[64648]: cluster 2023-12-05T16:09:46.528000+0000 mgr.y (mgr.34107) 308 : cluster 0 pgmap v194: 161 pgs: 18 active+undersized+degraded, 36 active+undersized, 107 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T16:09:47.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:47 smithi016 bash[64648]: cluster 2023-12-05T16:09:46.606284+0000 mon.a (mon.0) 507 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:09:47.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:47 smithi016 bash[64648]: cluster 2023-12-05T16:09:46.620992+0000 mon.a (mon.0) 508 : cluster 1 osd.6 [v2:172.21.15.38:6816/1793190793,v1:172.21.15.38:6817/1793190793] boot 2023-12-05T16:09:47.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:47 smithi016 bash[64648]: cluster 2023-12-05T16:09:46.621060+0000 mon.a (mon.0) 509 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-05T16:09:47.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:47 smithi016 bash[64648]: audit 2023-12-05T16:09:46.622594+0000 mon.a (mon.0) 510 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:09:47.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:47 smithi016 bash[64648]: cluster 2023-12-05T16:09:46.631115+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e144 with expected crc 2023-12-05T16:09:47.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:47 smithi016 bash[64648]: cluster 2023-12-05T16:09:46.633121+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e144 with expected crc 2023-12-05T16:09:47.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:47 smithi016 bash[64648]: audit 2023-12-05T16:09:47.490328+0000 mon.a (mon.0) 511 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:47.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:47 smithi016 bash[64648]: audit 2023-12-05T16:09:47.501263+0000 mon.a (mon.0) 512 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:48.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:47 smithi038 bash[51671]: cluster 2023-12-05T16:09:46.528000+0000 mgr.y (mgr.34107) 308 : cluster 0 pgmap v194: 161 pgs: 18 active+undersized+degraded, 36 active+undersized, 107 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-05T16:09:48.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:47 smithi038 bash[51671]: cluster 2023-12-05T16:09:46.606284+0000 mon.a (mon.0) 507 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:09:48.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:47 smithi038 bash[51671]: cluster 2023-12-05T16:09:46.620992+0000 mon.a (mon.0) 508 : cluster 1 osd.6 [v2:172.21.15.38:6816/1793190793,v1:172.21.15.38:6817/1793190793] boot 2023-12-05T16:09:48.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:47 smithi038 bash[51671]: cluster 2023-12-05T16:09:46.621060+0000 mon.a (mon.0) 509 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-05T16:09:48.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:47 smithi038 bash[51671]: audit 2023-12-05T16:09:46.622594+0000 mon.a (mon.0) 510 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:09:48.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:47 smithi038 bash[51671]: cluster 2023-12-05T16:09:46.631115+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e144 with expected crc 2023-12-05T16:09:48.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:47 smithi038 bash[51671]: cluster 2023-12-05T16:09:46.633121+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e144 with expected crc 2023-12-05T16:09:48.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:47 smithi038 bash[51671]: audit 2023-12-05T16:09:47.490328+0000 mon.a (mon.0) 511 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:48.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:47 smithi038 bash[51671]: audit 2023-12-05T16:09:47.501263+0000 mon.a (mon.0) 512 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:49.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:48 smithi038 bash[51671]: cluster 2023-12-05T16:09:47.621594+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T16:09:49.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:48 smithi038 bash[51671]: cluster 2023-12-05T16:09:47.623589+0000 mon.a (mon.0) 513 : cluster 0 osdmap e145: 8 total, 8 up, 8 in 2023-12-05T16:09:49.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:48 smithi038 bash[51671]: cluster 2023-12-05T16:09:47.626445+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T16:09:49.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:48 smithi038 bash[51671]: cluster 2023-12-05T16:09:47.633067+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T16:09:49.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:48 smithi038 bash[51671]: cluster 2023-12-05T16:09:47.635111+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T16:09:49.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:48 smithi038 bash[51671]: cluster 2023-12-05T16:09:48.434464+0000 mon.a (mon.0) 514 : cluster 3 Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 18 pgs degraded (PG_DEGRADED) 2023-12-05T16:09:49.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:48 smithi016 bash[64648]: cluster 2023-12-05T16:09:47.621594+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T16:09:49.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:48 smithi016 bash[64648]: cluster 2023-12-05T16:09:47.623589+0000 mon.a (mon.0) 513 : cluster 0 osdmap e145: 8 total, 8 up, 8 in 2023-12-05T16:09:49.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:48 smithi016 bash[64648]: cluster 2023-12-05T16:09:47.626445+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T16:09:49.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:48 smithi016 bash[64648]: cluster 2023-12-05T16:09:47.633067+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T16:09:49.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:48 smithi016 bash[64648]: cluster 2023-12-05T16:09:47.635111+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T16:09:49.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:48 smithi016 bash[64648]: cluster 2023-12-05T16:09:48.434464+0000 mon.a (mon.0) 514 : cluster 3 Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 18 pgs degraded (PG_DEGRADED) 2023-12-05T16:09:49.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:48 smithi016 bash[66045]: cluster 2023-12-05T16:09:47.621594+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T16:09:49.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:48 smithi016 bash[66045]: cluster 2023-12-05T16:09:47.623589+0000 mon.a (mon.0) 513 : cluster 0 osdmap e145: 8 total, 8 up, 8 in 2023-12-05T16:09:49.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:48 smithi016 bash[66045]: cluster 2023-12-05T16:09:47.626445+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T16:09:49.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:48 smithi016 bash[66045]: cluster 2023-12-05T16:09:47.633067+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T16:09:49.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:48 smithi016 bash[66045]: cluster 2023-12-05T16:09:47.635111+0000 osd.7 (osd.7) 62 : cluster 3 failed to encode map e145 with expected crc 2023-12-05T16:09:49.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:48 smithi016 bash[66045]: cluster 2023-12-05T16:09:48.434464+0000 mon.a (mon.0) 514 : cluster 3 Health check update: Degraded data redundancy: 74/630 objects degraded (11.746%), 18 pgs degraded (PG_DEGRADED) 2023-12-05T16:09:50.072 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:49 smithi016 bash[64648]: cluster 2023-12-05T16:09:48.529707+0000 mgr.y (mgr.34107) 309 : cluster 0 pgmap v197: 161 pgs: 8 peering, 11 active+undersized+degraded, 20 active+undersized, 122 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 40/630 objects degraded (6.349%) 2023-12-05T16:09:50.072 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:49 smithi016 bash[64648]: audit 2023-12-05T16:09:48.852385+0000 mon.a (mon.0) 515 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:50.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:49 smithi016 bash[66045]: cluster 2023-12-05T16:09:48.529707+0000 mgr.y (mgr.34107) 309 : cluster 0 pgmap v197: 161 pgs: 8 peering, 11 active+undersized+degraded, 20 active+undersized, 122 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 40/630 objects degraded (6.349%) 2023-12-05T16:09:50.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:49 smithi016 bash[66045]: audit 2023-12-05T16:09:48.852385+0000 mon.a (mon.0) 515 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:50.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:49 smithi038 bash[51671]: cluster 2023-12-05T16:09:48.529707+0000 mgr.y (mgr.34107) 309 : cluster 0 pgmap v197: 161 pgs: 8 peering, 11 active+undersized+degraded, 20 active+undersized, 122 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 40/630 objects degraded (6.349%) 2023-12-05T16:09:50.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:49 smithi038 bash[51671]: audit 2023-12-05T16:09:48.852385+0000 mon.a (mon.0) 515 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:50.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:09:50 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:09:50] "GET /metrics HTTP/1.1" 200 38346 "" "Prometheus/2.33.4" 2023-12-05T16:09:51.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:50 smithi016 bash[64648]: audit 2023-12-05T16:09:49.670472+0000 mgr.y (mgr.34107) 310 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:09:51.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:50 smithi016 bash[66045]: audit 2023-12-05T16:09:49.670472+0000 mgr.y (mgr.34107) 310 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:09:51.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:50 smithi038 bash[51671]: audit 2023-12-05T16:09:49.670472+0000 mgr.y (mgr.34107) 310 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:09:52.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:51 smithi016 bash[66045]: cluster 2023-12-05T16:09:50.530964+0000 mgr.y (mgr.34107) 311 : cluster 0 pgmap v198: 161 pgs: 8 peering, 4 active+undersized+degraded, 10 active+undersized, 139 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 13/630 objects degraded (2.063%) 2023-12-05T16:09:52.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:51 smithi016 bash[64648]: cluster 2023-12-05T16:09:50.530964+0000 mgr.y (mgr.34107) 311 : cluster 0 pgmap v198: 161 pgs: 8 peering, 4 active+undersized+degraded, 10 active+undersized, 139 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 13/630 objects degraded (2.063%) 2023-12-05T16:09:52.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:51 smithi038 bash[51671]: cluster 2023-12-05T16:09:50.530964+0000 mgr.y (mgr.34107) 311 : cluster 0 pgmap v198: 161 pgs: 8 peering, 4 active+undersized+degraded, 10 active+undersized, 139 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 13/630 objects degraded (2.063%) 2023-12-05T16:09:53.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:52 smithi038 bash[51671]: cluster 2023-12-05T16:09:52.532025+0000 mgr.y (mgr.34107) 312 : cluster 0 pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 590 B/s rd, 0 op/s 2023-12-05T16:09:53.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:52 smithi038 bash[51671]: cluster 2023-12-05T16:09:52.861588+0000 mon.a (mon.0) 516 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 13/630 objects degraded (2.063%), 4 pgs degraded) 2023-12-05T16:09:53.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:52 smithi038 bash[51671]: cluster 2023-12-05T16:09:52.861657+0000 mon.a (mon.0) 517 : cluster 1 Cluster is now healthy 2023-12-05T16:09:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:52 smithi016 bash[64648]: cluster 2023-12-05T16:09:52.532025+0000 mgr.y (mgr.34107) 312 : cluster 0 pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 590 B/s rd, 0 op/s 2023-12-05T16:09:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:52 smithi016 bash[64648]: cluster 2023-12-05T16:09:52.861588+0000 mon.a (mon.0) 516 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 13/630 objects degraded (2.063%), 4 pgs degraded) 2023-12-05T16:09:53.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:52 smithi016 bash[64648]: cluster 2023-12-05T16:09:52.861657+0000 mon.a (mon.0) 517 : cluster 1 Cluster is now healthy 2023-12-05T16:09:53.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:52 smithi016 bash[66045]: cluster 2023-12-05T16:09:52.532025+0000 mgr.y (mgr.34107) 312 : cluster 0 pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 590 B/s rd, 0 op/s 2023-12-05T16:09:53.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:52 smithi016 bash[66045]: cluster 2023-12-05T16:09:52.861588+0000 mon.a (mon.0) 516 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 13/630 objects degraded (2.063%), 4 pgs degraded) 2023-12-05T16:09:53.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:52 smithi016 bash[66045]: cluster 2023-12-05T16:09:52.861657+0000 mon.a (mon.0) 517 : cluster 1 Cluster is now healthy 2023-12-05T16:09:54.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:54 smithi038 bash[51671]: audit 2023-12-05T16:09:53.478868+0000 mon.a (mon.0) 518 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:54.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:54 smithi038 bash[51671]: audit 2023-12-05T16:09:53.481023+0000 mon.a (mon.0) 519 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:09:54.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:54 smithi016 bash[64648]: audit 2023-12-05T16:09:53.478868+0000 mon.a (mon.0) 518 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:54.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:54 smithi016 bash[64648]: audit 2023-12-05T16:09:53.481023+0000 mon.a (mon.0) 519 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:09:54.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:54 smithi016 bash[66045]: audit 2023-12-05T16:09:53.478868+0000 mon.a (mon.0) 518 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:54.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:54 smithi016 bash[66045]: audit 2023-12-05T16:09:53.481023+0000 mon.a (mon.0) 519 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:09:55.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:55 smithi038 bash[51671]: cluster 2023-12-05T16:09:54.533610+0000 mgr.y (mgr.34107) 313 : cluster 0 pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T16:09:55.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:55 smithi016 bash[64648]: cluster 2023-12-05T16:09:54.533610+0000 mgr.y (mgr.34107) 313 : cluster 0 pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T16:09:55.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:55 smithi016 bash[66045]: cluster 2023-12-05T16:09:54.533610+0000 mgr.y (mgr.34107) 313 : cluster 0 pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-05T16:09:57.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[64648]: cluster 2023-12-05T16:09:56.534467+0000 mgr.y (mgr.34107) 314 : cluster 0 pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 929 B/s rd, 0 op/s 2023-12-05T16:09:57.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[64648]: audit 2023-12-05T16:09:57.403961+0000 mon.a (mon.0) 520 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:57.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[64648]: audit 2023-12-05T16:09:57.415128+0000 mon.a (mon.0) 521 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:57.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[64648]: audit 2023-12-05T16:09:57.417505+0000 mon.a (mon.0) 522 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:09:57.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[64648]: audit 2023-12-05T16:09:57.419013+0000 mon.a (mon.0) 523 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:09:57.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[64648]: audit 2023-12-05T16:09:57.427759+0000 mon.a (mon.0) 524 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:57.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[64648]: audit 2023-12-05T16:09:57.514576+0000 mon.a (mon.0) 525 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:09:57.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[64648]: audit 2023-12-05T16:09:57.517596+0000 mon.a (mon.0) 526 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:57.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[64648]: audit 2023-12-05T16:09:57.520106+0000 mon.a (mon.0) 527 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:57.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[64648]: audit 2023-12-05T16:09:57.522053+0000 mon.a (mon.0) 528 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:57.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[64648]: audit 2023-12-05T16:09:57.524726+0000 mon.a (mon.0) 529 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-05T16:09:57.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[66045]: cluster 2023-12-05T16:09:56.534467+0000 mgr.y (mgr.34107) 314 : cluster 0 pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 929 B/s rd, 0 op/s 2023-12-05T16:09:57.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[66045]: audit 2023-12-05T16:09:57.403961+0000 mon.a (mon.0) 520 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:57.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[66045]: audit 2023-12-05T16:09:57.415128+0000 mon.a (mon.0) 521 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:57.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[66045]: audit 2023-12-05T16:09:57.417505+0000 mon.a (mon.0) 522 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:09:57.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[66045]: audit 2023-12-05T16:09:57.419013+0000 mon.a (mon.0) 523 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:09:57.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[66045]: audit 2023-12-05T16:09:57.427759+0000 mon.a (mon.0) 524 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:57.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[66045]: audit 2023-12-05T16:09:57.514576+0000 mon.a (mon.0) 525 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:09:57.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[66045]: audit 2023-12-05T16:09:57.517596+0000 mon.a (mon.0) 526 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:57.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[66045]: audit 2023-12-05T16:09:57.520106+0000 mon.a (mon.0) 527 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:57.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[66045]: audit 2023-12-05T16:09:57.522053+0000 mon.a (mon.0) 528 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:57.872 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:57 smithi016 bash[66045]: audit 2023-12-05T16:09:57.524726+0000 mon.a (mon.0) 529 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-05T16:09:57.955 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:57 smithi038 bash[51671]: cluster 2023-12-05T16:09:56.534467+0000 mgr.y (mgr.34107) 314 : cluster 0 pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 929 B/s rd, 0 op/s 2023-12-05T16:09:57.955 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:57 smithi038 bash[51671]: audit 2023-12-05T16:09:57.403961+0000 mon.a (mon.0) 520 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:57.955 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:57 smithi038 bash[51671]: audit 2023-12-05T16:09:57.415128+0000 mon.a (mon.0) 521 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:57.955 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:57 smithi038 bash[51671]: audit 2023-12-05T16:09:57.417505+0000 mon.a (mon.0) 522 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:09:57.955 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:57 smithi038 bash[51671]: audit 2023-12-05T16:09:57.419013+0000 mon.a (mon.0) 523 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:09:57.956 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:57 smithi038 bash[51671]: audit 2023-12-05T16:09:57.427759+0000 mon.a (mon.0) 524 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:09:57.956 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:57 smithi038 bash[51671]: audit 2023-12-05T16:09:57.514576+0000 mon.a (mon.0) 525 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:09:57.956 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:57 smithi038 bash[51671]: audit 2023-12-05T16:09:57.517596+0000 mon.a (mon.0) 526 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:57.956 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:57 smithi038 bash[51671]: audit 2023-12-05T16:09:57.520106+0000 mon.a (mon.0) 527 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:57.956 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:57 smithi038 bash[51671]: audit 2023-12-05T16:09:57.522053+0000 mon.a (mon.0) 528 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:09:57.956 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:57 smithi038 bash[51671]: audit 2023-12-05T16:09:57.524726+0000 mon.a (mon.0) 529 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-05T16:09:58.861 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:58 smithi038 bash[51671]: audit 2023-12-05T16:09:57.525090+0000 mgr.y (mgr.34107) 315 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-05T16:09:58.861 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:58 smithi038 bash[51671]: cephadm 2023-12-05T16:09:57.527228+0000 mgr.y (mgr.34107) 316 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-05T16:09:58.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:58 smithi016 bash[64648]: audit 2023-12-05T16:09:57.525090+0000 mgr.y (mgr.34107) 315 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-05T16:09:58.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:58 smithi016 bash[64648]: cephadm 2023-12-05T16:09:57.527228+0000 mgr.y (mgr.34107) 316 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-05T16:09:58.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:58 smithi016 bash[66045]: audit 2023-12-05T16:09:57.525090+0000 mgr.y (mgr.34107) 315 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-05T16:09:58.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:58 smithi016 bash[66045]: cephadm 2023-12-05T16:09:57.527228+0000 mgr.y (mgr.34107) 316 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-05T16:10:00.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:59 smithi016 bash[64648]: cluster 2023-12-05T16:09:58.535899+0000 mgr.y (mgr.34107) 317 : cluster 0 pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 844 B/s rd, 0 op/s 2023-12-05T16:10:00.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:59 smithi016 bash[64648]: audit 2023-12-05T16:09:58.882674+0000 mon.a (mon.0) 530 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:00.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:59 smithi016 bash[64648]: audit 2023-12-05T16:09:59.754986+0000 mon.a (mon.0) 531 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:00.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:59 smithi016 bash[64648]: audit 2023-12-05T16:09:59.759159+0000 mon.a (mon.0) 532 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T16:10:00.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:09:59 smithi016 bash[64648]: audit 2023-12-05T16:09:59.760532+0000 mon.a (mon.0) 533 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:10:00.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:59 smithi016 bash[66045]: cluster 2023-12-05T16:09:58.535899+0000 mgr.y (mgr.34107) 317 : cluster 0 pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 844 B/s rd, 0 op/s 2023-12-05T16:10:00.074 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:59 smithi016 bash[66045]: audit 2023-12-05T16:09:58.882674+0000 mon.a (mon.0) 530 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:00.075 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:59 smithi016 bash[66045]: audit 2023-12-05T16:09:59.754986+0000 mon.a (mon.0) 531 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:00.075 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:59 smithi016 bash[66045]: audit 2023-12-05T16:09:59.759159+0000 mon.a (mon.0) 532 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T16:10:00.075 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:09:59 smithi016 bash[66045]: audit 2023-12-05T16:09:59.760532+0000 mon.a (mon.0) 533 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:10:00.214 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:59 smithi038 bash[51671]: cluster 2023-12-05T16:09:58.535899+0000 mgr.y (mgr.34107) 317 : cluster 0 pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 844 B/s rd, 0 op/s 2023-12-05T16:10:00.214 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:59 smithi038 bash[51671]: audit 2023-12-05T16:09:58.882674+0000 mon.a (mon.0) 530 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:00.214 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:59 smithi038 bash[51671]: audit 2023-12-05T16:09:59.754986+0000 mon.a (mon.0) 531 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:00.214 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:59 smithi038 bash[51671]: audit 2023-12-05T16:09:59.759159+0000 mon.a (mon.0) 532 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T16:10:00.214 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:09:59 smithi038 bash[51671]: audit 2023-12-05T16:09:59.760532+0000 mon.a (mon.0) 533 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:10:00.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:10:00 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:10:00] "GET /metrics HTTP/1.1" 200 38349 "" "Prometheus/2.33.4" 2023-12-05T16:10:01.309 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:00 smithi038 bash[51671]: audit 2023-12-05T16:09:59.681754+0000 mgr.y (mgr.34107) 318 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:10:01.309 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:00 smithi038 bash[51671]: cephadm 2023-12-05T16:09:59.747147+0000 mgr.y (mgr.34107) 319 : cephadm 1 Upgrade: Updating osd.7 2023-12-05T16:10:01.309 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:00 smithi038 bash[51671]: cephadm 2023-12-05T16:09:59.764959+0000 mgr.y (mgr.34107) 320 : cephadm 1 Deploying daemon osd.7 on smithi038 2023-12-05T16:10:01.309 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:00 smithi038 bash[51671]: cluster 2023-12-05T16:10:00.000149+0000 mon.a (mon.0) 534 : cluster 1 overall HEALTH_OK 2023-12-05T16:10:01.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:00 smithi016 bash[64648]: audit 2023-12-05T16:09:59.681754+0000 mgr.y (mgr.34107) 318 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:10:01.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:00 smithi016 bash[64648]: cephadm 2023-12-05T16:09:59.747147+0000 mgr.y (mgr.34107) 319 : cephadm 1 Upgrade: Updating osd.7 2023-12-05T16:10:01.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:00 smithi016 bash[64648]: cephadm 2023-12-05T16:09:59.764959+0000 mgr.y (mgr.34107) 320 : cephadm 1 Deploying daemon osd.7 on smithi038 2023-12-05T16:10:01.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:00 smithi016 bash[64648]: cluster 2023-12-05T16:10:00.000149+0000 mon.a (mon.0) 534 : cluster 1 overall HEALTH_OK 2023-12-05T16:10:01.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:00 smithi016 bash[66045]: audit 2023-12-05T16:09:59.681754+0000 mgr.y (mgr.34107) 318 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:10:01.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:00 smithi016 bash[66045]: cephadm 2023-12-05T16:09:59.747147+0000 mgr.y (mgr.34107) 319 : cephadm 1 Upgrade: Updating osd.7 2023-12-05T16:10:01.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:00 smithi016 bash[66045]: cephadm 2023-12-05T16:09:59.764959+0000 mgr.y (mgr.34107) 320 : cephadm 1 Deploying daemon osd.7 on smithi038 2023-12-05T16:10:01.371 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:00 smithi016 bash[66045]: cluster 2023-12-05T16:10:00.000149+0000 mon.a (mon.0) 534 : cluster 1 overall HEALTH_OK 2023-12-05T16:10:02.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:01 smithi038 bash[51671]: cluster 2023-12-05T16:10:00.537119+0000 mgr.y (mgr.34107) 321 : cluster 0 pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:10:02.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:01 smithi016 bash[64648]: cluster 2023-12-05T16:10:00.537119+0000 mgr.y (mgr.34107) 321 : cluster 0 pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:10:02.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:01 smithi016 bash[66045]: cluster 2023-12-05T16:10:00.537119+0000 mgr.y (mgr.34107) 321 : cluster 0 pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:10:04.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:03 smithi038 bash[51671]: cluster 2023-12-05T16:10:02.538263+0000 mgr.y (mgr.34107) 322 : cluster 0 pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:10:04.089 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:04 smithi038 systemd[1]: Stopping Ceph osd.7 for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:10:04.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:03 smithi016 bash[64648]: cluster 2023-12-05T16:10:02.538263+0000 mgr.y (mgr.34107) 322 : cluster 0 pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:10:04.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:03 smithi016 bash[66045]: cluster 2023-12-05T16:10:02.538263+0000 mgr.y (mgr.34107) 322 : cluster 0 pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:10:04.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:04 smithi038 bash[37481]: debug 2023-12-05T16:10:04.205+0000 7f92052b0700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-05T16:10:04.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:04 smithi038 bash[37481]: debug 2023-12-05T16:10:04.205+0000 7f92052b0700 -1 osd.7 145 *** Got signal Terminated *** 2023-12-05T16:10:04.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:04 smithi038 bash[37481]: debug 2023-12-05T16:10:04.205+0000 7f92052b0700 -1 osd.7 145 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:10:05.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:04 smithi038 bash[51671]: cluster 2023-12-05T16:10:04.210190+0000 mon.a (mon.0) 535 : cluster 1 osd.7 marked itself down and dead 2023-12-05T16:10:05.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:04 smithi038 bash[51671]: cluster 2023-12-05T16:10:04.539911+0000 mgr.y (mgr.34107) 323 : cluster 0 pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:10:05.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:04 smithi016 bash[64648]: cluster 2023-12-05T16:10:04.210190+0000 mon.a (mon.0) 535 : cluster 1 osd.7 marked itself down and dead 2023-12-05T16:10:05.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:04 smithi016 bash[64648]: cluster 2023-12-05T16:10:04.539911+0000 mgr.y (mgr.34107) 323 : cluster 0 pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:10:05.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:04 smithi016 bash[66045]: cluster 2023-12-05T16:10:04.210190+0000 mon.a (mon.0) 535 : cluster 1 osd.7 marked itself down and dead 2023-12-05T16:10:05.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:04 smithi016 bash[66045]: cluster 2023-12-05T16:10:04.539911+0000 mgr.y (mgr.34107) 323 : cluster 0 pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:10:06.008 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:05 smithi038 bash[51671]: cluster 2023-12-05T16:10:04.904698+0000 mon.a (mon.0) 536 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:10:06.009 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:05 smithi038 bash[51671]: cluster 2023-12-05T16:10:04.919161+0000 mon.a (mon.0) 537 : cluster 0 osdmap e146: 8 total, 7 up, 8 in 2023-12-05T16:10:06.231 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:06 smithi038 bash[59637]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-7 2023-12-05T16:10:06.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:05 smithi016 bash[64648]: cluster 2023-12-05T16:10:04.904698+0000 mon.a (mon.0) 536 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:10:06.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:05 smithi016 bash[64648]: cluster 2023-12-05T16:10:04.919161+0000 mon.a (mon.0) 537 : cluster 0 osdmap e146: 8 total, 7 up, 8 in 2023-12-05T16:10:06.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:05 smithi016 bash[66045]: cluster 2023-12-05T16:10:04.904698+0000 mon.a (mon.0) 536 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-05T16:10:06.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:05 smithi016 bash[66045]: cluster 2023-12-05T16:10:04.919161+0000 mon.a (mon.0) 537 : cluster 0 osdmap e146: 8 total, 7 up, 8 in 2023-12-05T16:10:06.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:06 smithi038 bash[59712]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-7 2023-12-05T16:10:07.238 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:06 smithi038 bash[51671]: cluster 2023-12-05T16:10:05.923549+0000 mon.a (mon.0) 538 : cluster 0 osdmap e147: 8 total, 7 up, 8 in 2023-12-05T16:10:07.238 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:06 smithi038 bash[51671]: cluster 2023-12-05T16:10:06.540758+0000 mgr.y (mgr.34107) 324 : cluster 0 pgmap v208: 161 pgs: 11 peering, 17 stale+active+clean, 133 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:10:07.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:06 smithi016 bash[66045]: cluster 2023-12-05T16:10:05.923549+0000 mon.a (mon.0) 538 : cluster 0 osdmap e147: 8 total, 7 up, 8 in 2023-12-05T16:10:07.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:06 smithi016 bash[66045]: cluster 2023-12-05T16:10:06.540758+0000 mgr.y (mgr.34107) 324 : cluster 0 pgmap v208: 161 pgs: 11 peering, 17 stale+active+clean, 133 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:10:07.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:06 smithi016 bash[64648]: cluster 2023-12-05T16:10:05.923549+0000 mon.a (mon.0) 538 : cluster 0 osdmap e147: 8 total, 7 up, 8 in 2023-12-05T16:10:07.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:06 smithi016 bash[64648]: cluster 2023-12-05T16:10:06.540758+0000 mgr.y (mgr.34107) 324 : cluster 0 pgmap v208: 161 pgs: 11 peering, 17 stale+active+clean, 133 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:10:08.669 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:08 smithi038 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.7.service: Succeeded. 2023-12-05T16:10:08.669 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:08 smithi038 systemd[1]: Stopped Ceph osd.7 for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:10:08.669 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:08 smithi038 systemd[1]: Started Ceph osd.7 for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:10:09.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:09 smithi038 bash[51671]: audit 2023-12-05T16:10:08.480092+0000 mon.a (mon.0) 539 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:09.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:09 smithi038 bash[51671]: audit 2023-12-05T16:10:08.482383+0000 mon.a (mon.0) 540 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:10:09.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:09 smithi038 bash[51671]: cluster 2023-12-05T16:10:08.542362+0000 mgr.y (mgr.34107) 325 : cluster 0 pgmap v209: 161 pgs: 19 active+undersized+degraded, 11 peering, 1 stale+active+clean, 23 active+undersized, 107 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 66/630 objects degraded (10.476%) 2023-12-05T16:10:09.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:09 smithi038 bash[51671]: audit 2023-12-05T16:10:08.654803+0000 mon.a (mon.0) 541 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:09.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:09 smithi038 bash[51671]: audit 2023-12-05T16:10:08.665923+0000 mon.a (mon.0) 542 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:09.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:09 smithi038 bash[51671]: audit 2023-12-05T16:10:09.240020+0000 mon.a (mon.0) 543 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:09.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:09 smithi038 bash[51671]: audit 2023-12-05T16:10:09.251126+0000 mon.a (mon.0) 544 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:09.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:09 smithi016 bash[66045]: audit 2023-12-05T16:10:08.480092+0000 mon.a (mon.0) 539 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:09.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:09 smithi016 bash[66045]: audit 2023-12-05T16:10:08.482383+0000 mon.a (mon.0) 540 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:10:09.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:09 smithi016 bash[66045]: cluster 2023-12-05T16:10:08.542362+0000 mgr.y (mgr.34107) 325 : cluster 0 pgmap v209: 161 pgs: 19 active+undersized+degraded, 11 peering, 1 stale+active+clean, 23 active+undersized, 107 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 66/630 objects degraded (10.476%) 2023-12-05T16:10:09.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:09 smithi016 bash[66045]: audit 2023-12-05T16:10:08.654803+0000 mon.a (mon.0) 541 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:09.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:09 smithi016 bash[66045]: audit 2023-12-05T16:10:08.665923+0000 mon.a (mon.0) 542 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:09.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:09 smithi016 bash[66045]: audit 2023-12-05T16:10:09.240020+0000 mon.a (mon.0) 543 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:09.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:09 smithi016 bash[66045]: audit 2023-12-05T16:10:09.251126+0000 mon.a (mon.0) 544 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:09.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:09 smithi016 bash[64648]: audit 2023-12-05T16:10:08.480092+0000 mon.a (mon.0) 539 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:09.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:09 smithi016 bash[64648]: audit 2023-12-05T16:10:08.482383+0000 mon.a (mon.0) 540 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:10:09.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:09 smithi016 bash[64648]: cluster 2023-12-05T16:10:08.542362+0000 mgr.y (mgr.34107) 325 : cluster 0 pgmap v209: 161 pgs: 19 active+undersized+degraded, 11 peering, 1 stale+active+clean, 23 active+undersized, 107 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 66/630 objects degraded (10.476%) 2023-12-05T16:10:09.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:09 smithi016 bash[64648]: audit 2023-12-05T16:10:08.654803+0000 mon.a (mon.0) 541 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:09.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:09 smithi016 bash[64648]: audit 2023-12-05T16:10:08.665923+0000 mon.a (mon.0) 542 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:09.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:09 smithi016 bash[64648]: audit 2023-12-05T16:10:09.240020+0000 mon.a (mon.0) 543 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:09.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:09 smithi016 bash[64648]: audit 2023-12-05T16:10:09.251126+0000 mon.a (mon.0) 544 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:10.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:10:10 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:10:10] "GET /metrics HTTP/1.1" 200 38346 "" "Prometheus/2.33.4" 2023-12-05T16:10:10.493 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:10 smithi038 bash[59880]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-05T16:10:10.493 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:10 smithi038 bash[59880]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2023-12-05T16:10:10.494 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:10 smithi038 bash[59880]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-05T16:10:10.494 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:10 smithi038 bash[59880]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-05T16:10:10.494 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:10 smithi038 bash[59880]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2023-12-05T16:10:10.494 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:10 smithi038 bash[59880]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-05T16:10:10.494 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:10 smithi038 bash[59880]: --> ceph-volume raw activate successful for osd ID: 7 2023-12-05T16:10:10.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:10 smithi038 bash[51671]: cluster 2023-12-05T16:10:09.475973+0000 mon.a (mon.0) 545 : cluster 3 Health check failed: Degraded data redundancy: 66/630 objects degraded (10.476%), 19 pgs degraded (PG_DEGRADED) 2023-12-05T16:10:10.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:10 smithi038 bash[51671]: audit 2023-12-05T16:10:09.692932+0000 mgr.y (mgr.34107) 326 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:10:10.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:10 smithi016 bash[66045]: cluster 2023-12-05T16:10:09.475973+0000 mon.a (mon.0) 545 : cluster 3 Health check failed: Degraded data redundancy: 66/630 objects degraded (10.476%), 19 pgs degraded (PG_DEGRADED) 2023-12-05T16:10:10.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:10 smithi016 bash[66045]: audit 2023-12-05T16:10:09.692932+0000 mgr.y (mgr.34107) 326 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:10:10.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:10 smithi016 bash[64648]: cluster 2023-12-05T16:10:09.475973+0000 mon.a (mon.0) 545 : cluster 3 Health check failed: Degraded data redundancy: 66/630 objects degraded (10.476%), 19 pgs degraded (PG_DEGRADED) 2023-12-05T16:10:10.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:10 smithi016 bash[64648]: audit 2023-12-05T16:10:09.692932+0000 mgr.y (mgr.34107) 326 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:10:11.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:11 smithi038 bash[51671]: cluster 2023-12-05T16:10:10.543722+0000 mgr.y (mgr.34107) 327 : cluster 0 pgmap v210: 161 pgs: 24 active+undersized+degraded, 11 peering, 31 active+undersized, 95 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:10:11.839 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:11 smithi038 bash[60203]: debug 2023-12-05T16:10:11.724+0000 7f777d78c700 1 -- 172.21.15.38:0/2590136717 <== mon.2 v2:172.21.15.38:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5569b530b1e0 con 0x5569b5390800 2023-12-05T16:10:11.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:11 smithi016 bash[64648]: cluster 2023-12-05T16:10:10.543722+0000 mgr.y (mgr.34107) 327 : cluster 0 pgmap v210: 161 pgs: 24 active+undersized+degraded, 11 peering, 31 active+undersized, 95 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:10:11.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:11 smithi016 bash[66045]: cluster 2023-12-05T16:10:10.543722+0000 mgr.y (mgr.34107) 327 : cluster 0 pgmap v210: 161 pgs: 24 active+undersized+degraded, 11 peering, 31 active+undersized, 95 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:10:12.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:12 smithi038 bash[60203]: debug 2023-12-05T16:10:12.276+0000 7f7786912640 -1 Falling back to public interface 2023-12-05T16:10:13.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:13 smithi016 bash[66045]: cluster 2023-12-05T16:10:12.545142+0000 mgr.y (mgr.34107) 328 : cluster 0 pgmap v211: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:10:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:13 smithi016 bash[64648]: cluster 2023-12-05T16:10:12.545142+0000 mgr.y (mgr.34107) 328 : cluster 0 pgmap v211: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:10:14.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:13 smithi038 bash[51671]: cluster 2023-12-05T16:10:12.545142+0000 mgr.y (mgr.34107) 328 : cluster 0 pgmap v211: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:10:15.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:15 smithi038 bash[60203]: debug 2023-12-05T16:10:15.272+0000 7f7786912640 -1 osd.7 0 read_superblock omap replica is missing. 2023-12-05T16:10:15.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:15 smithi038 bash[60203]: debug 2023-12-05T16:10:15.324+0000 7f7786912640 -1 osd.7 145 log_to_monitors true 2023-12-05T16:10:15.692 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:10:15.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:15 smithi016 bash[64648]: cluster 2023-12-05T16:10:14.546952+0000 mgr.y (mgr.34107) 329 : cluster 0 pgmap v212: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:10:15.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:15 smithi016 bash[64648]: audit 2023-12-05T16:10:15.333266+0000 mon.a (mon.0) 546 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T16:10:15.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:15 smithi016 bash[64648]: audit 2023-12-05T16:10:15.333277+0000 mon.b (mon.2) 9 : audit 1 from='osd.7 [v2:172.21.15.38:6824/2146401506,v1:172.21.15.38:6825/2146401506]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T16:10:15.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:15 smithi016 bash[66045]: cluster 2023-12-05T16:10:14.546952+0000 mgr.y (mgr.34107) 329 : cluster 0 pgmap v212: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:10:15.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:15 smithi016 bash[66045]: audit 2023-12-05T16:10:15.333266+0000 mon.a (mon.0) 546 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T16:10:15.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:15 smithi016 bash[66045]: audit 2023-12-05T16:10:15.333277+0000 mon.b (mon.2) 9 : audit 1 from='osd.7 [v2:172.21.15.38:6824/2146401506,v1:172.21.15.38:6825/2146401506]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T16:10:16.089 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:10:15 smithi038 bash[60203]: debug 2023-12-05T16:10:15.656+0000 7f7777d83700 -1 osd.7 145 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T16:10:16.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:15 smithi038 bash[51671]: cluster 2023-12-05T16:10:14.546952+0000 mgr.y (mgr.34107) 329 : cluster 0 pgmap v212: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:10:16.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:15 smithi038 bash[51671]: audit 2023-12-05T16:10:15.333266+0000 mon.a (mon.0) 546 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T16:10:16.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:15 smithi038 bash[51671]: audit 2023-12-05T16:10:15.333277+0000 mon.b (mon.2) 9 : audit 1 from='osd.7 [v2:172.21.15.38:6824/2146401506,v1:172.21.15.38:6825/2146401506]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T16:10:16.460 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:10:16.460 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (7m) 118s ago 14m 16.4M - 0.23.0 ba2b418f427c c48b395728e7 2023-12-05T16:10:16.460 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (7m) 30s ago 14m 43.5M - 8.3.5 dad864ee21e9 d6befc9f2bcf 2023-12-05T16:10:16.461 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (6m) 118s ago 12m 47.6M - 3.5 e1d6a67b021e bbc51b2e3d6d 2023-12-05T16:10:16.461 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283,8765 running (6m) 30s ago 20m 435M - 19.0.0-13-ge6605fb8 104f332cd0a9 d9865fd32494 2023-12-05T16:10:16.461 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:8443,9283,8765 running (7m) 118s ago 22m 494M - 19.0.0-13-ge6605fb8 104f332cd0a9 d8aa9c1870da 2023-12-05T16:10:16.461 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (5m) 118s ago 22m 52.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 61d4ec4cbec6 2023-12-05T16:10:16.461 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (4m) 30s ago 20m 44.9M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 35fe6c2d8ea2 2023-12-05T16:10:16.461 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (5m) 118s ago 21m 44.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 e48e3724baef 2023-12-05T16:10:16.461 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (8m) 118s ago 15m 14.4M - 1.3.1 1dbe0e931976 a7ad6c0fa35b 2023-12-05T16:10:16.461 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (7m) 30s ago 15m 11.9M - 1.3.1 1dbe0e931976 dac45ac68b6c 2023-12-05T16:10:16.461 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (3m) 118s ago 20m 53.8M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 19a0a8b247d6 2023-12-05T16:10:16.461 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (3m) 118s ago 19m 53.0M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 15b11f62b515 2023-12-05T16:10:16.461 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (2m) 118s ago 18m 47.9M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 c5c049833fdb 2023-12-05T16:10:16.461 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (2m) 118s ago 18m - 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 d9442fe153a8 2023-12-05T16:10:16.461 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (92s) 30s ago 17m 51.0M 3038M 19.0.0-13-ge6605fb8 104f332cd0a9 5aea4539c593 2023-12-05T16:10:16.461 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (64s) 30s ago 17m 48.4M 3038M 19.0.0-13-ge6605fb8 104f332cd0a9 e9c715c26716 2023-12-05T16:10:16.461 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (35s) 30s ago 16m 13.0M 3038M 19.0.0-13-ge6605fb8 104f332cd0a9 18f3908a9080 2023-12-05T16:10:16.462 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 starting - - - 3038M 2023-12-05T16:10:16.462 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (6m) 30s ago 15m 63.3M - 2.33.4 514e6a882f6e 2178b2710d9e 2023-12-05T16:10:16.462 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (13m) 118s ago 13m 88.7M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:10:16.462 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (12m) 30s ago 12m 88.6M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:10:16.462 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (12m) 118s ago 12m 88.4M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:10:16.462 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (12m) 30s ago 12m 88.2M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:10:16.926 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:10:16.926 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:10:16.927 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T16:10:16.927 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:10:16.927 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:10:16.927 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:10:16.927 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:10:16.927 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:10:16.927 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 8 2023-12-05T16:10:16.927 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:10:16.927 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:10:16.927 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:10:16.927 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:10:16.927 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:10:16.927 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-05T16:10:16.927 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 13 2023-12-05T16:10:16.927 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:10:16.928 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:10:17.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:16 smithi038 bash[51671]: audit 2023-12-05T16:10:15.614472+0000 mon.a (mon.0) 547 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-05T16:10:17.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:16 smithi038 bash[51671]: cluster 2023-12-05T16:10:15.619215+0000 mon.a (mon.0) 548 : cluster 0 osdmap e148: 8 total, 7 up, 8 in 2023-12-05T16:10:17.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:16 smithi038 bash[51671]: audit 2023-12-05T16:10:15.622757+0000 mon.a (mon.0) 549 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:10:17.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:16 smithi038 bash[51671]: audit 2023-12-05T16:10:15.622831+0000 mon.b (mon.2) 10 : audit 1 from='osd.7 [v2:172.21.15.38:6824/2146401506,v1:172.21.15.38:6825/2146401506]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:10:17.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:16 smithi038 bash[51671]: audit 2023-12-05T16:10:15.672808+0000 mgr.y (mgr.34107) 330 : audit 0 from='client.44470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:17.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:16 smithi016 bash[66045]: audit 2023-12-05T16:10:15.614472+0000 mon.a (mon.0) 547 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-05T16:10:17.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:16 smithi016 bash[66045]: cluster 2023-12-05T16:10:15.619215+0000 mon.a (mon.0) 548 : cluster 0 osdmap e148: 8 total, 7 up, 8 in 2023-12-05T16:10:17.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:16 smithi016 bash[66045]: audit 2023-12-05T16:10:15.622757+0000 mon.a (mon.0) 549 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:10:17.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:16 smithi016 bash[66045]: audit 2023-12-05T16:10:15.622831+0000 mon.b (mon.2) 10 : audit 1 from='osd.7 [v2:172.21.15.38:6824/2146401506,v1:172.21.15.38:6825/2146401506]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:10:17.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:16 smithi016 bash[66045]: audit 2023-12-05T16:10:15.672808+0000 mgr.y (mgr.34107) 330 : audit 0 from='client.44470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:17.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:16 smithi016 bash[64648]: audit 2023-12-05T16:10:15.614472+0000 mon.a (mon.0) 547 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-05T16:10:17.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:16 smithi016 bash[64648]: cluster 2023-12-05T16:10:15.619215+0000 mon.a (mon.0) 548 : cluster 0 osdmap e148: 8 total, 7 up, 8 in 2023-12-05T16:10:17.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:16 smithi016 bash[64648]: audit 2023-12-05T16:10:15.622757+0000 mon.a (mon.0) 549 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:10:17.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:16 smithi016 bash[64648]: audit 2023-12-05T16:10:15.622831+0000 mon.b (mon.2) 10 : audit 1 from='osd.7 [v2:172.21.15.38:6824/2146401506,v1:172.21.15.38:6825/2146401506]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2023-12-05T16:10:17.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:16 smithi016 bash[64648]: audit 2023-12-05T16:10:15.672808+0000 mgr.y (mgr.34107) 330 : audit 0 from='client.44470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:17.314 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:10:17.315 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:10:17.315 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:10:17.315 INFO:teuthology.orchestra.run.smithi016.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:10:17.315 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [ 2023-12-05T16:10:17.315 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr", 2023-12-05T16:10:17.315 INFO:teuthology.orchestra.run.smithi016.stdout: "mon", 2023-12-05T16:10:17.315 INFO:teuthology.orchestra.run.smithi016.stdout: "osd" 2023-12-05T16:10:17.315 INFO:teuthology.orchestra.run.smithi016.stdout: ], 2023-12-05T16:10:17.315 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "13/23 daemons upgraded", 2023-12-05T16:10:17.315 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "Currently upgrading osd daemons", 2023-12-05T16:10:17.315 INFO:teuthology.orchestra.run.smithi016.stdout: "is_paused": false 2023-12-05T16:10:17.315 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:10:17.779 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_WARN Degraded data redundancy: 84/630 objects degraded (13.333%), 24 pgs degraded 2023-12-05T16:10:17.779 INFO:teuthology.orchestra.run.smithi016.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 84/630 objects degraded (13.333%), 24 pgs degraded 2023-12-05T16:10:17.779 INFO:teuthology.orchestra.run.smithi016.stdout: pg 1.0 is active+undersized+degraded, acting [0,6] 2023-12-05T16:10:17.779 INFO:teuthology.orchestra.run.smithi016.stdout: pg 2.9 is active+undersized+degraded, acting [1,3] 2023-12-05T16:10:17.779 INFO:teuthology.orchestra.run.smithi016.stdout: pg 2.a is active+undersized+degraded, acting [1,3] 2023-12-05T16:10:17.779 INFO:teuthology.orchestra.run.smithi016.stdout: pg 2.e is active+undersized+degraded, acting [2,3] 2023-12-05T16:10:17.779 INFO:teuthology.orchestra.run.smithi016.stdout: pg 2.f is active+undersized+degraded, acting [4,0] 2023-12-05T16:10:17.779 INFO:teuthology.orchestra.run.smithi016.stdout: pg 2.12 is active+undersized+degraded, acting [5,3] 2023-12-05T16:10:17.779 INFO:teuthology.orchestra.run.smithi016.stdout: pg 2.1f is active+undersized+degraded, acting [0,4] 2023-12-05T16:10:17.779 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.7 is active+undersized+degraded, acting [3,0] 2023-12-05T16:10:17.779 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.8 is active+undersized+degraded, acting [3,1] 2023-12-05T16:10:17.780 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.9 is active+undersized+degraded, acting [4,2] 2023-12-05T16:10:17.780 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.d is active+undersized+degraded, acting [5,6] 2023-12-05T16:10:17.780 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.e is active+undersized+degraded, acting [4,1] 2023-12-05T16:10:17.780 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.f is active+undersized+degraded, acting [4,0] 2023-12-05T16:10:17.780 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.11 is active+undersized+degraded, acting [4,6] 2023-12-05T16:10:17.780 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.12 is active+undersized+degraded, acting [0,3] 2023-12-05T16:10:17.780 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.13 is active+undersized+degraded, acting [4,2] 2023-12-05T16:10:17.780 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.14 is active+undersized+degraded, acting [4,6] 2023-12-05T16:10:17.780 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.15 is active+undersized+degraded, acting [3,4] 2023-12-05T16:10:17.780 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.16 is active+undersized+degraded, acting [5,1] 2023-12-05T16:10:17.780 INFO:teuthology.orchestra.run.smithi016.stdout: pg 3.1b is active+undersized+degraded, acting [0,4] 2023-12-05T16:10:17.780 INFO:teuthology.orchestra.run.smithi016.stdout: pg 4.0 is active+undersized+degraded, acting [3,0] 2023-12-05T16:10:17.780 INFO:teuthology.orchestra.run.smithi016.stdout: pg 4.3 is active+undersized+degraded, acting [0,5] 2023-12-05T16:10:17.780 INFO:teuthology.orchestra.run.smithi016.stdout: pg 4.14 is active+undersized+degraded, acting [3,2] 2023-12-05T16:10:17.781 INFO:teuthology.orchestra.run.smithi016.stdout: pg 4.15 is active+undersized+degraded, acting [5,3] 2023-12-05T16:10:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:17 smithi038 bash[51671]: audit 2023-12-05T16:10:16.059599+0000 mgr.y (mgr.34107) 331 : audit 0 from='client.44476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:17 smithi038 bash[51671]: audit 2023-12-05T16:10:16.439311+0000 mgr.y (mgr.34107) 332 : audit 0 from='client.34557 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:17 smithi038 bash[51671]: cluster 2023-12-05T16:10:16.548113+0000 mgr.y (mgr.34107) 333 : cluster 0 pgmap v214: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:10:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:17 smithi038 bash[51671]: cluster 2023-12-05T16:10:16.615362+0000 mon.a (mon.0) 550 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:10:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:17 smithi038 bash[51671]: cluster 2023-12-05T16:10:16.624054+0000 mon.a (mon.0) 551 : cluster 1 osd.7 [v2:172.21.15.38:6824/2146401506,v1:172.21.15.38:6825/2146401506] boot 2023-12-05T16:10:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:17 smithi038 bash[51671]: cluster 2023-12-05T16:10:16.624106+0000 mon.a (mon.0) 552 : cluster 0 osdmap e149: 8 total, 8 up, 8 in 2023-12-05T16:10:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:17 smithi038 bash[51671]: audit 2023-12-05T16:10:16.626559+0000 mon.a (mon.0) 553 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:10:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:17 smithi038 bash[51671]: audit 2023-12-05T16:10:16.921325+0000 mon.a (mon.0) 554 : audit 0 from='client.? 172.21.15.16:0/2336404658' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:10:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:17 smithi038 bash[51671]: audit 2023-12-05T16:10:16.947427+0000 mon.a (mon.0) 555 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:17 smithi038 bash[51671]: audit 2023-12-05T16:10:16.957650+0000 mon.a (mon.0) 556 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:18.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:17 smithi038 bash[51671]: cluster 2023-12-05T16:10:17.631061+0000 mon.a (mon.0) 557 : cluster 0 osdmap e150: 8 total, 8 up, 8 in 2023-12-05T16:10:18.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[66045]: audit 2023-12-05T16:10:16.059599+0000 mgr.y (mgr.34107) 331 : audit 0 from='client.44476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:18.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[66045]: audit 2023-12-05T16:10:16.439311+0000 mgr.y (mgr.34107) 332 : audit 0 from='client.34557 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:18.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[66045]: cluster 2023-12-05T16:10:16.548113+0000 mgr.y (mgr.34107) 333 : cluster 0 pgmap v214: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:10:18.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[66045]: cluster 2023-12-05T16:10:16.615362+0000 mon.a (mon.0) 550 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:10:18.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[66045]: cluster 2023-12-05T16:10:16.624054+0000 mon.a (mon.0) 551 : cluster 1 osd.7 [v2:172.21.15.38:6824/2146401506,v1:172.21.15.38:6825/2146401506] boot 2023-12-05T16:10:18.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[66045]: cluster 2023-12-05T16:10:16.624106+0000 mon.a (mon.0) 552 : cluster 0 osdmap e149: 8 total, 8 up, 8 in 2023-12-05T16:10:18.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[66045]: audit 2023-12-05T16:10:16.626559+0000 mon.a (mon.0) 553 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:10:18.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[66045]: audit 2023-12-05T16:10:16.921325+0000 mon.a (mon.0) 554 : audit 0 from='client.? 172.21.15.16:0/2336404658' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:10:18.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[66045]: audit 2023-12-05T16:10:16.947427+0000 mon.a (mon.0) 555 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:18.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[66045]: audit 2023-12-05T16:10:16.957650+0000 mon.a (mon.0) 556 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:18.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[66045]: cluster 2023-12-05T16:10:17.631061+0000 mon.a (mon.0) 557 : cluster 0 osdmap e150: 8 total, 8 up, 8 in 2023-12-05T16:10:18.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[64648]: audit 2023-12-05T16:10:16.059599+0000 mgr.y (mgr.34107) 331 : audit 0 from='client.44476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:18.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[64648]: audit 2023-12-05T16:10:16.439311+0000 mgr.y (mgr.34107) 332 : audit 0 from='client.34557 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:18.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[64648]: cluster 2023-12-05T16:10:16.548113+0000 mgr.y (mgr.34107) 333 : cluster 0 pgmap v214: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 84/630 objects degraded (13.333%) 2023-12-05T16:10:18.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[64648]: cluster 2023-12-05T16:10:16.615362+0000 mon.a (mon.0) 550 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-05T16:10:18.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[64648]: cluster 2023-12-05T16:10:16.624054+0000 mon.a (mon.0) 551 : cluster 1 osd.7 [v2:172.21.15.38:6824/2146401506,v1:172.21.15.38:6825/2146401506] boot 2023-12-05T16:10:18.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[64648]: cluster 2023-12-05T16:10:16.624106+0000 mon.a (mon.0) 552 : cluster 0 osdmap e149: 8 total, 8 up, 8 in 2023-12-05T16:10:18.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[64648]: audit 2023-12-05T16:10:16.626559+0000 mon.a (mon.0) 553 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:10:18.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[64648]: audit 2023-12-05T16:10:16.921325+0000 mon.a (mon.0) 554 : audit 0 from='client.? 172.21.15.16:0/2336404658' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:10:18.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[64648]: audit 2023-12-05T16:10:16.947427+0000 mon.a (mon.0) 555 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:18.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[64648]: audit 2023-12-05T16:10:16.957650+0000 mon.a (mon.0) 556 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:18.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:17 smithi016 bash[64648]: cluster 2023-12-05T16:10:17.631061+0000 mon.a (mon.0) 557 : cluster 0 osdmap e150: 8 total, 8 up, 8 in 2023-12-05T16:10:19.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:18 smithi038 bash[51671]: audit 2023-12-05T16:10:17.309290+0000 mgr.y (mgr.34107) 334 : audit 0 from='client.44494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:19.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:18 smithi038 bash[51671]: audit 2023-12-05T16:10:17.774090+0000 mon.a (mon.0) 558 : audit 0 from='client.? 172.21.15.16:0/1775409043' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:10:19.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:18 smithi038 bash[51671]: audit 2023-12-05T16:10:18.051198+0000 mon.a (mon.0) 559 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:19.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:18 smithi038 bash[51671]: audit 2023-12-05T16:10:18.063511+0000 mon.a (mon.0) 560 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:19.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:18 smithi038 bash[51671]: cluster 2023-12-05T16:10:18.444701+0000 mon.a (mon.0) 561 : cluster 3 Health check update: Degraded data redundancy: 84/630 objects degraded (13.333%), 24 pgs degraded (PG_DEGRADED) 2023-12-05T16:10:19.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:18 smithi016 bash[66045]: audit 2023-12-05T16:10:17.309290+0000 mgr.y (mgr.34107) 334 : audit 0 from='client.44494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:19.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:18 smithi016 bash[66045]: audit 2023-12-05T16:10:17.774090+0000 mon.a (mon.0) 558 : audit 0 from='client.? 172.21.15.16:0/1775409043' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:10:19.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:18 smithi016 bash[66045]: audit 2023-12-05T16:10:18.051198+0000 mon.a (mon.0) 559 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:19.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:18 smithi016 bash[66045]: audit 2023-12-05T16:10:18.063511+0000 mon.a (mon.0) 560 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:19.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:18 smithi016 bash[66045]: cluster 2023-12-05T16:10:18.444701+0000 mon.a (mon.0) 561 : cluster 3 Health check update: Degraded data redundancy: 84/630 objects degraded (13.333%), 24 pgs degraded (PG_DEGRADED) 2023-12-05T16:10:19.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:18 smithi016 bash[64648]: audit 2023-12-05T16:10:17.309290+0000 mgr.y (mgr.34107) 334 : audit 0 from='client.44494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:19.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:18 smithi016 bash[64648]: audit 2023-12-05T16:10:17.774090+0000 mon.a (mon.0) 558 : audit 0 from='client.? 172.21.15.16:0/1775409043' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:10:19.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:18 smithi016 bash[64648]: audit 2023-12-05T16:10:18.051198+0000 mon.a (mon.0) 559 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:19.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:18 smithi016 bash[64648]: audit 2023-12-05T16:10:18.063511+0000 mon.a (mon.0) 560 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:19.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:18 smithi016 bash[64648]: cluster 2023-12-05T16:10:18.444701+0000 mon.a (mon.0) 561 : cluster 3 Health check update: Degraded data redundancy: 84/630 objects degraded (13.333%), 24 pgs degraded (PG_DEGRADED) 2023-12-05T16:10:20.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:19 smithi016 bash[66045]: cluster 2023-12-05T16:10:18.549649+0000 mgr.y (mgr.34107) 335 : cluster 0 pgmap v217: 161 pgs: 5 activating, 5 peering, 11 active+undersized+degraded, 29 active+undersized, 111 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 50/630 objects degraded (7.937%) 2023-12-05T16:10:20.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:19 smithi016 bash[66045]: audit 2023-12-05T16:10:18.915188+0000 mon.a (mon.0) 562 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:20.072 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:19 smithi016 bash[64648]: cluster 2023-12-05T16:10:18.549649+0000 mgr.y (mgr.34107) 335 : cluster 0 pgmap v217: 161 pgs: 5 activating, 5 peering, 11 active+undersized+degraded, 29 active+undersized, 111 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 50/630 objects degraded (7.937%) 2023-12-05T16:10:20.072 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:19 smithi016 bash[64648]: audit 2023-12-05T16:10:18.915188+0000 mon.a (mon.0) 562 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:20.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:19 smithi038 bash[51671]: cluster 2023-12-05T16:10:18.549649+0000 mgr.y (mgr.34107) 335 : cluster 0 pgmap v217: 161 pgs: 5 activating, 5 peering, 11 active+undersized+degraded, 29 active+undersized, 111 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 50/630 objects degraded (7.937%) 2023-12-05T16:10:20.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:19 smithi038 bash[51671]: audit 2023-12-05T16:10:18.915188+0000 mon.a (mon.0) 562 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:20.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:10:20 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:10:20] "GET /metrics HTTP/1.1" 200 38346 "" "Prometheus/2.33.4" 2023-12-05T16:10:21.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:20 smithi038 bash[51671]: audit 2023-12-05T16:10:19.704215+0000 mgr.y (mgr.34107) 336 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:10:21.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:20 smithi016 bash[64648]: audit 2023-12-05T16:10:19.704215+0000 mgr.y (mgr.34107) 336 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:10:21.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:20 smithi016 bash[66045]: audit 2023-12-05T16:10:19.704215+0000 mgr.y (mgr.34107) 336 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:10:22.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:21 smithi038 bash[51671]: cluster 2023-12-05T16:10:20.550809+0000 mgr.y (mgr.34107) 337 : cluster 0 pgmap v218: 161 pgs: 5 activating, 5 peering, 7 active+undersized+degraded, 21 active+undersized, 123 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 36/630 objects degraded (5.714%) 2023-12-05T16:10:22.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:21 smithi016 bash[64648]: cluster 2023-12-05T16:10:20.550809+0000 mgr.y (mgr.34107) 337 : cluster 0 pgmap v218: 161 pgs: 5 activating, 5 peering, 7 active+undersized+degraded, 21 active+undersized, 123 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 36/630 objects degraded (5.714%) 2023-12-05T16:10:22.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:21 smithi016 bash[66045]: cluster 2023-12-05T16:10:20.550809+0000 mgr.y (mgr.34107) 337 : cluster 0 pgmap v218: 161 pgs: 5 activating, 5 peering, 7 active+undersized+degraded, 21 active+undersized, 123 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 36/630 objects degraded (5.714%) 2023-12-05T16:10:23.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:22 smithi038 bash[51671]: cluster 2023-12-05T16:10:22.661084+0000 mon.a (mon.0) 563 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/630 objects degraded (5.714%), 7 pgs degraded) 2023-12-05T16:10:23.087 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:22 smithi038 bash[51671]: cluster 2023-12-05T16:10:22.661170+0000 mon.a (mon.0) 564 : cluster 1 Cluster is now healthy 2023-12-05T16:10:23.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:22 smithi016 bash[66045]: cluster 2023-12-05T16:10:22.661084+0000 mon.a (mon.0) 563 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/630 objects degraded (5.714%), 7 pgs degraded) 2023-12-05T16:10:23.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:22 smithi016 bash[66045]: cluster 2023-12-05T16:10:22.661170+0000 mon.a (mon.0) 564 : cluster 1 Cluster is now healthy 2023-12-05T16:10:23.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:22 smithi016 bash[64648]: cluster 2023-12-05T16:10:22.661084+0000 mon.a (mon.0) 563 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/630 objects degraded (5.714%), 7 pgs degraded) 2023-12-05T16:10:23.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:22 smithi016 bash[64648]: cluster 2023-12-05T16:10:22.661170+0000 mon.a (mon.0) 564 : cluster 1 Cluster is now healthy 2023-12-05T16:10:24.076 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:23 smithi038 bash[51671]: cluster 2023-12-05T16:10:22.552055+0000 mgr.y (mgr.34107) 338 : cluster 0 pgmap v219: 161 pgs: 5 activating, 156 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 738 B/s rd, 0 op/s 2023-12-05T16:10:24.077 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:23 smithi038 bash[51671]: audit 2023-12-05T16:10:23.480386+0000 mon.a (mon.0) 565 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:24.077 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:23 smithi038 bash[51671]: audit 2023-12-05T16:10:23.482683+0000 mon.a (mon.0) 566 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:10:24.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:23 smithi016 bash[66045]: cluster 2023-12-05T16:10:22.552055+0000 mgr.y (mgr.34107) 338 : cluster 0 pgmap v219: 161 pgs: 5 activating, 156 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 738 B/s rd, 0 op/s 2023-12-05T16:10:24.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:23 smithi016 bash[66045]: audit 2023-12-05T16:10:23.480386+0000 mon.a (mon.0) 565 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:24.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:23 smithi016 bash[66045]: audit 2023-12-05T16:10:23.482683+0000 mon.a (mon.0) 566 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:10:24.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:23 smithi016 bash[64648]: cluster 2023-12-05T16:10:22.552055+0000 mgr.y (mgr.34107) 338 : cluster 0 pgmap v219: 161 pgs: 5 activating, 156 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 738 B/s rd, 0 op/s 2023-12-05T16:10:24.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:23 smithi016 bash[64648]: audit 2023-12-05T16:10:23.480386+0000 mon.a (mon.0) 565 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:24.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:23 smithi016 bash[64648]: audit 2023-12-05T16:10:23.482683+0000 mon.a (mon.0) 566 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:10:26.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:25 smithi038 bash[51671]: cluster 2023-12-05T16:10:24.553542+0000 mgr.y (mgr.34107) 339 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:10:26.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:25 smithi016 bash[66045]: cluster 2023-12-05T16:10:24.553542+0000 mgr.y (mgr.34107) 339 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:10:26.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:25 smithi016 bash[64648]: cluster 2023-12-05T16:10:24.553542+0000 mgr.y (mgr.34107) 339 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:10:28.028 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:27 smithi016 bash[66045]: cluster 2023-12-05T16:10:26.554575+0000 mgr.y (mgr.34107) 340 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-05T16:10:28.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:27 smithi016 bash[64648]: cluster 2023-12-05T16:10:26.554575+0000 mgr.y (mgr.34107) 340 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-05T16:10:28.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:27 smithi038 bash[51671]: cluster 2023-12-05T16:10:26.554575+0000 mgr.y (mgr.34107) 340 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-05T16:10:28.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[61294]: debug 2023-12-05T16:10:28.019+0000 7fea4dd6e700 -1 log_channel(cephadm) log [ERR] : Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-05T16:10:29.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.815734+0000 mon.a (mon.0) 567 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:29.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.828378+0000 mon.a (mon.0) 568 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:29.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.831251+0000 mon.a (mon.0) 569 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:10:29.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.833177+0000 mon.a (mon.0) 570 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:10:29.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.843236+0000 mon.a (mon.0) 571 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.933343+0000 mon.a (mon.0) 572 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:10:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.937277+0000 mon.a (mon.0) 573 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:10:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.940395+0000 mon.a (mon.0) 574 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:10:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.942913+0000 mon.a (mon.0) 575 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:10:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.947805+0000 mon.a (mon.0) 576 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:10:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.955505+0000 mon.a (mon.0) 577 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.959077+0000 mon.a (mon.0) 578 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-05T16:10:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.964089+0000 mon.a (mon.0) 579 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-05T16:10:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.967487+0000 mon.a (mon.0) 580 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-05T16:10:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.972183+0000 mon.a (mon.0) 581 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-05T16:10:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.974656+0000 mon.a (mon.0) 582 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-05T16:10:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.980597+0000 mon.a (mon.0) 583 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-05T16:10:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.983747+0000 mon.a (mon.0) 584 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-05T16:10:29.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.988158+0000 mon.a (mon.0) 585 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-05T16:10:29.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.990804+0000 mon.a (mon.0) 586 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-05T16:10:29.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.995235+0000 mon.a (mon.0) 587 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-05T16:10:29.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:27.998112+0000 mon.a (mon.0) 588 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-05T16:10:29.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:28.002240+0000 mon.a (mon.0) 589 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-05T16:10:29.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:28.005516+0000 mon.a (mon.0) 590 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-05T16:10:29.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:28.009446+0000 mon.a (mon.0) 591 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-05T16:10:29.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:28.012525+0000 mon.a (mon.0) 592 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-05T16:10:29.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:28.016839+0000 mon.a (mon.0) 593 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-05T16:10:29.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:28.022737+0000 mon.a (mon.0) 594 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-05T16:10:29.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:28.029440+0000 mon.a (mon.0) 595 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:29.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:28.032215+0000 mon.a (mon.0) 596 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:10:29.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:28.033727+0000 mon.a (mon.0) 597 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:10:29.091 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:28 smithi038 bash[51671]: audit 2023-12-05T16:10:28.042488+0000 mon.a (mon.0) 598 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:29.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.815734+0000 mon.a (mon.0) 567 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:29.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.828378+0000 mon.a (mon.0) 568 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:29.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.831251+0000 mon.a (mon.0) 569 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:10:29.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.833177+0000 mon.a (mon.0) 570 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:10:29.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.843236+0000 mon.a (mon.0) 571 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:29.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.933343+0000 mon.a (mon.0) 572 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:10:29.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.937277+0000 mon.a (mon.0) 573 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:10:29.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.940395+0000 mon.a (mon.0) 574 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:10:29.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.942913+0000 mon.a (mon.0) 575 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:10:29.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.947805+0000 mon.a (mon.0) 576 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:10:29.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.955505+0000 mon.a (mon.0) 577 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:29.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.959077+0000 mon.a (mon.0) 578 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-05T16:10:29.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.964089+0000 mon.a (mon.0) 579 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-05T16:10:29.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.967487+0000 mon.a (mon.0) 580 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-05T16:10:29.121 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.972183+0000 mon.a (mon.0) 581 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-05T16:10:29.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.974656+0000 mon.a (mon.0) 582 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-05T16:10:29.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.980597+0000 mon.a (mon.0) 583 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-05T16:10:29.122 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.983747+0000 mon.a (mon.0) 584 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-05T16:10:29.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.815734+0000 mon.a (mon.0) 567 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:29.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.828378+0000 mon.a (mon.0) 568 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:29.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.831251+0000 mon.a (mon.0) 569 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:10:29.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.833177+0000 mon.a (mon.0) 570 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:10:29.122 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.843236+0000 mon.a (mon.0) 571 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:29.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.933343+0000 mon.a (mon.0) 572 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:10:29.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.937277+0000 mon.a (mon.0) 573 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:10:29.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.940395+0000 mon.a (mon.0) 574 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:10:29.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.942913+0000 mon.a (mon.0) 575 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:10:29.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.947805+0000 mon.a (mon.0) 576 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:10:29.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.955505+0000 mon.a (mon.0) 577 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:29.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.959077+0000 mon.a (mon.0) 578 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-05T16:10:29.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.964089+0000 mon.a (mon.0) 579 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-05T16:10:29.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.967487+0000 mon.a (mon.0) 580 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-05T16:10:29.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.972183+0000 mon.a (mon.0) 581 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-05T16:10:29.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.974656+0000 mon.a (mon.0) 582 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-05T16:10:29.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.980597+0000 mon.a (mon.0) 583 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-05T16:10:29.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.983747+0000 mon.a (mon.0) 584 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-05T16:10:29.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.988158+0000 mon.a (mon.0) 585 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-05T16:10:29.123 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.990804+0000 mon.a (mon.0) 586 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-05T16:10:29.124 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.995235+0000 mon.a (mon.0) 587 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-05T16:10:29.124 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:27.998112+0000 mon.a (mon.0) 588 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-05T16:10:29.124 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:28.002240+0000 mon.a (mon.0) 589 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-05T16:10:29.124 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:28.005516+0000 mon.a (mon.0) 590 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-05T16:10:29.124 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:28.009446+0000 mon.a (mon.0) 591 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-05T16:10:29.124 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:28.012525+0000 mon.a (mon.0) 592 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-05T16:10:29.124 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:28.016839+0000 mon.a (mon.0) 593 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-05T16:10:29.124 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:28.022737+0000 mon.a (mon.0) 594 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-05T16:10:29.124 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:28.029440+0000 mon.a (mon.0) 595 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:29.124 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:28.032215+0000 mon.a (mon.0) 596 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:10:29.124 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:28.033727+0000 mon.a (mon.0) 597 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:10:29.124 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[64648]: audit 2023-12-05T16:10:28.042488+0000 mon.a (mon.0) 598 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:29.124 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:29 smithi016 bash[64648]: debug 2023-12-05T16:10:29.023+0000 7fc990778700 -1 log_channel(cluster) log [ERR] : Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-05T16:10:29.124 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.988158+0000 mon.a (mon.0) 585 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-05T16:10:29.125 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.990804+0000 mon.a (mon.0) 586 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-05T16:10:29.125 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.995235+0000 mon.a (mon.0) 587 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-05T16:10:29.125 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:27.998112+0000 mon.a (mon.0) 588 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-05T16:10:29.125 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:28.002240+0000 mon.a (mon.0) 589 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-05T16:10:29.125 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:28.005516+0000 mon.a (mon.0) 590 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-05T16:10:29.125 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:28.009446+0000 mon.a (mon.0) 591 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-05T16:10:29.125 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:28.012525+0000 mon.a (mon.0) 592 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-05T16:10:29.125 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:28.016839+0000 mon.a (mon.0) 593 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-05T16:10:29.125 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:28.022737+0000 mon.a (mon.0) 594 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-05T16:10:29.125 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:28.029440+0000 mon.a (mon.0) 595 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:29.125 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:28.032215+0000 mon.a (mon.0) 596 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:10:29.125 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:28.033727+0000 mon.a (mon.0) 597 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:10:29.125 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:28 smithi016 bash[66045]: audit 2023-12-05T16:10:28.042488+0000 mon.a (mon.0) 598 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:30.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:29 smithi016 bash[66045]: cephadm 2023-12-05T16:10:27.949524+0000 mgr.y (mgr.34107) 341 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-05T16:10:30.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:29 smithi016 bash[66045]: cephadm 2023-12-05T16:10:28.022178+0000 mgr.y (mgr.34107) 342 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-05T16:10:30.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:29 smithi016 bash[66045]: cephadm 2023-12-05T16:10:28.023859+0000 mgr.y (mgr.34107) 343 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-05T16:10:30.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:29 smithi016 bash[66045]: cluster 2023-12-05T16:10:28.031114+0000 mgr.y (mgr.34107) 344 : cluster 0 pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 983 B/s rd, 0 op/s 2023-12-05T16:10:30.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:29 smithi016 bash[66045]: audit 2023-12-05T16:10:28.942611+0000 mon.a (mon.0) 599 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:30.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:29 smithi016 bash[66045]: cluster 2023-12-05T16:10:29.026484+0000 mon.a (mon.0) 600 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-05T16:10:30.072 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:29 smithi016 bash[64648]: cephadm 2023-12-05T16:10:27.949524+0000 mgr.y (mgr.34107) 341 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-05T16:10:30.072 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:29 smithi016 bash[64648]: cephadm 2023-12-05T16:10:28.022178+0000 mgr.y (mgr.34107) 342 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-05T16:10:30.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:29 smithi016 bash[64648]: cephadm 2023-12-05T16:10:28.023859+0000 mgr.y (mgr.34107) 343 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-05T16:10:30.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:29 smithi016 bash[64648]: cluster 2023-12-05T16:10:28.031114+0000 mgr.y (mgr.34107) 344 : cluster 0 pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 983 B/s rd, 0 op/s 2023-12-05T16:10:30.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:29 smithi016 bash[64648]: audit 2023-12-05T16:10:28.942611+0000 mon.a (mon.0) 599 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:30.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:29 smithi016 bash[64648]: cluster 2023-12-05T16:10:29.026484+0000 mon.a (mon.0) 600 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-05T16:10:30.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:29 smithi038 bash[51671]: cephadm 2023-12-05T16:10:27.949524+0000 mgr.y (mgr.34107) 341 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-05T16:10:30.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:29 smithi038 bash[51671]: cephadm 2023-12-05T16:10:28.022178+0000 mgr.y (mgr.34107) 342 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-05T16:10:30.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:29 smithi038 bash[51671]: cephadm 2023-12-05T16:10:28.023859+0000 mgr.y (mgr.34107) 343 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-05T16:10:30.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:29 smithi038 bash[51671]: cluster 2023-12-05T16:10:28.031114+0000 mgr.y (mgr.34107) 344 : cluster 0 pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 983 B/s rd, 0 op/s 2023-12-05T16:10:30.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:29 smithi038 bash[51671]: audit 2023-12-05T16:10:28.942611+0000 mon.a (mon.0) 599 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:30.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:29 smithi038 bash[51671]: cluster 2023-12-05T16:10:29.026484+0000 mon.a (mon.0) 600 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-05T16:10:30.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:10:30 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:10:30] "GET /metrics HTTP/1.1" 200 38359 "" "Prometheus/2.33.4" 2023-12-05T16:10:31.090 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:30 smithi038 bash[51671]: audit 2023-12-05T16:10:29.714899+0000 mgr.y (mgr.34107) 345 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:10:31.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:30 smithi016 bash[64648]: audit 2023-12-05T16:10:29.714899+0000 mgr.y (mgr.34107) 345 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:10:31.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:30 smithi016 bash[66045]: audit 2023-12-05T16:10:29.714899+0000 mgr.y (mgr.34107) 345 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:10:32.089 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:31 smithi038 bash[51671]: cluster 2023-12-05T16:10:30.032220+0000 mgr.y (mgr.34107) 346 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T16:10:32.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:31 smithi016 bash[64648]: cluster 2023-12-05T16:10:30.032220+0000 mgr.y (mgr.34107) 346 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T16:10:32.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:31 smithi016 bash[66045]: cluster 2023-12-05T16:10:30.032220+0000 mgr.y (mgr.34107) 346 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T16:10:34.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:33 smithi016 bash[66045]: cluster 2023-12-05T16:10:32.033376+0000 mgr.y (mgr.34107) 347 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2023-12-05T16:10:34.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:33 smithi016 bash[64648]: cluster 2023-12-05T16:10:32.033376+0000 mgr.y (mgr.34107) 347 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2023-12-05T16:10:34.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:33 smithi038 bash[51671]: cluster 2023-12-05T16:10:32.033376+0000 mgr.y (mgr.34107) 347 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2023-12-05T16:10:36.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:35 smithi016 bash[64648]: cluster 2023-12-05T16:10:34.034927+0000 mgr.y (mgr.34107) 348 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T16:10:36.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:35 smithi016 bash[66045]: cluster 2023-12-05T16:10:34.034927+0000 mgr.y (mgr.34107) 348 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T16:10:36.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:35 smithi038 bash[51671]: cluster 2023-12-05T16:10:34.034927+0000 mgr.y (mgr.34107) 348 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-05T16:10:38.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:37 smithi016 bash[64648]: cluster 2023-12-05T16:10:36.036051+0000 mgr.y (mgr.34107) 349 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2023-12-05T16:10:38.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:37 smithi016 bash[66045]: cluster 2023-12-05T16:10:36.036051+0000 mgr.y (mgr.34107) 349 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2023-12-05T16:10:38.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:37 smithi038 bash[51671]: cluster 2023-12-05T16:10:36.036051+0000 mgr.y (mgr.34107) 349 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2023-12-05T16:10:39.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:39 smithi038 bash[51671]: cluster 2023-12-05T16:10:38.037390+0000 mgr.y (mgr.34107) 350 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2023-12-05T16:10:39.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:39 smithi038 bash[51671]: audit 2023-12-05T16:10:38.480576+0000 mon.a (mon.0) 601 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:39.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:39 smithi038 bash[51671]: audit 2023-12-05T16:10:38.482871+0000 mon.a (mon.0) 602 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:10:39.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:39 smithi038 bash[51671]: audit 2023-12-05T16:10:39.420979+0000 mon.a (mon.0) 603 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.10"}]: dispatch 2023-12-05T16:10:39.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:39 smithi038 bash[51671]: audit 2023-12-05T16:10:39.421581+0000 mon.a (mon.0) 604 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.17"}]: dispatch 2023-12-05T16:10:39.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:39 smithi038 bash[51671]: audit 2023-12-05T16:10:39.422136+0000 mon.a (mon.0) 605 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.1c"}]: dispatch 2023-12-05T16:10:39.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:39 smithi016 bash[64648]: cluster 2023-12-05T16:10:38.037390+0000 mgr.y (mgr.34107) 350 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2023-12-05T16:10:39.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:39 smithi016 bash[64648]: audit 2023-12-05T16:10:38.480576+0000 mon.a (mon.0) 601 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:39.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:39 smithi016 bash[64648]: audit 2023-12-05T16:10:38.482871+0000 mon.a (mon.0) 602 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:10:39.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:39 smithi016 bash[64648]: audit 2023-12-05T16:10:39.420979+0000 mon.a (mon.0) 603 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.10"}]: dispatch 2023-12-05T16:10:39.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:39 smithi016 bash[64648]: audit 2023-12-05T16:10:39.421581+0000 mon.a (mon.0) 604 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.17"}]: dispatch 2023-12-05T16:10:39.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:39 smithi016 bash[64648]: audit 2023-12-05T16:10:39.422136+0000 mon.a (mon.0) 605 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.1c"}]: dispatch 2023-12-05T16:10:39.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:39 smithi016 bash[66045]: cluster 2023-12-05T16:10:38.037390+0000 mgr.y (mgr.34107) 350 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2023-12-05T16:10:39.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:39 smithi016 bash[66045]: audit 2023-12-05T16:10:38.480576+0000 mon.a (mon.0) 601 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:39.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:39 smithi016 bash[66045]: audit 2023-12-05T16:10:38.482871+0000 mon.a (mon.0) 602 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:10:39.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:39 smithi016 bash[66045]: audit 2023-12-05T16:10:39.420979+0000 mon.a (mon.0) 603 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.10"}]: dispatch 2023-12-05T16:10:39.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:39 smithi016 bash[66045]: audit 2023-12-05T16:10:39.421581+0000 mon.a (mon.0) 604 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.17"}]: dispatch 2023-12-05T16:10:39.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:39 smithi016 bash[66045]: audit 2023-12-05T16:10:39.422136+0000 mon.a (mon.0) 605 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.1c"}]: dispatch 2023-12-05T16:10:40.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:10:40 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:10:40] "GET /metrics HTTP/1.1" 200 38427 "" "Prometheus/2.33.4" 2023-12-05T16:10:41.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:40 smithi016 bash[66045]: audit 2023-12-05T16:10:39.724998+0000 mgr.y (mgr.34107) 351 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:10:41.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:40 smithi016 bash[66045]: audit 2023-12-05T16:10:39.848432+0000 mon.a (mon.0) 606 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.10"}]': finished 2023-12-05T16:10:41.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:40 smithi016 bash[66045]: audit 2023-12-05T16:10:39.848583+0000 mon.a (mon.0) 607 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.17"}]': finished 2023-12-05T16:10:41.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:40 smithi016 bash[66045]: audit 2023-12-05T16:10:39.848729+0000 mon.a (mon.0) 608 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.1c"}]': finished 2023-12-05T16:10:41.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:40 smithi016 bash[66045]: cluster 2023-12-05T16:10:39.856381+0000 mon.a (mon.0) 609 : cluster 0 osdmap e151: 8 total, 8 up, 8 in 2023-12-05T16:10:41.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:40 smithi016 bash[64648]: audit 2023-12-05T16:10:39.724998+0000 mgr.y (mgr.34107) 351 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:10:41.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:40 smithi016 bash[64648]: audit 2023-12-05T16:10:39.848432+0000 mon.a (mon.0) 606 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.10"}]': finished 2023-12-05T16:10:41.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:40 smithi016 bash[64648]: audit 2023-12-05T16:10:39.848583+0000 mon.a (mon.0) 607 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.17"}]': finished 2023-12-05T16:10:41.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:40 smithi016 bash[64648]: audit 2023-12-05T16:10:39.848729+0000 mon.a (mon.0) 608 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.1c"}]': finished 2023-12-05T16:10:41.121 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:40 smithi016 bash[64648]: cluster 2023-12-05T16:10:39.856381+0000 mon.a (mon.0) 609 : cluster 0 osdmap e151: 8 total, 8 up, 8 in 2023-12-05T16:10:41.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:40 smithi038 bash[51671]: audit 2023-12-05T16:10:39.724998+0000 mgr.y (mgr.34107) 351 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:10:41.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:40 smithi038 bash[51671]: audit 2023-12-05T16:10:39.848432+0000 mon.a (mon.0) 606 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.10"}]': finished 2023-12-05T16:10:41.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:40 smithi038 bash[51671]: audit 2023-12-05T16:10:39.848583+0000 mon.a (mon.0) 607 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.17"}]': finished 2023-12-05T16:10:41.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:40 smithi038 bash[51671]: audit 2023-12-05T16:10:39.848729+0000 mon.a (mon.0) 608 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.1c"}]': finished 2023-12-05T16:10:41.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:40 smithi038 bash[51671]: cluster 2023-12-05T16:10:39.856381+0000 mon.a (mon.0) 609 : cluster 0 osdmap e151: 8 total, 8 up, 8 in 2023-12-05T16:10:42.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:41 smithi016 bash[66045]: cluster 2023-12-05T16:10:40.038220+0000 mgr.y (mgr.34107) 352 : cluster 0 pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T16:10:42.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:41 smithi016 bash[66045]: cluster 2023-12-05T16:10:40.863018+0000 mon.a (mon.0) 610 : cluster 0 osdmap e152: 8 total, 8 up, 8 in 2023-12-05T16:10:42.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:41 smithi016 bash[64648]: cluster 2023-12-05T16:10:40.038220+0000 mgr.y (mgr.34107) 352 : cluster 0 pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T16:10:42.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:41 smithi016 bash[64648]: cluster 2023-12-05T16:10:40.863018+0000 mon.a (mon.0) 610 : cluster 0 osdmap e152: 8 total, 8 up, 8 in 2023-12-05T16:10:42.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:41 smithi038 bash[51671]: cluster 2023-12-05T16:10:40.038220+0000 mgr.y (mgr.34107) 352 : cluster 0 pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-05T16:10:42.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:41 smithi038 bash[51671]: cluster 2023-12-05T16:10:40.863018+0000 mon.a (mon.0) 610 : cluster 0 osdmap e152: 8 total, 8 up, 8 in 2023-12-05T16:10:44.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:43 smithi016 bash[64648]: cluster 2023-12-05T16:10:42.039247+0000 mgr.y (mgr.34107) 353 : cluster 0 pgmap v231: 161 pgs: 1 peering, 160 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-05T16:10:44.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:43 smithi016 bash[66045]: cluster 2023-12-05T16:10:42.039247+0000 mgr.y (mgr.34107) 353 : cluster 0 pgmap v231: 161 pgs: 1 peering, 160 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-05T16:10:44.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:43 smithi038 bash[51671]: cluster 2023-12-05T16:10:42.039247+0000 mgr.y (mgr.34107) 353 : cluster 0 pgmap v231: 161 pgs: 1 peering, 160 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-05T16:10:46.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:45 smithi038 bash[51671]: cluster 2023-12-05T16:10:44.040736+0000 mgr.y (mgr.34107) 354 : cluster 0 pgmap v232: 161 pgs: 1 peering, 160 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 46 B/s, 0 objects/s recovering 2023-12-05T16:10:46.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:45 smithi016 bash[64648]: cluster 2023-12-05T16:10:44.040736+0000 mgr.y (mgr.34107) 354 : cluster 0 pgmap v232: 161 pgs: 1 peering, 160 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 46 B/s, 0 objects/s recovering 2023-12-05T16:10:46.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:45 smithi016 bash[66045]: cluster 2023-12-05T16:10:44.040736+0000 mgr.y (mgr.34107) 354 : cluster 0 pgmap v232: 161 pgs: 1 peering, 160 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 46 B/s, 0 objects/s recovering 2023-12-05T16:10:48.194 INFO:teuthology.orchestra.run.smithi016.stdout:true 2023-12-05T16:10:48.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:47 smithi038 bash[51671]: cluster 2023-12-05T16:10:46.041995+0000 mgr.y (mgr.34107) 355 : cluster 0 pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 46 B/s, 0 objects/s recovering 2023-12-05T16:10:48.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:47 smithi016 bash[64648]: cluster 2023-12-05T16:10:46.041995+0000 mgr.y (mgr.34107) 355 : cluster 0 pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 46 B/s, 0 objects/s recovering 2023-12-05T16:10:48.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:47 smithi016 bash[66045]: cluster 2023-12-05T16:10:46.041995+0000 mgr.y (mgr.34107) 355 : cluster 0 pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 46 B/s, 0 objects/s recovering 2023-12-05T16:10:48.575 INFO:teuthology.orchestra.run.smithi016.stdout:"Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception" 2023-12-05T16:10:49.616 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch ps' 2023-12-05T16:10:50.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:49 smithi016 bash[66045]: cluster 2023-12-05T16:10:48.043359+0000 mgr.y (mgr.34107) 356 : cluster 0 pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 624 B/s rd, 0 op/s; 45 B/s, 0 objects/s recovering 2023-12-05T16:10:50.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:49 smithi016 bash[66045]: audit 2023-12-05T16:10:48.173724+0000 mgr.y (mgr.34107) 357 : audit 0 from='client.44506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:50.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:49 smithi016 bash[66045]: audit 2023-12-05T16:10:48.551897+0000 mgr.y (mgr.34107) 358 : audit 0 from='client.34587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:50.072 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:49 smithi016 bash[64648]: cluster 2023-12-05T16:10:48.043359+0000 mgr.y (mgr.34107) 356 : cluster 0 pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 624 B/s rd, 0 op/s; 45 B/s, 0 objects/s recovering 2023-12-05T16:10:50.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:49 smithi016 bash[64648]: audit 2023-12-05T16:10:48.173724+0000 mgr.y (mgr.34107) 357 : audit 0 from='client.44506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:50.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:49 smithi016 bash[64648]: audit 2023-12-05T16:10:48.551897+0000 mgr.y (mgr.34107) 358 : audit 0 from='client.34587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:50.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:49 smithi038 bash[51671]: cluster 2023-12-05T16:10:48.043359+0000 mgr.y (mgr.34107) 356 : cluster 0 pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 624 B/s rd, 0 op/s; 45 B/s, 0 objects/s recovering 2023-12-05T16:10:50.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:49 smithi038 bash[51671]: audit 2023-12-05T16:10:48.173724+0000 mgr.y (mgr.34107) 357 : audit 0 from='client.44506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:50.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:49 smithi038 bash[51671]: audit 2023-12-05T16:10:48.551897+0000 mgr.y (mgr.34107) 358 : audit 0 from='client.34587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:50.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:10:50 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:10:50] "GET /metrics HTTP/1.1" 200 38427 "" "Prometheus/2.33.4" 2023-12-05T16:10:51.314 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:50 smithi016 bash[64648]: audit 2023-12-05T16:10:49.732937+0000 mgr.y (mgr.34107) 359 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:10:51.314 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:50 smithi016 bash[66045]: audit 2023-12-05T16:10:49.732937+0000 mgr.y (mgr.34107) 359 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:10:51.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:50 smithi038 bash[51671]: audit 2023-12-05T16:10:49.732937+0000 mgr.y (mgr.34107) 359 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:10:52.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:51 smithi038 bash[51671]: cluster 2023-12-05T16:10:50.044541+0000 mgr.y (mgr.34107) 360 : cluster 0 pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 36 B/s, 0 objects/s recovering 2023-12-05T16:10:52.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:51 smithi016 bash[66045]: cluster 2023-12-05T16:10:50.044541+0000 mgr.y (mgr.34107) 360 : cluster 0 pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 36 B/s, 0 objects/s recovering 2023-12-05T16:10:52.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:51 smithi016 bash[64648]: cluster 2023-12-05T16:10:50.044541+0000 mgr.y (mgr.34107) 360 : cluster 0 pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 36 B/s, 0 objects/s recovering 2023-12-05T16:10:53.310 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:10:53.310 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (8m) 2m ago 15m 16.4M - 0.23.0 ba2b418f427c c48b395728e7 2023-12-05T16:10:53.310 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (7m) 36s ago 15m 44.4M - 8.3.5 dad864ee21e9 d6befc9f2bcf 2023-12-05T16:10:53.310 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (7m) 2m ago 13m 47.6M - 3.5 e1d6a67b021e bbc51b2e3d6d 2023-12-05T16:10:53.310 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283,8765 running (6m) 36s ago 21m 435M - 19.0.0-13-ge6605fb8 104f332cd0a9 d9865fd32494 2023-12-05T16:10:53.310 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:8443,9283,8765 running (7m) 2m ago 23m 494M - 19.0.0-13-ge6605fb8 104f332cd0a9 d8aa9c1870da 2023-12-05T16:10:53.311 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (6m) 2m ago 23m 52.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 61d4ec4cbec6 2023-12-05T16:10:53.311 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (5m) 36s ago 21m 46.8M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 35fe6c2d8ea2 2023-12-05T16:10:53.311 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (5m) 2m ago 21m 44.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 e48e3724baef 2023-12-05T16:10:53.311 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (8m) 2m ago 15m 14.4M - 1.3.1 1dbe0e931976 a7ad6c0fa35b 2023-12-05T16:10:53.311 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (8m) 36s ago 15m 11.9M - 1.3.1 1dbe0e931976 dac45ac68b6c 2023-12-05T16:10:53.311 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (4m) 2m ago 20m 53.8M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 19a0a8b247d6 2023-12-05T16:10:53.311 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (3m) 2m ago 20m 53.0M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 15b11f62b515 2023-12-05T16:10:53.311 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (3m) 2m ago 19m 47.9M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 c5c049833fdb 2023-12-05T16:10:53.311 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (2m) 2m ago 18m - 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 d9442fe153a8 2023-12-05T16:10:53.311 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (2m) 36s ago 18m 53.2M 3038M 19.0.0-13-ge6605fb8 104f332cd0a9 5aea4539c593 2023-12-05T16:10:53.311 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (101s) 36s ago 17m 49.9M 3038M 19.0.0-13-ge6605fb8 104f332cd0a9 e9c715c26716 2023-12-05T16:10:53.311 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (72s) 36s ago 17m 48.2M 3038M 19.0.0-13-ge6605fb8 104f332cd0a9 18f3908a9080 2023-12-05T16:10:53.311 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (42s) 36s ago 16m 13.2M 3038M 19.0.0-13-ge6605fb8 104f332cd0a9 311cda9e6a84 2023-12-05T16:10:53.311 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (6m) 36s ago 15m 63.6M - 2.33.4 514e6a882f6e 2178b2710d9e 2023-12-05T16:10:53.311 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (13m) 2m ago 13m 88.7M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:10:53.312 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (13m) 36s ago 13m 88.8M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:10:53.312 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (13m) 2m ago 13m 88.4M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:10:53.312 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (13m) 36s ago 13m 88.4M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:10:54.267 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:53 smithi016 bash[66045]: cluster 2023-12-05T16:10:52.045685+0000 mgr.y (mgr.34107) 361 : cluster 0 pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 915 B/s rd, 0 op/s; 32 B/s, 0 objects/s recovering 2023-12-05T16:10:54.267 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:53 smithi016 bash[66045]: audit 2023-12-05T16:10:53.475421+0000 mon.a (mon.0) 611 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:10:54.267 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:53 smithi016 bash[64648]: cluster 2023-12-05T16:10:52.045685+0000 mgr.y (mgr.34107) 361 : cluster 0 pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 915 B/s rd, 0 op/s; 32 B/s, 0 objects/s recovering 2023-12-05T16:10:54.267 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:53 smithi016 bash[64648]: audit 2023-12-05T16:10:53.475421+0000 mon.a (mon.0) 611 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:10:54.268 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph versions' 2023-12-05T16:10:54.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:53 smithi038 bash[51671]: cluster 2023-12-05T16:10:52.045685+0000 mgr.y (mgr.34107) 361 : cluster 0 pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 915 B/s rd, 0 op/s; 32 B/s, 0 objects/s recovering 2023-12-05T16:10:54.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:53 smithi038 bash[51671]: audit 2023-12-05T16:10:53.475421+0000 mon.a (mon.0) 611 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:10:55.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:54 smithi038 bash[51671]: audit 2023-12-05T16:10:53.282628+0000 mgr.y (mgr.34107) 362 : audit 0 from='client.34593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:55.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:54 smithi038 bash[51671]: audit 2023-12-05T16:10:53.983099+0000 mon.a (mon.0) 612 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:55.361 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:54 smithi016 bash[66045]: audit 2023-12-05T16:10:53.282628+0000 mgr.y (mgr.34107) 362 : audit 0 from='client.34593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:55.361 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:54 smithi016 bash[66045]: audit 2023-12-05T16:10:53.983099+0000 mon.a (mon.0) 612 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:55.361 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:54 smithi016 bash[64648]: audit 2023-12-05T16:10:53.282628+0000 mgr.y (mgr.34107) 362 : audit 0 from='client.34593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:10:55.362 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:54 smithi016 bash[64648]: audit 2023-12-05T16:10:53.983099+0000 mon.a (mon.0) 612 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:10:56.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:55 smithi016 bash[64648]: cluster 2023-12-05T16:10:54.047119+0000 mgr.y (mgr.34107) 363 : cluster 0 pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 30 B/s, 0 objects/s recovering 2023-12-05T16:10:56.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:55 smithi016 bash[66045]: cluster 2023-12-05T16:10:54.047119+0000 mgr.y (mgr.34107) 363 : cluster 0 pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 30 B/s, 0 objects/s recovering 2023-12-05T16:10:56.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:55 smithi038 bash[51671]: cluster 2023-12-05T16:10:54.047119+0000 mgr.y (mgr.34107) 363 : cluster 0 pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 30 B/s, 0 objects/s recovering 2023-12-05T16:10:57.729 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:10:57.730 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:10:57.730 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T16:10:57.730 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:10:57.730 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:10:57.730 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:10:57.730 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:10:57.730 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:10:57.730 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 8 2023-12-05T16:10:57.730 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:10:57.730 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:10:57.730 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:10:57.730 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:10:57.731 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:10:57.731 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-05T16:10:57.731 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 13 2023-12-05T16:10:57.731 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:10:57.731 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:10:58.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:57 smithi016 bash[64648]: cluster 2023-12-05T16:10:56.048303+0000 mgr.y (mgr.34107) 364 : cluster 0 pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:10:58.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:57 smithi016 bash[64648]: audit 2023-12-05T16:10:57.724153+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.16:0/425451641' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:10:58.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:57 smithi016 bash[66045]: cluster 2023-12-05T16:10:56.048303+0000 mgr.y (mgr.34107) 364 : cluster 0 pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:10:58.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:57 smithi016 bash[66045]: audit 2023-12-05T16:10:57.724153+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.16:0/425451641' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:10:58.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:57 smithi038 bash[51671]: cluster 2023-12-05T16:10:56.048303+0000 mgr.y (mgr.34107) 364 : cluster 0 pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:10:58.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:57 smithi038 bash[51671]: audit 2023-12-05T16:10:57.724153+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.16:0/425451641' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:10:58.527 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-05T16:11:00.071 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:10:59 smithi016 bash[64648]: cluster 2023-12-05T16:10:58.049651+0000 mgr.y (mgr.34107) 365 : cluster 0 pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:00.072 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:10:59 smithi016 bash[66045]: cluster 2023-12-05T16:10:58.049651+0000 mgr.y (mgr.34107) 365 : cluster 0 pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:00.119 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:11:00 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:11:00] "GET /metrics HTTP/1.1" 200 38431 "" "Prometheus/2.33.4" 2023-12-05T16:11:00.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:10:59 smithi038 bash[51671]: cluster 2023-12-05T16:10:58.049651+0000 mgr.y (mgr.34107) 365 : cluster 0 pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:01.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:00 smithi038 bash[51671]: audit 2023-12-05T16:10:59.740455+0000 mgr.y (mgr.34107) 366 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:11:01.370 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:00 smithi016 bash[64648]: audit 2023-12-05T16:10:59.740455+0000 mgr.y (mgr.34107) 366 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:11:01.370 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:00 smithi016 bash[66045]: audit 2023-12-05T16:10:59.740455+0000 mgr.y (mgr.34107) 366 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:11:01.896 INFO:teuthology.orchestra.run.smithi016.stdout:wait for servicemap items w/ changing names to refresh 2023-12-05T16:11:02.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:01 smithi016 bash[64648]: cluster 2023-12-05T16:11:00.050750+0000 mgr.y (mgr.34107) 367 : cluster 0 pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:02.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:01 smithi016 bash[66045]: cluster 2023-12-05T16:11:00.050750+0000 mgr.y (mgr.34107) 367 : cluster 0 pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:02.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:01 smithi038 bash[51671]: cluster 2023-12-05T16:11:00.050750+0000 mgr.y (mgr.34107) 367 : cluster 0 pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:02.746 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'sleep 60' 2023-12-05T16:11:03.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:02 smithi016 bash[64648]: cluster 2023-12-05T16:11:02.051985+0000 mgr.y (mgr.34107) 368 : cluster 0 pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:03.120 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:02 smithi016 bash[66045]: cluster 2023-12-05T16:11:02.051985+0000 mgr.y (mgr.34107) 368 : cluster 0 pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:03.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:02 smithi038 bash[51671]: cluster 2023-12-05T16:11:02.051985+0000 mgr.y (mgr.34107) 368 : cluster 0 pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:05.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:05 smithi038 bash[51671]: cluster 2023-12-05T16:11:04.053157+0000 mgr.y (mgr.34107) 369 : cluster 0 pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:05.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:05 smithi016 bash[64648]: cluster 2023-12-05T16:11:04.053157+0000 mgr.y (mgr.34107) 369 : cluster 0 pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:05.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:05 smithi016 bash[66045]: cluster 2023-12-05T16:11:04.053157+0000 mgr.y (mgr.34107) 369 : cluster 0 pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:07.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:07 smithi038 bash[51671]: cluster 2023-12-05T16:11:06.054307+0000 mgr.y (mgr.34107) 370 : cluster 0 pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:07.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:07 smithi016 bash[64648]: cluster 2023-12-05T16:11:06.054307+0000 mgr.y (mgr.34107) 370 : cluster 0 pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:07.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:07 smithi016 bash[66045]: cluster 2023-12-05T16:11:06.054307+0000 mgr.y (mgr.34107) 370 : cluster 0 pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:09.756 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:09 smithi016 bash[66045]: cluster 2023-12-05T16:11:08.055802+0000 mgr.y (mgr.34107) 371 : cluster 0 pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:09.757 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:09 smithi016 bash[66045]: audit 2023-12-05T16:11:08.479234+0000 mon.a (mon.0) 613 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:11:09.757 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:09 smithi016 bash[64648]: cluster 2023-12-05T16:11:08.055802+0000 mgr.y (mgr.34107) 371 : cluster 0 pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:09.757 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:09 smithi016 bash[64648]: audit 2023-12-05T16:11:08.479234+0000 mon.a (mon.0) 613 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:11:09.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:09 smithi038 bash[51671]: cluster 2023-12-05T16:11:08.055802+0000 mgr.y (mgr.34107) 371 : cluster 0 pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:09.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:09 smithi038 bash[51671]: audit 2023-12-05T16:11:08.479234+0000 mon.a (mon.0) 613 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:11:10.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:11:10 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:11:10] "GET /metrics HTTP/1.1" 200 38426 "" "Prometheus/2.33.4" 2023-12-05T16:11:10.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:10 smithi038 bash[51671]: audit 2023-12-05T16:11:09.751185+0000 mgr.y (mgr.34107) 372 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:11:10.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:10 smithi016 bash[64648]: audit 2023-12-05T16:11:09.751185+0000 mgr.y (mgr.34107) 372 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:11:10.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:10 smithi016 bash[66045]: audit 2023-12-05T16:11:09.751185+0000 mgr.y (mgr.34107) 372 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:11:11.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:11 smithi038 bash[51671]: cluster 2023-12-05T16:11:10.057022+0000 mgr.y (mgr.34107) 373 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:11.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:11 smithi016 bash[64648]: cluster 2023-12-05T16:11:10.057022+0000 mgr.y (mgr.34107) 373 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:11.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:11 smithi016 bash[66045]: cluster 2023-12-05T16:11:10.057022+0000 mgr.y (mgr.34107) 373 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:13.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:13 smithi038 bash[51671]: cluster 2023-12-05T16:11:12.058259+0000 mgr.y (mgr.34107) 374 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:13 smithi016 bash[64648]: cluster 2023-12-05T16:11:12.058259+0000 mgr.y (mgr.34107) 374 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:13.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:13 smithi016 bash[66045]: cluster 2023-12-05T16:11:12.058259+0000 mgr.y (mgr.34107) 374 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:15.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:15 smithi038 bash[51671]: cluster 2023-12-05T16:11:14.059684+0000 mgr.y (mgr.34107) 375 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:15.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:15 smithi016 bash[64648]: cluster 2023-12-05T16:11:14.059684+0000 mgr.y (mgr.34107) 375 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:15.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:15 smithi016 bash[66045]: cluster 2023-12-05T16:11:14.059684+0000 mgr.y (mgr.34107) 375 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:17.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:17 smithi038 bash[51671]: cluster 2023-12-05T16:11:16.060807+0000 mgr.y (mgr.34107) 376 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:17.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:17 smithi016 bash[64648]: cluster 2023-12-05T16:11:16.060807+0000 mgr.y (mgr.34107) 376 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:17.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:17 smithi016 bash[66045]: cluster 2023-12-05T16:11:16.060807+0000 mgr.y (mgr.34107) 376 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:19.767 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:19 smithi016 bash[64648]: cluster 2023-12-05T16:11:18.062035+0000 mgr.y (mgr.34107) 377 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:19.767 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:19 smithi016 bash[66045]: cluster 2023-12-05T16:11:18.062035+0000 mgr.y (mgr.34107) 377 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:19.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:19 smithi038 bash[51671]: cluster 2023-12-05T16:11:18.062035+0000 mgr.y (mgr.34107) 377 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:20.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:11:20 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:11:20] "GET /metrics HTTP/1.1" 200 38426 "" "Prometheus/2.33.4" 2023-12-05T16:11:20.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:20 smithi038 bash[51671]: audit 2023-12-05T16:11:19.762039+0000 mgr.y (mgr.34107) 378 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:11:20.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:20 smithi016 bash[64648]: audit 2023-12-05T16:11:19.762039+0000 mgr.y (mgr.34107) 378 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:11:20.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:20 smithi016 bash[66045]: audit 2023-12-05T16:11:19.762039+0000 mgr.y (mgr.34107) 378 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:11:21.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:21 smithi038 bash[51671]: cluster 2023-12-05T16:11:20.063147+0000 mgr.y (mgr.34107) 379 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:21.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:21 smithi016 bash[64648]: cluster 2023-12-05T16:11:20.063147+0000 mgr.y (mgr.34107) 379 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:21.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:21 smithi016 bash[66045]: cluster 2023-12-05T16:11:20.063147+0000 mgr.y (mgr.34107) 379 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:23.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:23 smithi038 bash[51671]: cluster 2023-12-05T16:11:22.064395+0000 mgr.y (mgr.34107) 380 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:23.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:23 smithi038 bash[51671]: audit 2023-12-05T16:11:23.476451+0000 mon.a (mon.0) 614 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:11:23.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:23 smithi016 bash[64648]: cluster 2023-12-05T16:11:22.064395+0000 mgr.y (mgr.34107) 380 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:23.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:23 smithi016 bash[64648]: audit 2023-12-05T16:11:23.476451+0000 mon.a (mon.0) 614 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:11:23.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:23 smithi016 bash[66045]: cluster 2023-12-05T16:11:22.064395+0000 mgr.y (mgr.34107) 380 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:23.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:23 smithi016 bash[66045]: audit 2023-12-05T16:11:23.476451+0000 mon.a (mon.0) 614 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:11:25.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:25 smithi038 bash[51671]: cluster 2023-12-05T16:11:24.065772+0000 mgr.y (mgr.34107) 381 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:25.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:25 smithi016 bash[64648]: cluster 2023-12-05T16:11:24.065772+0000 mgr.y (mgr.34107) 381 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:25.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:25 smithi016 bash[66045]: cluster 2023-12-05T16:11:24.065772+0000 mgr.y (mgr.34107) 381 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:27.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:27 smithi038 bash[51671]: cluster 2023-12-05T16:11:26.066814+0000 mgr.y (mgr.34107) 382 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:27.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:27 smithi016 bash[64648]: cluster 2023-12-05T16:11:26.066814+0000 mgr.y (mgr.34107) 382 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:27.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:27 smithi016 bash[66045]: cluster 2023-12-05T16:11:26.066814+0000 mgr.y (mgr.34107) 382 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:29.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:29 smithi038 bash[51671]: cluster 2023-12-05T16:11:28.068110+0000 mgr.y (mgr.34107) 383 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:29.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:29 smithi038 bash[51671]: audit 2023-12-05T16:11:28.806420+0000 mon.a (mon.0) 615 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:11:29.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:29 smithi038 bash[51671]: audit 2023-12-05T16:11:28.808176+0000 mon.a (mon.0) 616 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:11:29.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:29 smithi038 bash[51671]: audit 2023-12-05T16:11:28.818577+0000 mon.a (mon.0) 617 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:11:29.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:29 smithi016 bash[64648]: cluster 2023-12-05T16:11:28.068110+0000 mgr.y (mgr.34107) 383 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:29.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:29 smithi016 bash[64648]: audit 2023-12-05T16:11:28.806420+0000 mon.a (mon.0) 615 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:11:29.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:29 smithi016 bash[64648]: audit 2023-12-05T16:11:28.808176+0000 mon.a (mon.0) 616 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:11:29.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:29 smithi016 bash[64648]: audit 2023-12-05T16:11:28.818577+0000 mon.a (mon.0) 617 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:11:29.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:29 smithi016 bash[66045]: cluster 2023-12-05T16:11:28.068110+0000 mgr.y (mgr.34107) 383 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:29.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:29 smithi016 bash[66045]: audit 2023-12-05T16:11:28.806420+0000 mon.a (mon.0) 615 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:11:29.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:29 smithi016 bash[66045]: audit 2023-12-05T16:11:28.808176+0000 mon.a (mon.0) 616 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:11:29.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:29 smithi016 bash[66045]: audit 2023-12-05T16:11:28.818577+0000 mon.a (mon.0) 617 : audit 1 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' 2023-12-05T16:11:30.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:11:30 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:11:30] "GET /metrics HTTP/1.1" 200 38426 "" "Prometheus/2.33.4" 2023-12-05T16:11:30.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:30 smithi038 bash[51671]: audit 2023-12-05T16:11:29.772981+0000 mgr.y (mgr.34107) 384 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:11:30.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:30 smithi016 bash[64648]: audit 2023-12-05T16:11:29.772981+0000 mgr.y (mgr.34107) 384 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:11:30.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:30 smithi016 bash[66045]: audit 2023-12-05T16:11:29.772981+0000 mgr.y (mgr.34107) 384 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:11:31.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:31 smithi038 bash[51671]: cluster 2023-12-05T16:11:30.069271+0000 mgr.y (mgr.34107) 385 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:31.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:31 smithi016 bash[64648]: cluster 2023-12-05T16:11:30.069271+0000 mgr.y (mgr.34107) 385 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:31.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:31 smithi016 bash[66045]: cluster 2023-12-05T16:11:30.069271+0000 mgr.y (mgr.34107) 385 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:33.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:33 smithi038 bash[51671]: cluster 2023-12-05T16:11:32.070424+0000 mgr.y (mgr.34107) 386 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:33.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:33 smithi016 bash[64648]: cluster 2023-12-05T16:11:32.070424+0000 mgr.y (mgr.34107) 386 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:33.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:33 smithi016 bash[66045]: cluster 2023-12-05T16:11:32.070424+0000 mgr.y (mgr.34107) 386 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:35.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:35 smithi038 bash[51671]: cluster 2023-12-05T16:11:34.071831+0000 mgr.y (mgr.34107) 387 : cluster 0 pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:35.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:35 smithi016 bash[64648]: cluster 2023-12-05T16:11:34.071831+0000 mgr.y (mgr.34107) 387 : cluster 0 pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:35.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:35 smithi016 bash[66045]: cluster 2023-12-05T16:11:34.071831+0000 mgr.y (mgr.34107) 387 : cluster 0 pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:37.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:37 smithi038 bash[51671]: cluster 2023-12-05T16:11:36.072950+0000 mgr.y (mgr.34107) 388 : cluster 0 pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:37.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:37 smithi016 bash[64648]: cluster 2023-12-05T16:11:36.072950+0000 mgr.y (mgr.34107) 388 : cluster 0 pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:37.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:37 smithi016 bash[66045]: cluster 2023-12-05T16:11:36.072950+0000 mgr.y (mgr.34107) 388 : cluster 0 pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:39.789 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:39 smithi016 bash[64648]: cluster 2023-12-05T16:11:38.074273+0000 mgr.y (mgr.34107) 389 : cluster 0 pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:39.790 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:39 smithi016 bash[64648]: audit 2023-12-05T16:11:38.481120+0000 mon.a (mon.0) 618 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:11:39.790 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:39 smithi016 bash[66045]: cluster 2023-12-05T16:11:38.074273+0000 mgr.y (mgr.34107) 389 : cluster 0 pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:39.790 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:39 smithi016 bash[66045]: audit 2023-12-05T16:11:38.481120+0000 mon.a (mon.0) 618 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:11:39.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:39 smithi038 bash[51671]: cluster 2023-12-05T16:11:38.074273+0000 mgr.y (mgr.34107) 389 : cluster 0 pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:39.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:39 smithi038 bash[51671]: audit 2023-12-05T16:11:38.481120+0000 mon.a (mon.0) 618 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:11:40.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:11:40 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:11:40] "GET /metrics HTTP/1.1" 200 38424 "" "Prometheus/2.33.4" 2023-12-05T16:11:40.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:40 smithi038 bash[51671]: audit 2023-12-05T16:11:39.784320+0000 mgr.y (mgr.34107) 390 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:11:40.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:40 smithi016 bash[66045]: audit 2023-12-05T16:11:39.784320+0000 mgr.y (mgr.34107) 390 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:11:40.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:40 smithi016 bash[64648]: audit 2023-12-05T16:11:39.784320+0000 mgr.y (mgr.34107) 390 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:11:41.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:41 smithi038 bash[51671]: cluster 2023-12-05T16:11:40.075393+0000 mgr.y (mgr.34107) 391 : cluster 0 pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:41.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:41 smithi016 bash[64648]: cluster 2023-12-05T16:11:40.075393+0000 mgr.y (mgr.34107) 391 : cluster 0 pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:41.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:41 smithi016 bash[66045]: cluster 2023-12-05T16:11:40.075393+0000 mgr.y (mgr.34107) 391 : cluster 0 pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:43.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:43 smithi038 bash[51671]: cluster 2023-12-05T16:11:42.076601+0000 mgr.y (mgr.34107) 392 : cluster 0 pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:43.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:43 smithi016 bash[64648]: cluster 2023-12-05T16:11:42.076601+0000 mgr.y (mgr.34107) 392 : cluster 0 pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:43.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:43 smithi016 bash[66045]: cluster 2023-12-05T16:11:42.076601+0000 mgr.y (mgr.34107) 392 : cluster 0 pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:45.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:45 smithi038 bash[51671]: cluster 2023-12-05T16:11:44.078037+0000 mgr.y (mgr.34107) 393 : cluster 0 pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:45.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:45 smithi016 bash[64648]: cluster 2023-12-05T16:11:44.078037+0000 mgr.y (mgr.34107) 393 : cluster 0 pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:45.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:45 smithi016 bash[66045]: cluster 2023-12-05T16:11:44.078037+0000 mgr.y (mgr.34107) 393 : cluster 0 pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:47.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:47 smithi038 bash[51671]: cluster 2023-12-05T16:11:46.079226+0000 mgr.y (mgr.34107) 394 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:47.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:47 smithi016 bash[64648]: cluster 2023-12-05T16:11:46.079226+0000 mgr.y (mgr.34107) 394 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:47.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:47 smithi016 bash[66045]: cluster 2023-12-05T16:11:46.079226+0000 mgr.y (mgr.34107) 394 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:49.802 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:49 smithi016 bash[64648]: cluster 2023-12-05T16:11:48.080617+0000 mgr.y (mgr.34107) 395 : cluster 0 pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:49.802 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:49 smithi016 bash[66045]: cluster 2023-12-05T16:11:48.080617+0000 mgr.y (mgr.34107) 395 : cluster 0 pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:49.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:49 smithi038 bash[51671]: cluster 2023-12-05T16:11:48.080617+0000 mgr.y (mgr.34107) 395 : cluster 0 pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:11:50.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:11:50 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:11:50] "GET /metrics HTTP/1.1" 200 38424 "" "Prometheus/2.33.4" 2023-12-05T16:11:50.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:50 smithi038 bash[51671]: audit 2023-12-05T16:11:49.795752+0000 mgr.y (mgr.34107) 396 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:11:50.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:50 smithi016 bash[64648]: audit 2023-12-05T16:11:49.795752+0000 mgr.y (mgr.34107) 396 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:11:50.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:50 smithi016 bash[66045]: audit 2023-12-05T16:11:49.795752+0000 mgr.y (mgr.34107) 396 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:11:51.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:51 smithi038 bash[51671]: cluster 2023-12-05T16:11:50.081812+0000 mgr.y (mgr.34107) 397 : cluster 0 pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:51.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:51 smithi016 bash[64648]: cluster 2023-12-05T16:11:50.081812+0000 mgr.y (mgr.34107) 397 : cluster 0 pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:51.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:51 smithi016 bash[66045]: cluster 2023-12-05T16:11:50.081812+0000 mgr.y (mgr.34107) 397 : cluster 0 pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:53.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:53 smithi038 bash[51671]: cluster 2023-12-05T16:11:52.082956+0000 mgr.y (mgr.34107) 398 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:11:53.839 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:53 smithi038 bash[51671]: audit 2023-12-05T16:11:53.477079+0000 mon.a (mon.0) 619 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:11:53.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:53 smithi016 bash[64648]: cluster 2023-12-05T16:11:52.082956+0000 mgr.y (mgr.34107) 398 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:11:53.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:53 smithi016 bash[64648]: audit 2023-12-05T16:11:53.477079+0000 mon.a (mon.0) 619 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:11:53.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:53 smithi016 bash[66045]: cluster 2023-12-05T16:11:52.082956+0000 mgr.y (mgr.34107) 398 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:11:53.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:53 smithi016 bash[66045]: audit 2023-12-05T16:11:53.477079+0000 mon.a (mon.0) 619 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:11:55.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:55 smithi038 bash[51671]: cluster 2023-12-05T16:11:54.084333+0000 mgr.y (mgr.34107) 399 : cluster 0 pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:55.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:55 smithi016 bash[64648]: cluster 2023-12-05T16:11:54.084333+0000 mgr.y (mgr.34107) 399 : cluster 0 pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:55.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:55 smithi016 bash[66045]: cluster 2023-12-05T16:11:54.084333+0000 mgr.y (mgr.34107) 399 : cluster 0 pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:11:57.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:57 smithi038 bash[51671]: cluster 2023-12-05T16:11:56.085372+0000 mgr.y (mgr.34107) 400 : cluster 0 pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:11:57.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:57 smithi016 bash[64648]: cluster 2023-12-05T16:11:56.085372+0000 mgr.y (mgr.34107) 400 : cluster 0 pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:11:57.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:57 smithi016 bash[66045]: cluster 2023-12-05T16:11:56.085372+0000 mgr.y (mgr.34107) 400 : cluster 0 pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:11:59.811 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:11:59 smithi016 bash[64648]: cluster 2023-12-05T16:11:58.086738+0000 mgr.y (mgr.34107) 401 : cluster 0 pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:11:59.812 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:11:59 smithi016 bash[66045]: cluster 2023-12-05T16:11:58.086738+0000 mgr.y (mgr.34107) 401 : cluster 0 pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:11:59.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:11:59 smithi038 bash[51671]: cluster 2023-12-05T16:11:58.086738+0000 mgr.y (mgr.34107) 401 : cluster 0 pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-05T16:12:00.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:12:00 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:12:00] "GET /metrics HTTP/1.1" 200 38423 "" "Prometheus/2.33.4" 2023-12-05T16:12:00.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:00 smithi038 bash[51671]: audit 2023-12-05T16:11:59.805794+0000 mgr.y (mgr.34107) 402 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:12:00.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:00 smithi016 bash[64648]: audit 2023-12-05T16:11:59.805794+0000 mgr.y (mgr.34107) 402 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:12:00.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:00 smithi016 bash[66045]: audit 2023-12-05T16:11:59.805794+0000 mgr.y (mgr.34107) 402 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:12:01.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:01 smithi038 bash[51671]: cluster 2023-12-05T16:12:00.087803+0000 mgr.y (mgr.34107) 403 : cluster 0 pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:12:01.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:01 smithi016 bash[64648]: cluster 2023-12-05T16:12:00.087803+0000 mgr.y (mgr.34107) 403 : cluster 0 pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:12:01.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:01 smithi016 bash[66045]: cluster 2023-12-05T16:12:00.087803+0000 mgr.y (mgr.34107) 403 : cluster 0 pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:12:03.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:03 smithi038 bash[51671]: cluster 2023-12-05T16:12:02.089044+0000 mgr.y (mgr.34107) 404 : cluster 0 pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:03.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:03 smithi016 bash[64648]: cluster 2023-12-05T16:12:02.089044+0000 mgr.y (mgr.34107) 404 : cluster 0 pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:03.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:03 smithi016 bash[66045]: cluster 2023-12-05T16:12:02.089044+0000 mgr.y (mgr.34107) 404 : cluster 0 pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:05.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:05 smithi038 bash[51671]: cluster 2023-12-05T16:12:04.090455+0000 mgr.y (mgr.34107) 405 : cluster 0 pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:12:05.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:05 smithi016 bash[64648]: cluster 2023-12-05T16:12:04.090455+0000 mgr.y (mgr.34107) 405 : cluster 0 pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:12:05.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:05 smithi016 bash[66045]: cluster 2023-12-05T16:12:04.090455+0000 mgr.y (mgr.34107) 405 : cluster 0 pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:12:06.578 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch ps' 2023-12-05T16:12:07.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:07 smithi038 bash[51671]: cluster 2023-12-05T16:12:06.091561+0000 mgr.y (mgr.34107) 406 : cluster 0 pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:07.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:07 smithi016 bash[64648]: cluster 2023-12-05T16:12:06.091561+0000 mgr.y (mgr.34107) 406 : cluster 0 pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:07.860 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:07 smithi016 bash[66045]: cluster 2023-12-05T16:12:06.091561+0000 mgr.y (mgr.34107) 406 : cluster 0 pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:08.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:08 smithi038 bash[51671]: audit 2023-12-05T16:12:08.477663+0000 mon.a (mon.0) 620 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:12:08.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:08 smithi016 bash[64648]: audit 2023-12-05T16:12:08.477663+0000 mon.a (mon.0) 620 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:12:08.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:08 smithi016 bash[66045]: audit 2023-12-05T16:12:08.477663+0000 mon.a (mon.0) 620 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:12:09.838 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:09 smithi038 bash[51671]: cluster 2023-12-05T16:12:08.092901+0000 mgr.y (mgr.34107) 407 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:09.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:09 smithi016 bash[64648]: cluster 2023-12-05T16:12:08.092901+0000 mgr.y (mgr.34107) 407 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:09.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:09 smithi016 bash[66045]: cluster 2023-12-05T16:12:08.092901+0000 mgr.y (mgr.34107) 407 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:10.099 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:12:10.099 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.a smithi016 *:9093,9094 running (9m) 3m ago 16m 16.4M - 0.23.0 ba2b418f427c c48b395728e7 2023-12-05T16:12:10.100 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.a smithi038 *:3000 running (9m) 113s ago 16m 44.4M - 8.3.5 dad864ee21e9 d6befc9f2bcf 2023-12-05T16:12:10.100 INFO:teuthology.orchestra.run.smithi016.stdout:iscsi.foo.smithi016.zlyjxv smithi016 running (8m) 3m ago 14m 47.6M - 3.5 e1d6a67b021e bbc51b2e3d6d 2023-12-05T16:12:10.100 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.x smithi038 *:8443,9283,8765 running (8m) 113s ago 22m 435M - 19.0.0-13-ge6605fb8 104f332cd0a9 d9865fd32494 2023-12-05T16:12:10.100 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.y smithi016 *:8443,9283,8765 running (8m) 3m ago 24m 494M - 19.0.0-13-ge6605fb8 104f332cd0a9 d8aa9c1870da 2023-12-05T16:12:10.100 INFO:teuthology.orchestra.run.smithi016.stdout:mon.a smithi016 running (7m) 3m ago 24m 52.7M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 61d4ec4cbec6 2023-12-05T16:12:10.100 INFO:teuthology.orchestra.run.smithi016.stdout:mon.b smithi038 running (6m) 113s ago 22m 46.8M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 35fe6c2d8ea2 2023-12-05T16:12:10.100 INFO:teuthology.orchestra.run.smithi016.stdout:mon.c smithi016 running (7m) 3m ago 22m 44.4M 2048M 19.0.0-13-ge6605fb8 104f332cd0a9 e48e3724baef 2023-12-05T16:12:10.100 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.a smithi016 *:9100 running (9m) 3m ago 16m 14.4M - 1.3.1 1dbe0e931976 a7ad6c0fa35b 2023-12-05T16:12:10.100 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.b smithi038 *:9100 running (9m) 113s ago 16m 11.9M - 1.3.1 1dbe0e931976 dac45ac68b6c 2023-12-05T16:12:10.100 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi016 running (5m) 3m ago 22m 53.8M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 19a0a8b247d6 2023-12-05T16:12:10.100 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (4m) 3m ago 21m 53.0M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 15b11f62b515 2023-12-05T16:12:10.100 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi016 running (4m) 3m ago 20m 47.9M 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 c5c049833fdb 2023-12-05T16:12:10.100 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (3m) 3m ago 20m - 2782M 19.0.0-13-ge6605fb8 104f332cd0a9 d9442fe153a8 2023-12-05T16:12:10.100 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi038 running (3m) 113s ago 19m 53.2M 3038M 19.0.0-13-ge6605fb8 104f332cd0a9 5aea4539c593 2023-12-05T16:12:10.101 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi038 running (2m) 113s ago 19m 49.9M 3038M 19.0.0-13-ge6605fb8 104f332cd0a9 e9c715c26716 2023-12-05T16:12:10.101 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi038 running (2m) 113s ago 18m 48.2M 3038M 19.0.0-13-ge6605fb8 104f332cd0a9 18f3908a9080 2023-12-05T16:12:10.101 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi038 running (119s) 113s ago 17m 13.2M 3038M 19.0.0-13-ge6605fb8 104f332cd0a9 311cda9e6a84 2023-12-05T16:12:10.101 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.a smithi038 *:9095 running (8m) 113s ago 16m 63.6M - 2.33.4 514e6a882f6e 2178b2710d9e 2023-12-05T16:12:10.101 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi016.fosflz smithi016 *:8000 running (14m) 3m ago 14m 88.7M - 17.2.0 e1d6a67b021e bf4b5f23ea9c 2023-12-05T16:12:10.101 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.foo.smithi038.qycvlk smithi038 *:8000 running (14m) 113s ago 14m 88.8M - 17.2.0 e1d6a67b021e 725ce307c9a0 2023-12-05T16:12:10.101 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi016.nwjdsb smithi016 *:80 running (14m) 3m ago 14m 88.4M - 17.2.0 e1d6a67b021e f1cf5b4911b5 2023-12-05T16:12:10.101 INFO:teuthology.orchestra.run.smithi016.stdout:rgw.smpl.smithi038.nutdkh smithi038 *:80 running (14m) 113s ago 14m 88.4M - 17.2.0 e1d6a67b021e 10219aaaa879 2023-12-05T16:12:10.353 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:12:10 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:12:10] "GET /metrics HTTP/1.1" 200 38425 "" "Prometheus/2.33.4" 2023-12-05T16:12:10.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:10 smithi016 bash[64648]: audit 2023-12-05T16:12:09.816865+0000 mgr.y (mgr.34107) 408 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:12:10.620 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:10 smithi016 bash[66045]: audit 2023-12-05T16:12:09.816865+0000 mgr.y (mgr.34107) 408 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:12:10.940 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph versions' 2023-12-05T16:12:11.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:10 smithi038 bash[51671]: audit 2023-12-05T16:12:09.816865+0000 mgr.y (mgr.34107) 408 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:12:11.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:11 smithi016 bash[64648]: audit 2023-12-05T16:12:10.072177+0000 mgr.y (mgr.34107) 409 : audit 0 from='client.44530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:12:11.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:11 smithi016 bash[64648]: cluster 2023-12-05T16:12:10.093999+0000 mgr.y (mgr.34107) 410 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:12:11.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:11 smithi016 bash[66045]: audit 2023-12-05T16:12:10.072177+0000 mgr.y (mgr.34107) 409 : audit 0 from='client.44530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:12:11.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:11 smithi016 bash[66045]: cluster 2023-12-05T16:12:10.093999+0000 mgr.y (mgr.34107) 410 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:12:12.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:11 smithi038 bash[51671]: audit 2023-12-05T16:12:10.072177+0000 mgr.y (mgr.34107) 409 : audit 0 from='client.44530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:12:12.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:11 smithi038 bash[51671]: cluster 2023-12-05T16:12:10.093999+0000 mgr.y (mgr.34107) 410 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:12:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:13 smithi016 bash[64648]: cluster 2023-12-05T16:12:12.095208+0000 mgr.y (mgr.34107) 411 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:13.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:13 smithi016 bash[66045]: cluster 2023-12-05T16:12:12.095208+0000 mgr.y (mgr.34107) 411 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:14.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:13 smithi038 bash[51671]: cluster 2023-12-05T16:12:12.095208+0000 mgr.y (mgr.34107) 411 : cluster 0 pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:14.427 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:12:14.428 INFO:teuthology.orchestra.run.smithi016.stdout: "mon": { 2023-12-05T16:12:14.428 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 3 2023-12-05T16:12:14.428 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:12:14.428 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr": { 2023-12-05T16:12:14.428 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 2 2023-12-05T16:12:14.428 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:12:14.428 INFO:teuthology.orchestra.run.smithi016.stdout: "osd": { 2023-12-05T16:12:14.428 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 8 2023-12-05T16:12:14.428 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:12:14.428 INFO:teuthology.orchestra.run.smithi016.stdout: "rgw": { 2023-12-05T16:12:14.428 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-05T16:12:14.428 INFO:teuthology.orchestra.run.smithi016.stdout: }, 2023-12-05T16:12:14.428 INFO:teuthology.orchestra.run.smithi016.stdout: "overall": { 2023-12-05T16:12:14.429 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-05T16:12:14.429 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 13 2023-12-05T16:12:14.429 INFO:teuthology.orchestra.run.smithi016.stdout: } 2023-12-05T16:12:14.429 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:12:14.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:14 smithi016 bash[64648]: audit 2023-12-05T16:12:14.422515+0000 mon.a (mon.0) 621 : audit 0 from='client.? 172.21.15.16:0/3232496049' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:12:14.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:14 smithi016 bash[66045]: audit 2023-12-05T16:12:14.422515+0000 mon.a (mon.0) 621 : audit 0 from='client.? 172.21.15.16:0/3232496049' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:12:15.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:14 smithi038 bash[51671]: audit 2023-12-05T16:12:14.422515+0000 mon.a (mon.0) 621 : audit 0 from='client.? 172.21.15.16:0/3232496049' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:12:15.218 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch upgrade status' 2023-12-05T16:12:15.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:15 smithi016 bash[64648]: cluster 2023-12-05T16:12:14.096641+0000 mgr.y (mgr.34107) 412 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:12:15.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:15 smithi016 bash[66045]: cluster 2023-12-05T16:12:14.096641+0000 mgr.y (mgr.34107) 412 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:12:16.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:15 smithi038 bash[51671]: cluster 2023-12-05T16:12:14.096641+0000 mgr.y (mgr.34107) 412 : cluster 0 pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:12:18.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:17 smithi038 bash[51671]: cluster 2023-12-05T16:12:16.097741+0000 mgr.y (mgr.34107) 413 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:18.118 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:17 smithi016 bash[66045]: cluster 2023-12-05T16:12:16.097741+0000 mgr.y (mgr.34107) 413 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:18.118 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:17 smithi016 bash[64648]: cluster 2023-12-05T16:12:16.097741+0000 mgr.y (mgr.34107) 413 : cluster 0 pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:18.566 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2023-12-05T16:12:18.566 INFO:teuthology.orchestra.run.smithi016.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:12:18.566 INFO:teuthology.orchestra.run.smithi016.stdout: "in_progress": true, 2023-12-05T16:12:18.566 INFO:teuthology.orchestra.run.smithi016.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:12:18.566 INFO:teuthology.orchestra.run.smithi016.stdout: "services_complete": [ 2023-12-05T16:12:18.566 INFO:teuthology.orchestra.run.smithi016.stdout: "mgr", 2023-12-05T16:12:18.566 INFO:teuthology.orchestra.run.smithi016.stdout: "mon", 2023-12-05T16:12:18.567 INFO:teuthology.orchestra.run.smithi016.stdout: "osd" 2023-12-05T16:12:18.567 INFO:teuthology.orchestra.run.smithi016.stdout: ], 2023-12-05T16:12:18.567 INFO:teuthology.orchestra.run.smithi016.stdout: "progress": "13/23 daemons upgraded", 2023-12-05T16:12:18.567 INFO:teuthology.orchestra.run.smithi016.stdout: "message": "Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception", 2023-12-05T16:12:18.567 INFO:teuthology.orchestra.run.smithi016.stdout: "is_paused": true 2023-12-05T16:12:18.567 INFO:teuthology.orchestra.run.smithi016.stdout:} 2023-12-05T16:12:19.359 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph health detail' 2023-12-05T16:12:19.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:19 smithi016 bash[64648]: cluster 2023-12-05T16:12:18.099128+0000 mgr.y (mgr.34107) 414 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:19.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:19 smithi016 bash[64648]: audit 2023-12-05T16:12:18.560252+0000 mgr.y (mgr.34107) 415 : audit 0 from='client.44542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:12:19.831 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:19 smithi016 bash[66045]: cluster 2023-12-05T16:12:18.099128+0000 mgr.y (mgr.34107) 414 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:19.831 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:19 smithi016 bash[66045]: audit 2023-12-05T16:12:18.560252+0000 mgr.y (mgr.34107) 415 : audit 0 from='client.44542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:12:20.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:19 smithi038 bash[51671]: cluster 2023-12-05T16:12:18.099128+0000 mgr.y (mgr.34107) 414 : cluster 0 pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:20.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:19 smithi038 bash[51671]: audit 2023-12-05T16:12:18.560252+0000 mgr.y (mgr.34107) 415 : audit 0 from='client.44542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:12:20.369 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:12:20 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:12:20] "GET /metrics HTTP/1.1" 200 38425 "" "Prometheus/2.33.4" 2023-12-05T16:12:20.793 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:20 smithi016 bash[64648]: audit 2023-12-05T16:12:19.825265+0000 mgr.y (mgr.34107) 416 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:12:20.794 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:20 smithi016 bash[66045]: audit 2023-12-05T16:12:19.825265+0000 mgr.y (mgr.34107) 416 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:12:21.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:20 smithi038 bash[51671]: audit 2023-12-05T16:12:19.825265+0000 mgr.y (mgr.34107) 416 : audit 0 from='client.15516 -' entity='client.iscsi.foo.smithi016.zlyjxv' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-05T16:12:21.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:21 smithi016 bash[64648]: cluster 2023-12-05T16:12:20.100390+0000 mgr.y (mgr.34107) 417 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:12:21.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:21 smithi016 bash[66045]: cluster 2023-12-05T16:12:20.100390+0000 mgr.y (mgr.34107) 417 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:12:22.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:21 smithi038 bash[51671]: cluster 2023-12-05T16:12:20.100390+0000 mgr.y (mgr.34107) 417 : cluster 0 pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:12:22.783 INFO:teuthology.orchestra.run.smithi016.stdout:HEALTH_ERR Upgrade: failed due to an unexpected exception 2023-12-05T16:12:22.784 INFO:teuthology.orchestra.run.smithi016.stdout:[ERR] UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-05T16:12:22.784 INFO:teuthology.orchestra.run.smithi016.stdout: Unexpected exception occurred during upgrade process: osd require-osd-release failed: unrecognized release unknown retval: -22 2023-12-05T16:12:23.533 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-05T16:12:23.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:23 smithi016 bash[64648]: cluster 2023-12-05T16:12:22.101692+0000 mgr.y (mgr.34107) 418 : cluster 0 pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:23.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:23 smithi016 bash[64648]: audit 2023-12-05T16:12:22.778809+0000 mon.a (mon.0) 622 : audit 0 from='client.? 172.21.15.16:0/1274997464' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:12:23.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:23 smithi016 bash[64648]: audit 2023-12-05T16:12:23.478438+0000 mon.a (mon.0) 623 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:12:23.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:23 smithi016 bash[66045]: cluster 2023-12-05T16:12:22.101692+0000 mgr.y (mgr.34107) 418 : cluster 0 pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:23.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:23 smithi016 bash[66045]: audit 2023-12-05T16:12:22.778809+0000 mon.a (mon.0) 622 : audit 0 from='client.? 172.21.15.16:0/1274997464' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:12:23.871 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:23 smithi016 bash[66045]: audit 2023-12-05T16:12:23.478438+0000 mon.a (mon.0) 623 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:12:24.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:23 smithi038 bash[51671]: cluster 2023-12-05T16:12:22.101692+0000 mgr.y (mgr.34107) 418 : cluster 0 pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:24.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:23 smithi038 bash[51671]: audit 2023-12-05T16:12:22.778809+0000 mon.a (mon.0) 622 : audit 0 from='client.? 172.21.15.16:0/1274997464' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:12:24.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:23 smithi038 bash[51671]: audit 2023-12-05T16:12:23.478438+0000 mon.a (mon.0) 623 : audit 0 from='mgr.34107 172.21.15.16:0/2651039295' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:12:25.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:25 smithi016 bash[64648]: cluster 2023-12-05T16:12:24.103176+0000 mgr.y (mgr.34107) 419 : cluster 0 pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:12:25.870 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:25 smithi016 bash[66045]: cluster 2023-12-05T16:12:24.103176+0000 mgr.y (mgr.34107) 419 : cluster 0 pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:12:26.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:25 smithi038 bash[51671]: cluster 2023-12-05T16:12:24.103176+0000 mgr.y (mgr.34107) 419 : cluster 0 pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-05T16:12:26.701 INFO:teuthology.orchestra.run.smithi016.stdout:false 2023-12-05T16:12:27.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T16:12:27.494 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi016 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-05T16:12:27.557 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=9e224356acd641889c3f00368a500f75 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi016 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-05T16:12:27.560 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-05T16:12:27.569 INFO:tasks.cephadm:Teardown begin 2023-12-05T16:12:27.570 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-05T16:12:27.590 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-05T16:12:27.607 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-05T16:12:27.607 DEBUG:teuthology.orchestra.run.smithi016:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-05T16:12:27.638 DEBUG:teuthology.orchestra.run.smithi038:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-05T16:12:27.643 INFO:tasks.cephadm:Stopping all daemons... 2023-12-05T16:12:27.644 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-12-05T16:12:27.644 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-787c96ca-9385-11ee-95a2-87774f69a715@mon.a 2023-12-05T16:12:27.793 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:27 smithi016 bash[66045]: cluster 2023-12-05T16:12:26.104348+0000 mgr.y (mgr.34107) 420 : cluster 0 pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:27.793 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:27 smithi016 bash[66045]: audit 2023-12-05T16:12:26.682802+0000 mon.a (mon.0) 624 : audit 0 from='client.? 172.21.15.16:0/3133516082' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:12:27.793 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:27 smithi016 bash[64648]: cluster 2023-12-05T16:12:26.104348+0000 mgr.y (mgr.34107) 420 : cluster 0 pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:27.794 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:27 smithi016 bash[64648]: audit 2023-12-05T16:12:26.682802+0000 mon.a (mon.0) 624 : audit 0 from='client.? 172.21.15.16:0/3133516082' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:12:27.794 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:27 smithi016 systemd[1]: Stopping Ceph mon.a for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:12:28.057 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:12:27 smithi016 bash[61294]: [05/Dec/2023:16:12:27] ENGINE Bus STOPPING 2023-12-05T16:12:28.058 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:12:27 smithi016 bash[61294]: [05/Dec/2023:16:12:27] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-05T16:12:28.058 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:12:27 smithi016 bash[61294]: [05/Dec/2023:16:12:27] ENGINE Bus STOPPED 2023-12-05T16:12:28.058 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:12:27 smithi016 bash[61294]: [05/Dec/2023:16:12:27] ENGINE Bus STARTING 2023-12-05T16:12:28.058 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:12:27 smithi016 bash[61294]: [05/Dec/2023:16:12:27] ENGINE Serving on http://:::9283 2023-12-05T16:12:28.058 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:12:27 smithi016 bash[61294]: [05/Dec/2023:16:12:27] ENGINE Bus STARTED 2023-12-05T16:12:28.058 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:27 smithi016 bash[64648]: debug 2023-12-05T16:12:27.781+0000 7fc99377e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-05T16:12:28.059 INFO:journalctl@ceph.mon.a.smithi016.stdout:Dec 05 16:12:27 smithi016 bash[64648]: debug 2023-12-05T16:12:27.785+0000 7fc99377e700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2023-12-05T16:12:28.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:27 smithi038 bash[51671]: cluster 2023-12-05T16:12:26.104348+0000 mgr.y (mgr.34107) 420 : cluster 0 pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-05T16:12:28.088 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:27 smithi038 bash[51671]: audit 2023-12-05T16:12:26.682802+0000 mon.a (mon.0) 624 : audit 0 from='client.? 172.21.15.16:0/3133516082' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:12:28.821 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@mon.a.service' 2023-12-05T16:12:28.902 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:12:28.902 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-12-05T16:12:28.902 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2023-12-05T16:12:28.902 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-787c96ca-9385-11ee-95a2-87774f69a715@mon.c 2023-12-05T16:12:29.202 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:12:29 smithi016 bash[61294]: [05/Dec/2023:16:12:29] ENGINE Bus STOPPING 2023-12-05T16:12:29.202 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:12:29 smithi016 bash[61294]: [05/Dec/2023:16:12:29] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-05T16:12:29.202 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:12:29 smithi016 bash[61294]: [05/Dec/2023:16:12:29] ENGINE Bus STOPPED 2023-12-05T16:12:29.202 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:12:29 smithi016 bash[61294]: [05/Dec/2023:16:12:29] ENGINE Bus STARTING 2023-12-05T16:12:29.202 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:28 smithi016 systemd[1]: Stopping Ceph mon.c for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:12:29.202 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:29 smithi016 bash[66045]: debug 2023-12-05T16:12:29.053+0000 7fa0f8eec700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-05T16:12:29.202 INFO:journalctl@ceph.mon.c.smithi016.stdout:Dec 05 16:12:29 smithi016 bash[66045]: debug 2023-12-05T16:12:29.053+0000 7fa0f8eec700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2023-12-05T16:12:29.476 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:12:29 smithi016 bash[61294]: [05/Dec/2023:16:12:29] ENGINE Serving on http://:::9283 2023-12-05T16:12:29.476 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:12:29 smithi016 bash[61294]: [05/Dec/2023:16:12:29] ENGINE Bus STARTED 2023-12-05T16:12:30.032 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@mon.c.service' 2023-12-05T16:12:30.067 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:12:30.068 INFO:tasks.cephadm.mon.b:Stopped mon.c 2023-12-05T16:12:30.068 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2023-12-05T16:12:30.068 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-787c96ca-9385-11ee-95a2-87774f69a715@mon.b 2023-12-05T16:12:30.119 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:12:30 smithi016 bash[61294]: ::ffff:172.21.15.38 - - [05/Dec/2023:16:12:30] "GET /metrics HTTP/1.1" 200 38424 "" "Prometheus/2.33.4" 2023-12-05T16:12:30.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:30 smithi038 systemd[1]: Stopping Ceph mon.b for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:12:30.338 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:30 smithi038 bash[51671]: debug 2023-12-05T16:12:30.230+0000 7f011e034700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-05T16:12:30.339 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:30 smithi038 bash[51671]: debug 2023-12-05T16:12:30.230+0000 7f011e034700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2023-12-05T16:12:31.010 INFO:journalctl@ceph.mon.b.smithi038.stdout:Dec 05 16:12:30 smithi038 bash[61408]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-mon-b 2023-12-05T16:12:31.032 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@mon.b.service' 2023-12-05T16:12:31.075 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:12:31.075 INFO:tasks.cephadm.mon.b:Stopped mon.b 2023-12-05T16:12:31.076 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2023-12-05T16:12:31.076 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-787c96ca-9385-11ee-95a2-87774f69a715@mgr.y 2023-12-05T16:12:31.370 INFO:journalctl@ceph.mgr.y.smithi016.stdout:Dec 05 16:12:31 smithi016 systemd[1]: Stopping Ceph mgr.y for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:12:32.167 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@mgr.y.service' 2023-12-05T16:12:32.200 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:12:32.200 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2023-12-05T16:12:32.200 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2023-12-05T16:12:32.200 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-787c96ca-9385-11ee-95a2-87774f69a715@mgr.x 2023-12-05T16:12:32.588 INFO:journalctl@ceph.mgr.x.smithi038.stdout:Dec 05 16:12:32 smithi038 systemd[1]: Stopping Ceph mgr.x for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:12:33.108 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@mgr.x.service' 2023-12-05T16:12:33.144 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:12:33.144 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2023-12-05T16:12:33.144 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-05T16:12:33.144 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.0 2023-12-05T16:12:33.562 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:12:33 smithi016 systemd[1]: Stopping Ceph osd.0 for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:12:33.562 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:12:33 smithi016 bash[68903]: debug 2023-12-05T16:12:33.365+0000 7ff57d5d5700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-05T16:12:33.562 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:12:33 smithi016 bash[68903]: debug 2023-12-05T16:12:33.365+0000 7ff57d5d5700 -1 osd.0 152 *** Got signal Terminated *** 2023-12-05T16:12:33.563 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:12:33 smithi016 bash[68903]: debug 2023-12-05T16:12:33.365+0000 7ff57d5d5700 -1 osd.0 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:12:33.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:12:33 smithi016 bash[60107]: level=warn ts=2023-12-05T16:12:33.557Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:12:33.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:12:33 smithi016 bash[60107]: level=warn ts=2023-12-05T16:12:33.558Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:12:39.870 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:12:39 smithi016 bash[79250]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-0 2023-12-05T16:12:39.870 INFO:journalctl@ceph.osd.0.smithi016.stdout:Dec 05 16:12:39 smithi016 bash[79323]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-0 2023-12-05T16:12:41.947 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.0.service' 2023-12-05T16:12:41.977 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:12:41.978 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-05T16:12:41.978 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-05T16:12:41.978 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.1 2023-12-05T16:12:42.370 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:12:41 smithi016 systemd[1]: Stopping Ceph osd.1 for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:12:42.370 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:12:42 smithi016 bash[71072]: debug 2023-12-05T16:12:42.157+0000 7f706f1df700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-05T16:12:42.370 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:12:42 smithi016 bash[71072]: debug 2023-12-05T16:12:42.157+0000 7f706f1df700 -1 osd.1 152 *** Got signal Terminated *** 2023-12-05T16:12:42.371 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:12:42 smithi016 bash[71072]: debug 2023-12-05T16:12:42.157+0000 7f706f1df700 -1 osd.1 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:12:43.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:12:43 smithi016 bash[60107]: level=error ts=2023-12-05T16:12:43.555Z 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://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:12:43.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:12:43 smithi016 bash[60107]: level=warn ts=2023-12-05T16:12:43.558Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:12:43.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:12:43 smithi016 bash[60107]: level=warn ts=2023-12-05T16:12:43.559Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:12:44.620 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:12:44 smithi016 bash[60107]: level=warn ts=2023-12-05T16:12:44.240Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:12:44.620 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:12:44 smithi016 bash[60107]: level=warn ts=2023-12-05T16:12:44.241Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:12:48.517 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:12:48 smithi016 bash[79467]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-1 2023-12-05T16:12:48.517 INFO:journalctl@ceph.osd.1.smithi016.stdout:Dec 05 16:12:48 smithi016 bash[79546]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-1 2023-12-05T16:12:50.443 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.1.service' 2023-12-05T16:12:50.477 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:12:50.478 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-05T16:12:50.478 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-05T16:12:50.478 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.2 2023-12-05T16:12:50.705 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:12:50 smithi016 systemd[1]: Stopping Ceph osd.2 for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:12:51.120 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:12:50 smithi016 bash[73234]: debug 2023-12-05T16:12:50.693+0000 7f172aeaa700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-05T16:12:51.120 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:12:50 smithi016 bash[73234]: debug 2023-12-05T16:12:50.693+0000 7f172aeaa700 -1 osd.2 152 *** Got signal Terminated *** 2023-12-05T16:12:51.120 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:12:50 smithi016 bash[73234]: debug 2023-12-05T16:12:50.693+0000 7f172aeaa700 -1 osd.2 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:12:53.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:12:53 smithi016 bash[60107]: level=error ts=2023-12-05T16:12:53.556Z 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://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:12:53.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:12:53 smithi016 bash[60107]: level=warn ts=2023-12-05T16:12:53.558Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:12:53.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:12:53 smithi016 bash[60107]: level=warn ts=2023-12-05T16:12:53.559Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:12:54.620 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:12:54 smithi016 bash[60107]: level=error ts=2023-12-05T16:12:54.240Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:12:54.620 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:12:54 smithi016 bash[60107]: level=warn ts=2023-12-05T16:12:54.241Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:12:54.620 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:12:54 smithi016 bash[60107]: level=warn ts=2023-12-05T16:12:54.242Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:12:57.099 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:12:56 smithi016 bash[79691]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-2 2023-12-05T16:12:57.099 INFO:journalctl@ceph.osd.2.smithi016.stdout:Dec 05 16:12:57 smithi016 bash[79767]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-2 2023-12-05T16:12:59.012 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.2.service' 2023-12-05T16:12:59.045 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:12:59.046 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-05T16:12:59.046 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-05T16:12:59.046 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.3 2023-12-05T16:12:59.281 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:12:59 smithi016 systemd[1]: Stopping Ceph osd.3 for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:12:59.588 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:12:59 smithi038 bash[49134]: ts=2023-12-05T16:12:59.321Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.16:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.16:8765: connect: connection refused" 2023-12-05T16:12:59.588 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:12:59 smithi038 bash[49134]: ts=2023-12-05T16:12:59.324Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.16:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.16:8765: connect: connection refused" 2023-12-05T16:12:59.589 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:12:59 smithi038 bash[49134]: ts=2023-12-05T16:12:59.330Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.16:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.16:8765: connect: connection refused" 2023-12-05T16:12:59.589 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:12:59 smithi038 bash[49134]: ts=2023-12-05T16:12:59.330Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.16:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.16:8765: connect: connection refused" 2023-12-05T16:12:59.620 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:12:59 smithi016 bash[75410]: debug 2023-12-05T16:12:59.273+0000 7f13b4ca4700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-05T16:12:59.620 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:12:59 smithi016 bash[75410]: debug 2023-12-05T16:12:59.273+0000 7f13b4ca4700 -1 osd.3 152 *** Got signal Terminated *** 2023-12-05T16:12:59.620 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:12:59 smithi016 bash[75410]: debug 2023-12-05T16:12:59.273+0000 7f13b4ca4700 -1 osd.3 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:13:00.338 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:00 smithi038 bash[58143]: debug 2023-12-05T16:13:00.042+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:00.620 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:13:00 smithi016 bash[75410]: debug 2023-12-05T16:13:00.208+0000 7f13afa9c700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:34.041499+0000 front 2023-12-05T16:12:34.041526+0000 (oldest deadline 2023-12-05T16:12:59.941657+0000) 2023-12-05T16:13:01.338 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:01 smithi038 bash[58143]: debug 2023-12-05T16:13:01.054+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:01.619 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:13:01 smithi016 bash[75410]: debug 2023-12-05T16:13:01.244+0000 7f13afa9c700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:34.041499+0000 front 2023-12-05T16:12:34.041526+0000 (oldest deadline 2023-12-05T16:12:59.941657+0000) 2023-12-05T16:13:01.838 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:01 smithi038 bash[54047]: debug 2023-12-05T16:13:01.490+0000 7f2e1904b700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.500500+0000 front 2023-12-05T16:12:35.500405+0000 (oldest deadline 2023-12-05T16:13:00.800068+0000) 2023-12-05T16:13:01.839 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:01 smithi038 bash[60203]: debug 2023-12-05T16:13:01.406+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:02.292 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:02 smithi038 bash[58143]: debug 2023-12-05T16:13:02.022+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:02.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:02 smithi038 bash[60203]: debug 2023-12-05T16:13:02.366+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:02.588 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:02 smithi038 bash[54047]: debug 2023-12-05T16:13:02.454+0000 7f2e1904b700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.500500+0000 front 2023-12-05T16:12:35.500405+0000 (oldest deadline 2023-12-05T16:13:00.800068+0000) 2023-12-05T16:13:02.589 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:02 smithi038 bash[56088]: debug 2023-12-05T16:13:02.286+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:02.619 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:13:02 smithi016 bash[75410]: debug 2023-12-05T16:13:02.224+0000 7f13afa9c700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:34.041499+0000 front 2023-12-05T16:12:34.041526+0000 (oldest deadline 2023-12-05T16:12:59.941657+0000) 2023-12-05T16:13:03.330 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:03 smithi038 bash[58143]: debug 2023-12-05T16:13:02.998+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:03.562 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:13:03 smithi016 bash[75410]: debug 2023-12-05T16:13:03.192+0000 7f13afa9c700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:34.041499+0000 front 2023-12-05T16:12:34.041526+0000 (oldest deadline 2023-12-05T16:12:59.941657+0000) 2023-12-05T16:13:03.588 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:03 smithi038 bash[54047]: debug 2023-12-05T16:13:03.418+0000 7f2e1904b700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.500500+0000 front 2023-12-05T16:12:35.500405+0000 (oldest deadline 2023-12-05T16:13:00.800068+0000) 2023-12-05T16:13:03.588 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:03 smithi038 bash[56088]: debug 2023-12-05T16:13:03.322+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:03.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:03 smithi038 bash[60203]: debug 2023-12-05T16:13:03.374+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:03.869 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:03 smithi016 bash[60107]: level=error ts=2023-12-05T16:13:03.557Z 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://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:13:03.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:03 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:03.559Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:13:03.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:03 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:03.560Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:13:04.338 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:04 smithi038 bash[56088]: debug 2023-12-05T16:13:04.274+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:04.338 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:04 smithi038 bash[58143]: debug 2023-12-05T16:13:04.042+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:04.620 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:13:04 smithi016 bash[75410]: debug 2023-12-05T16:13:04.144+0000 7f13afa9c700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:34.041499+0000 front 2023-12-05T16:12:34.041526+0000 (oldest deadline 2023-12-05T16:12:59.941657+0000) 2023-12-05T16:13:04.620 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:04 smithi016 bash[60107]: level=error ts=2023-12-05T16:13:04.241Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:13:04.620 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:04 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:04.241Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:13:04.620 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:04 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:04.243Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:13:04.838 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:04 smithi038 bash[54047]: debug 2023-12-05T16:13:04.394+0000 7f2e1904b700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.500500+0000 front 2023-12-05T16:12:35.500405+0000 (oldest deadline 2023-12-05T16:13:00.800068+0000) 2023-12-05T16:13:04.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:04 smithi038 bash[60203]: debug 2023-12-05T16:13:04.406+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:05.301 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:05 smithi038 bash[58143]: debug 2023-12-05T16:13:05.030+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:05.588 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:05 smithi038 bash[54047]: debug 2023-12-05T16:13:05.374+0000 7f2e1904b700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.500500+0000 front 2023-12-05T16:12:35.500405+0000 (oldest deadline 2023-12-05T16:13:00.800068+0000) 2023-12-05T16:13:05.588 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:05 smithi038 bash[56088]: debug 2023-12-05T16:13:05.294+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:05.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:05 smithi038 bash[60203]: debug 2023-12-05T16:13:05.398+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:05.869 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:13:05 smithi016 bash[79904]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-3 2023-12-05T16:13:05.870 INFO:journalctl@ceph.osd.3.smithi016.stdout:Dec 05 16:13:05 smithi016 bash[79976]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-3 2023-12-05T16:13:06.338 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:06 smithi038 bash[56088]: debug 2023-12-05T16:13:06.290+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:06.338 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:06 smithi038 bash[58143]: debug 2023-12-05T16:13:06.054+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:06.838 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:06 smithi038 bash[54047]: debug 2023-12-05T16:13:06.414+0000 7f2e1904b700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.500500+0000 front 2023-12-05T16:12:35.500405+0000 (oldest deadline 2023-12-05T16:13:00.800068+0000) 2023-12-05T16:13:06.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:06 smithi038 bash[60203]: debug 2023-12-05T16:13:06.370+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:07.267 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:07 smithi038 bash[58143]: debug 2023-12-05T16:13:07.006+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:07.582 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.3.service' 2023-12-05T16:13:07.588 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:07 smithi038 bash[54047]: debug 2023-12-05T16:13:07.454+0000 7f2e1904b700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.500500+0000 front 2023-12-05T16:12:35.500405+0000 (oldest deadline 2023-12-05T16:13:00.800068+0000) 2023-12-05T16:13:07.588 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:07 smithi038 bash[56088]: debug 2023-12-05T16:13:07.258+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:07.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:07 smithi038 bash[60203]: debug 2023-12-05T16:13:07.362+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:07.615 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:13:07.616 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-05T16:13:07.616 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-05T16:13:07.616 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.4 2023-12-05T16:13:08.043 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:07 smithi038 systemd[1]: Stopping Ceph osd.4 for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:13:08.043 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:07 smithi038 bash[54047]: debug 2023-12-05T16:13:07.798+0000 7f2e1e253700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-05T16:13:08.043 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:07 smithi038 bash[54047]: debug 2023-12-05T16:13:07.798+0000 7f2e1e253700 -1 osd.4 152 *** Got signal Terminated *** 2023-12-05T16:13:08.043 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:07 smithi038 bash[54047]: debug 2023-12-05T16:13:07.798+0000 7f2e1e253700 -1 osd.4 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:13:08.338 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:08 smithi038 bash[56088]: debug 2023-12-05T16:13:08.242+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:08.338 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:08 smithi038 bash[58143]: debug 2023-12-05T16:13:08.038+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:08.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:08 smithi038 bash[60203]: debug 2023-12-05T16:13:08.354+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:08.838 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:08 smithi038 bash[54047]: debug 2023-12-05T16:13:08.458+0000 7f2e1904b700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.500500+0000 front 2023-12-05T16:12:35.500405+0000 (oldest deadline 2023-12-05T16:13:00.800068+0000) 2023-12-05T16:13:09.298 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:09 smithi038 bash[58143]: debug 2023-12-05T16:13:09.002+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:09.588 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:09 smithi038 bash[54047]: debug 2023-12-05T16:13:09.490+0000 7f2e1904b700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.500500+0000 front 2023-12-05T16:12:35.500405+0000 (oldest deadline 2023-12-05T16:13:00.800068+0000) 2023-12-05T16:13:09.588 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:09 smithi038 bash[56088]: debug 2023-12-05T16:13:09.290+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:09.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:09 smithi038 bash[60203]: debug 2023-12-05T16:13:09.322+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:10.323 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:10 smithi038 bash[58143]: debug 2023-12-05T16:13:10.054+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:10.323 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:10 smithi038 bash[58143]: debug 2023-12-05T16:13:10.054+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:10.588 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:10 smithi038 bash[54047]: debug 2023-12-05T16:13:10.446+0000 7f2e1904b700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.500500+0000 front 2023-12-05T16:12:35.500405+0000 (oldest deadline 2023-12-05T16:13:00.800068+0000) 2023-12-05T16:13:10.589 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:10 smithi038 bash[56088]: debug 2023-12-05T16:13:10.334+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:10.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:10 smithi038 bash[60203]: debug 2023-12-05T16:13:10.314+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:10.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:10 smithi038 bash[60203]: debug 2023-12-05T16:13:10.314+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:11.279 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:11 smithi038 bash[58143]: debug 2023-12-05T16:13:11.022+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:11.280 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:11 smithi038 bash[58143]: debug 2023-12-05T16:13:11.022+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:11.588 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:11 smithi038 bash[54047]: debug 2023-12-05T16:13:11.406+0000 7f2e1904b700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.500500+0000 front 2023-12-05T16:12:35.500405+0000 (oldest deadline 2023-12-05T16:13:00.800068+0000) 2023-12-05T16:13:11.588 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:11 smithi038 bash[56088]: debug 2023-12-05T16:13:11.326+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:11.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:11 smithi038 bash[60203]: debug 2023-12-05T16:13:11.270+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:11.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:11 smithi038 bash[60203]: debug 2023-12-05T16:13:11.270+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:12.262 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:11 smithi038 bash[58143]: debug 2023-12-05T16:13:11.982+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:12.262 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:11 smithi038 bash[58143]: debug 2023-12-05T16:13:11.982+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:12.588 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:12 smithi038 bash[54047]: debug 2023-12-05T16:13:12.434+0000 7f2e1904b700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.500500+0000 front 2023-12-05T16:12:35.500405+0000 (oldest deadline 2023-12-05T16:13:00.800068+0000) 2023-12-05T16:13:12.588 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:12 smithi038 bash[54047]: debug 2023-12-05T16:13:12.434+0000 7f2e1904b700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:46.002570+0000 front 2023-12-05T16:12:46.002242+0000 (oldest deadline 2023-12-05T16:13:11.902298+0000) 2023-12-05T16:13:12.589 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:12 smithi038 bash[56088]: debug 2023-12-05T16:13:12.354+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:12.589 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:12 smithi038 bash[56088]: debug 2023-12-05T16:13:12.354+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.470023+0000 front 2023-12-05T16:12:43.469821+0000 (oldest deadline 2023-12-05T16:13:12.270294+0000) 2023-12-05T16:13:12.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:12 smithi038 bash[60203]: debug 2023-12-05T16:13:12.254+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:12.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:12 smithi038 bash[60203]: debug 2023-12-05T16:13:12.254+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:13.221 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:12 smithi038 bash[58143]: debug 2023-12-05T16:13:12.950+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:13.222 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:12 smithi038 bash[58143]: debug 2023-12-05T16:13:12.950+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:13.532 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:13 smithi038 bash[60203]: debug 2023-12-05T16:13:13.214+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:13.532 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:13 smithi038 bash[60203]: debug 2023-12-05T16:13:13.214+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:13.533 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:13 smithi038 bash[56088]: debug 2023-12-05T16:13:13.362+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:13.533 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:13 smithi038 bash[56088]: debug 2023-12-05T16:13:13.362+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.470023+0000 front 2023-12-05T16:12:43.469821+0000 (oldest deadline 2023-12-05T16:13:12.270294+0000) 2023-12-05T16:13:13.869 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:13 smithi016 bash[60107]: level=error ts=2023-12-05T16:13:13.558Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:13:13.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:13 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:13.560Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:13:13.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:13 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:13.561Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:13:14.122 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:13 smithi038 bash[61633]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-4 2023-12-05T16:13:14.122 INFO:journalctl@ceph.osd.4.smithi038.stdout:Dec 05 16:13:14 smithi038 bash[61708]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-4 2023-12-05T16:13:14.123 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:13 smithi038 bash[58143]: debug 2023-12-05T16:13:13.969+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:14.123 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:13 smithi038 bash[58143]: debug 2023-12-05T16:13:13.969+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:14.399 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:14 smithi038 bash[60203]: debug 2023-12-05T16:13:14.185+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:14.399 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:14 smithi038 bash[60203]: debug 2023-12-05T16:13:14.185+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:14.619 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:14 smithi016 bash[60107]: level=error ts=2023-12-05T16:13:14.241Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:13:14.620 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:14 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:14.242Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:13:14.620 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:14 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:14.243Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:13:14.838 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:14 smithi038 bash[56088]: debug 2023-12-05T16:13:14.389+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:14.838 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:14 smithi038 bash[56088]: debug 2023-12-05T16:13:14.389+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.470023+0000 front 2023-12-05T16:12:43.469821+0000 (oldest deadline 2023-12-05T16:13:12.270294+0000) 2023-12-05T16:13:15.237 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:15 smithi038 bash[58143]: debug 2023-12-05T16:13:14.989+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:15.238 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:15 smithi038 bash[58143]: debug 2023-12-05T16:13:14.989+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:15.582 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:15 smithi038 bash[60203]: debug 2023-12-05T16:13:15.229+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:15.583 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:15 smithi038 bash[60203]: debug 2023-12-05T16:13:15.229+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:15.583 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:15 smithi038 bash[56088]: debug 2023-12-05T16:13:15.397+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:15.583 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:15 smithi038 bash[56088]: debug 2023-12-05T16:13:15.397+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.470023+0000 front 2023-12-05T16:12:43.469821+0000 (oldest deadline 2023-12-05T16:13:12.270294+0000) 2023-12-05T16:13:16.006 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.4.service' 2023-12-05T16:13:16.044 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:13:16.044 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-05T16:13:16.045 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-05T16:13:16.045 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.5 2023-12-05T16:13:16.338 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:16 smithi038 bash[58143]: debug 2023-12-05T16:13:16.025+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:16.338 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:16 smithi038 bash[58143]: debug 2023-12-05T16:13:16.025+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:16.339 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:16 smithi038 bash[60203]: debug 2023-12-05T16:13:16.225+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:16.339 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:16 smithi038 bash[60203]: debug 2023-12-05T16:13:16.225+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:16.339 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:16 smithi038 systemd[1]: Stopping Ceph osd.5 for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:13:16.339 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:16 smithi038 bash[56088]: debug 2023-12-05T16:13:16.193+0000 7fbf89c82700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-05T16:13:16.339 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:16 smithi038 bash[56088]: debug 2023-12-05T16:13:16.193+0000 7fbf89c82700 -1 osd.5 152 *** Got signal Terminated *** 2023-12-05T16:13:16.340 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:16 smithi038 bash[56088]: debug 2023-12-05T16:13:16.193+0000 7fbf89c82700 -1 osd.5 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:13:16.838 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:16 smithi038 bash[56088]: debug 2023-12-05T16:13:16.433+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:16.838 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:16 smithi038 bash[56088]: debug 2023-12-05T16:13:16.433+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.470023+0000 front 2023-12-05T16:12:43.469821+0000 (oldest deadline 2023-12-05T16:13:12.270294+0000) 2023-12-05T16:13:17.262 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:17 smithi038 bash[58143]: debug 2023-12-05T16:13:17.001+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:17.263 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:17 smithi038 bash[58143]: debug 2023-12-05T16:13:17.001+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:17.263 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:17 smithi038 bash[58143]: debug 2023-12-05T16:13:17.001+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:55.071702+0000 front 2023-12-05T16:12:55.071893+0000 (oldest deadline 2023-12-05T16:13:16.771505+0000) 2023-12-05T16:13:17.588 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:17 smithi038 bash[56088]: debug 2023-12-05T16:13:17.405+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:17.588 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:17 smithi038 bash[56088]: debug 2023-12-05T16:13:17.405+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.470023+0000 front 2023-12-05T16:12:43.469821+0000 (oldest deadline 2023-12-05T16:13:12.270294+0000) 2023-12-05T16:13:17.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:17 smithi038 bash[60203]: debug 2023-12-05T16:13:17.257+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:17.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:17 smithi038 bash[60203]: debug 2023-12-05T16:13:17.257+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:18.338 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:18 smithi038 bash[58143]: debug 2023-12-05T16:13:18.037+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:18.338 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:18 smithi038 bash[58143]: debug 2023-12-05T16:13:18.037+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:18.338 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:18 smithi038 bash[58143]: debug 2023-12-05T16:13:18.037+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:55.071702+0000 front 2023-12-05T16:12:55.071893+0000 (oldest deadline 2023-12-05T16:13:16.771505+0000) 2023-12-05T16:13:18.339 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:18 smithi038 bash[60203]: debug 2023-12-05T16:13:18.249+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:18.339 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:18 smithi038 bash[60203]: debug 2023-12-05T16:13:18.249+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:18.838 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:18 smithi038 bash[56088]: debug 2023-12-05T16:13:18.357+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:18.838 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:18 smithi038 bash[56088]: debug 2023-12-05T16:13:18.357+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.470023+0000 front 2023-12-05T16:12:43.469821+0000 (oldest deadline 2023-12-05T16:13:12.270294+0000) 2023-12-05T16:13:19.338 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:19 smithi038 bash[58143]: debug 2023-12-05T16:13:19.033+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:19.338 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:19 smithi038 bash[58143]: debug 2023-12-05T16:13:19.033+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:19.338 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:19 smithi038 bash[58143]: debug 2023-12-05T16:13:19.033+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:55.071702+0000 front 2023-12-05T16:12:55.071893+0000 (oldest deadline 2023-12-05T16:13:16.771505+0000) 2023-12-05T16:13:19.339 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:19 smithi038 bash[60203]: debug 2023-12-05T16:13:19.277+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:19.339 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:19 smithi038 bash[60203]: debug 2023-12-05T16:13:19.277+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:19.339 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:19 smithi038 bash[60203]: debug 2023-12-05T16:13:19.277+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:19.838 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:19 smithi038 bash[56088]: debug 2023-12-05T16:13:19.333+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:19.838 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:19 smithi038 bash[56088]: debug 2023-12-05T16:13:19.333+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.470023+0000 front 2023-12-05T16:12:43.469821+0000 (oldest deadline 2023-12-05T16:13:12.270294+0000) 2023-12-05T16:13:20.339 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:20 smithi038 bash[56088]: debug 2023-12-05T16:13:20.305+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:37.668398+0000 front 2023-12-05T16:12:37.668299+0000 (oldest deadline 2023-12-05T16:13:01.768083+0000) 2023-12-05T16:13:20.339 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:20 smithi038 bash[56088]: debug 2023-12-05T16:13:20.305+0000 7fbf8627d700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.470023+0000 front 2023-12-05T16:12:43.469821+0000 (oldest deadline 2023-12-05T16:13:12.270294+0000) 2023-12-05T16:13:20.339 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:20 smithi038 bash[58143]: debug 2023-12-05T16:13:20.065+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:20.339 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:20 smithi038 bash[58143]: debug 2023-12-05T16:13:20.065+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:20.340 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:20 smithi038 bash[58143]: debug 2023-12-05T16:13:20.065+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:55.071702+0000 front 2023-12-05T16:12:55.071893+0000 (oldest deadline 2023-12-05T16:13:16.771505+0000) 2023-12-05T16:13:20.340 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:20 smithi038 bash[60203]: debug 2023-12-05T16:13:20.265+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:20.340 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:20 smithi038 bash[60203]: debug 2023-12-05T16:13:20.265+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:20.340 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:20 smithi038 bash[60203]: debug 2023-12-05T16:13:20.265+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:21.338 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:21 smithi038 bash[58143]: debug 2023-12-05T16:13:21.073+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:21.338 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:21 smithi038 bash[58143]: debug 2023-12-05T16:13:21.073+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:21.339 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:21 smithi038 bash[58143]: debug 2023-12-05T16:13:21.073+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:55.071702+0000 front 2023-12-05T16:12:55.071893+0000 (oldest deadline 2023-12-05T16:13:16.771505+0000) 2023-12-05T16:13:21.339 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:21 smithi038 bash[60203]: debug 2023-12-05T16:13:21.293+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:21.339 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:21 smithi038 bash[60203]: debug 2023-12-05T16:13:21.293+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:21.339 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:21 smithi038 bash[60203]: debug 2023-12-05T16:13:21.293+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:22.206 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:22 smithi038 bash[58143]: debug 2023-12-05T16:13:22.061+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:22.207 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:22 smithi038 bash[58143]: debug 2023-12-05T16:13:22.061+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:22.207 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:22 smithi038 bash[58143]: debug 2023-12-05T16:13:22.061+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:55.071702+0000 front 2023-12-05T16:12:55.071893+0000 (oldest deadline 2023-12-05T16:13:16.771505+0000) 2023-12-05T16:13:22.207 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:22 smithi038 bash[61853]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-5 2023-12-05T16:13:22.338 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:22 smithi038 bash[60203]: debug 2023-12-05T16:13:22.289+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:22.338 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:22 smithi038 bash[60203]: debug 2023-12-05T16:13:22.289+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:22.339 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:22 smithi038 bash[60203]: debug 2023-12-05T16:13:22.289+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:22.838 INFO:journalctl@ceph.osd.5.smithi038.stdout:Dec 05 16:13:22 smithi038 bash[61927]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-5 2023-12-05T16:13:23.331 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:23 smithi038 bash[58143]: debug 2023-12-05T16:13:23.021+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:23.331 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:23 smithi038 bash[58143]: debug 2023-12-05T16:13:23.021+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:23.332 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:23 smithi038 bash[58143]: debug 2023-12-05T16:13:23.021+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:55.071702+0000 front 2023-12-05T16:12:55.071893+0000 (oldest deadline 2023-12-05T16:13:16.771505+0000) 2023-12-05T16:13:23.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:23 smithi038 bash[60203]: debug 2023-12-05T16:13:23.321+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:23.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:23 smithi038 bash[60203]: debug 2023-12-05T16:13:23.321+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:23.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:23 smithi038 bash[60203]: debug 2023-12-05T16:13:23.321+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:23.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:23 smithi016 bash[60107]: level=error ts=2023-12-05T16:13:23.558Z 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://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:13:23.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:23 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:23.560Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:13:23.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:23 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:23.561Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:13:24.294 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:24 smithi038 bash[58143]: debug 2023-12-05T16:13:24.013+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:24.294 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:24 smithi038 bash[58143]: debug 2023-12-05T16:13:24.013+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:24.294 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:24 smithi038 bash[58143]: debug 2023-12-05T16:13:24.013+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:55.071702+0000 front 2023-12-05T16:12:55.071893+0000 (oldest deadline 2023-12-05T16:13:16.771505+0000) 2023-12-05T16:13:24.339 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.5.service' 2023-12-05T16:13:24.374 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:13:24.375 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-05T16:13:24.375 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-05T16:13:24.375 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.6 2023-12-05T16:13:24.588 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:24 smithi038 systemd[1]: Stopping Ceph osd.6 for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:13:24.588 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:24 smithi038 bash[58143]: debug 2023-12-05T16:13:24.533+0000 7f33b9064700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-05T16:13:24.589 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:24 smithi038 bash[58143]: debug 2023-12-05T16:13:24.533+0000 7f33b9064700 -1 osd.6 152 *** Got signal Terminated *** 2023-12-05T16:13:24.589 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:24 smithi038 bash[58143]: debug 2023-12-05T16:13:24.533+0000 7f33b9064700 -1 osd.6 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:13:24.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:24 smithi038 bash[60203]: debug 2023-12-05T16:13:24.285+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:24.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:24 smithi038 bash[60203]: debug 2023-12-05T16:13:24.285+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:24.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:24 smithi038 bash[60203]: debug 2023-12-05T16:13:24.285+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:24.619 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:24 smithi016 bash[60107]: level=error ts=2023-12-05T16:13:24.242Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:13:24.619 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:24 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:24.243Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:13:24.619 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:24 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:24.244Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:13:25.302 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:25 smithi038 bash[58143]: debug 2023-12-05T16:13:25.021+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:25.302 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:25 smithi038 bash[58143]: debug 2023-12-05T16:13:25.021+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:25.302 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:25 smithi038 bash[58143]: debug 2023-12-05T16:13:25.021+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:55.071702+0000 front 2023-12-05T16:12:55.071893+0000 (oldest deadline 2023-12-05T16:13:16.771505+0000) 2023-12-05T16:13:25.302 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:25 smithi038 bash[58143]: debug 2023-12-05T16:13:25.021+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6830 osd.3 since back 2023-12-05T16:13:03.173693+0000 front 2023-12-05T16:13:03.173995+0000 (oldest deadline 2023-12-05T16:13:24.873526+0000) 2023-12-05T16:13:25.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:25 smithi038 bash[60203]: debug 2023-12-05T16:13:25.293+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:25.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:25 smithi038 bash[60203]: debug 2023-12-05T16:13:25.293+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:25.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:25 smithi038 bash[60203]: debug 2023-12-05T16:13:25.293+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:26.304 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:26 smithi038 bash[58143]: debug 2023-12-05T16:13:26.009+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:26.304 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:26 smithi038 bash[58143]: debug 2023-12-05T16:13:26.009+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:26.304 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:26 smithi038 bash[58143]: debug 2023-12-05T16:13:26.009+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:55.071702+0000 front 2023-12-05T16:12:55.071893+0000 (oldest deadline 2023-12-05T16:13:16.771505+0000) 2023-12-05T16:13:26.304 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:26 smithi038 bash[58143]: debug 2023-12-05T16:13:26.009+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6830 osd.3 since back 2023-12-05T16:13:03.173693+0000 front 2023-12-05T16:13:03.173995+0000 (oldest deadline 2023-12-05T16:13:24.873526+0000) 2023-12-05T16:13:26.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:26 smithi038 bash[60203]: debug 2023-12-05T16:13:26.297+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:26.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:26 smithi038 bash[60203]: debug 2023-12-05T16:13:26.297+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:26.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:26 smithi038 bash[60203]: debug 2023-12-05T16:13:26.297+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:26.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:26 smithi038 bash[60203]: debug 2023-12-05T16:13:26.297+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6830 osd.3 since back 2023-12-05T16:13:00.679241+0000 front 2023-12-05T16:13:00.679200+0000 (oldest deadline 2023-12-05T16:13:25.378975+0000) 2023-12-05T16:13:27.338 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:27 smithi038 bash[58143]: debug 2023-12-05T16:13:27.053+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:27.338 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:27 smithi038 bash[58143]: debug 2023-12-05T16:13:27.053+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:27.339 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:27 smithi038 bash[58143]: debug 2023-12-05T16:13:27.053+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:55.071702+0000 front 2023-12-05T16:12:55.071893+0000 (oldest deadline 2023-12-05T16:13:16.771505+0000) 2023-12-05T16:13:27.339 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:27 smithi038 bash[58143]: debug 2023-12-05T16:13:27.053+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6830 osd.3 since back 2023-12-05T16:13:03.173693+0000 front 2023-12-05T16:13:03.173995+0000 (oldest deadline 2023-12-05T16:13:24.873526+0000) 2023-12-05T16:13:27.339 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:27 smithi038 bash[60203]: debug 2023-12-05T16:13:27.281+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:27.339 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:27 smithi038 bash[60203]: debug 2023-12-05T16:13:27.281+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:27.339 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:27 smithi038 bash[60203]: debug 2023-12-05T16:13:27.281+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:27.339 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:27 smithi038 bash[60203]: debug 2023-12-05T16:13:27.281+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6830 osd.3 since back 2023-12-05T16:13:00.679241+0000 front 2023-12-05T16:13:00.679200+0000 (oldest deadline 2023-12-05T16:13:25.378975+0000) 2023-12-05T16:13:28.330 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:28 smithi038 bash[58143]: debug 2023-12-05T16:13:28.025+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:28.330 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:28 smithi038 bash[58143]: debug 2023-12-05T16:13:28.025+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:28.330 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:28 smithi038 bash[58143]: debug 2023-12-05T16:13:28.025+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:55.071702+0000 front 2023-12-05T16:12:55.071893+0000 (oldest deadline 2023-12-05T16:13:16.771505+0000) 2023-12-05T16:13:28.330 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:28 smithi038 bash[58143]: debug 2023-12-05T16:13:28.025+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6830 osd.3 since back 2023-12-05T16:13:03.173693+0000 front 2023-12-05T16:13:03.173995+0000 (oldest deadline 2023-12-05T16:13:24.873526+0000) 2023-12-05T16:13:28.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:28 smithi038 bash[60203]: debug 2023-12-05T16:13:28.321+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:28.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:28 smithi038 bash[60203]: debug 2023-12-05T16:13:28.321+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:28.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:28 smithi038 bash[60203]: debug 2023-12-05T16:13:28.321+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:28.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:28 smithi038 bash[60203]: debug 2023-12-05T16:13:28.321+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6830 osd.3 since back 2023-12-05T16:13:00.679241+0000 front 2023-12-05T16:13:00.679200+0000 (oldest deadline 2023-12-05T16:13:25.378975+0000) 2023-12-05T16:13:29.314 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:29 smithi038 bash[58143]: debug 2023-12-05T16:13:29.053+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.668471+0000 front 2023-12-05T16:12:35.668717+0000 (oldest deadline 2023-12-05T16:12:59.768247+0000) 2023-12-05T16:13:29.314 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:29 smithi038 bash[58143]: debug 2023-12-05T16:13:29.053+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:44.469960+0000 front 2023-12-05T16:12:44.469851+0000 (oldest deadline 2023-12-05T16:13:09.769816+0000) 2023-12-05T16:13:29.314 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:29 smithi038 bash[58143]: debug 2023-12-05T16:13:29.053+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:55.071702+0000 front 2023-12-05T16:12:55.071893+0000 (oldest deadline 2023-12-05T16:13:16.771505+0000) 2023-12-05T16:13:29.314 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:29 smithi038 bash[58143]: debug 2023-12-05T16:13:29.053+0000 7f33b2659700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.16:6830 osd.3 since back 2023-12-05T16:13:03.173693+0000 front 2023-12-05T16:13:03.173995+0000 (oldest deadline 2023-12-05T16:13:24.873526+0000) 2023-12-05T16:13:29.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:29 smithi038 bash[60203]: debug 2023-12-05T16:13:29.305+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:29.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:29 smithi038 bash[60203]: debug 2023-12-05T16:13:29.305+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:29.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:29 smithi038 bash[60203]: debug 2023-12-05T16:13:29.305+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:29.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:29 smithi038 bash[60203]: debug 2023-12-05T16:13:29.305+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6830 osd.3 since back 2023-12-05T16:13:00.679241+0000 front 2023-12-05T16:13:00.679200+0000 (oldest deadline 2023-12-05T16:13:25.378975+0000) 2023-12-05T16:13:30.838 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:30 smithi038 bash[62069]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-6 2023-12-05T16:13:30.838 INFO:journalctl@ceph.osd.6.smithi038.stdout:Dec 05 16:13:30 smithi038 bash[62142]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-6 2023-12-05T16:13:30.839 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:30 smithi038 bash[60203]: debug 2023-12-05T16:13:30.353+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:30.839 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:30 smithi038 bash[60203]: debug 2023-12-05T16:13:30.353+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:30.839 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:30 smithi038 bash[60203]: debug 2023-12-05T16:13:30.353+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:30.839 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:30 smithi038 bash[60203]: debug 2023-12-05T16:13:30.353+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6830 osd.3 since back 2023-12-05T16:13:00.679241+0000 front 2023-12-05T16:13:00.679200+0000 (oldest deadline 2023-12-05T16:13:25.378975+0000) 2023-12-05T16:13:31.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:31 smithi038 bash[60203]: debug 2023-12-05T16:13:31.401+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:31.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:31 smithi038 bash[60203]: debug 2023-12-05T16:13:31.401+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:31.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:31 smithi038 bash[60203]: debug 2023-12-05T16:13:31.401+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:31.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:31 smithi038 bash[60203]: debug 2023-12-05T16:13:31.401+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6830 osd.3 since back 2023-12-05T16:13:00.679241+0000 front 2023-12-05T16:13:00.679200+0000 (oldest deadline 2023-12-05T16:13:25.378975+0000) 2023-12-05T16:13:32.321 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.6.service' 2023-12-05T16:13:32.357 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:13:32.357 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-05T16:13:32.358 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-05T16:13:32.358 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.7 2023-12-05T16:13:32.588 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:32 smithi038 systemd[1]: Stopping Ceph osd.7 for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:13:32.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:32 smithi038 bash[60203]: debug 2023-12-05T16:13:32.393+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:32.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:32 smithi038 bash[60203]: debug 2023-12-05T16:13:32.393+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:32.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:32 smithi038 bash[60203]: debug 2023-12-05T16:13:32.393+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:32.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:32 smithi038 bash[60203]: debug 2023-12-05T16:13:32.393+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6830 osd.3 since back 2023-12-05T16:13:00.679241+0000 front 2023-12-05T16:13:00.679200+0000 (oldest deadline 2023-12-05T16:13:25.378975+0000) 2023-12-05T16:13:32.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:32 smithi038 bash[60203]: debug 2023-12-05T16:13:32.505+0000 7f777cf8b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-05T16:13:32.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:32 smithi038 bash[60203]: debug 2023-12-05T16:13:32.505+0000 7f777cf8b700 -1 osd.7 152 *** Got signal Terminated *** 2023-12-05T16:13:32.589 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:32 smithi038 bash[60203]: debug 2023-12-05T16:13:32.505+0000 7f777cf8b700 -1 osd.7 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:13:33.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:33 smithi038 bash[60203]: debug 2023-12-05T16:13:33.405+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:33.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:33 smithi038 bash[60203]: debug 2023-12-05T16:13:33.405+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:33.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:33 smithi038 bash[60203]: debug 2023-12-05T16:13:33.405+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:33.839 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:33 smithi038 bash[60203]: debug 2023-12-05T16:13:33.405+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6830 osd.3 since back 2023-12-05T16:13:00.679241+0000 front 2023-12-05T16:13:00.679200+0000 (oldest deadline 2023-12-05T16:13:25.378975+0000) 2023-12-05T16:13:33.869 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:33 smithi016 bash[60107]: level=error ts=2023-12-05T16:13:33.559Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:13:33.869 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:33 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:33.560Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:13:33.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:33 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:33.561Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:13:34.619 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:34 smithi016 bash[60107]: level=error ts=2023-12-05T16:13:34.243Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:13:34.619 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:34 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:34.244Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:13:34.620 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:34 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:34.245Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:13:34.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:34 smithi038 bash[60203]: debug 2023-12-05T16:13:34.381+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:34.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:34 smithi038 bash[60203]: debug 2023-12-05T16:13:34.381+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:34.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:34 smithi038 bash[60203]: debug 2023-12-05T16:13:34.381+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:34.839 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:34 smithi038 bash[60203]: debug 2023-12-05T16:13:34.381+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6830 osd.3 since back 2023-12-05T16:13:00.679241+0000 front 2023-12-05T16:13:00.679200+0000 (oldest deadline 2023-12-05T16:13:25.378975+0000) 2023-12-05T16:13:34.839 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:34 smithi038 bash[60203]: debug 2023-12-05T16:13:34.381+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.38:6804 osd.4 since back 2023-12-05T16:13:09.381342+0000 front 2023-12-05T16:13:09.381660+0000 (oldest deadline 2023-12-05T16:13:34.081281+0000) 2023-12-05T16:13:35.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:35 smithi038 bash[60203]: debug 2023-12-05T16:13:35.409+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:35.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:35 smithi038 bash[60203]: debug 2023-12-05T16:13:35.409+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:35.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:35 smithi038 bash[60203]: debug 2023-12-05T16:13:35.409+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:35.839 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:35 smithi038 bash[60203]: debug 2023-12-05T16:13:35.409+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6830 osd.3 since back 2023-12-05T16:13:00.679241+0000 front 2023-12-05T16:13:00.679200+0000 (oldest deadline 2023-12-05T16:13:25.378975+0000) 2023-12-05T16:13:35.839 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:35 smithi038 bash[60203]: debug 2023-12-05T16:13:35.409+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.38:6804 osd.4 since back 2023-12-05T16:13:09.381342+0000 front 2023-12-05T16:13:09.381660+0000 (oldest deadline 2023-12-05T16:13:34.081281+0000) 2023-12-05T16:13:36.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:36 smithi038 bash[60203]: debug 2023-12-05T16:13:36.397+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:36.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:36 smithi038 bash[60203]: debug 2023-12-05T16:13:36.397+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:36.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:36 smithi038 bash[60203]: debug 2023-12-05T16:13:36.397+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:36.839 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:36 smithi038 bash[60203]: debug 2023-12-05T16:13:36.397+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6830 osd.3 since back 2023-12-05T16:13:00.679241+0000 front 2023-12-05T16:13:00.679200+0000 (oldest deadline 2023-12-05T16:13:25.378975+0000) 2023-12-05T16:13:36.839 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:36 smithi038 bash[60203]: debug 2023-12-05T16:13:36.397+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.38:6804 osd.4 since back 2023-12-05T16:13:09.381342+0000 front 2023-12-05T16:13:09.381660+0000 (oldest deadline 2023-12-05T16:13:34.081281+0000) 2023-12-05T16:13:37.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:37 smithi038 bash[60203]: debug 2023-12-05T16:13:37.377+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2023-12-05T16:12:35.772329+0000 front 2023-12-05T16:12:35.772835+0000 (oldest deadline 2023-12-05T16:13:00.472547+0000) 2023-12-05T16:13:37.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:37 smithi038 bash[60203]: debug 2023-12-05T16:13:37.377+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6814 osd.1 since back 2023-12-05T16:12:43.875027+0000 front 2023-12-05T16:12:43.875405+0000 (oldest deadline 2023-12-05T16:13:09.774823+0000) 2023-12-05T16:13:37.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:37 smithi038 bash[60203]: debug 2023-12-05T16:13:37.377+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6822 osd.2 since back 2023-12-05T16:12:52.676397+0000 front 2023-12-05T16:12:52.676762+0000 (oldest deadline 2023-12-05T16:13:19.076958+0000) 2023-12-05T16:13:37.838 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:37 smithi038 bash[60203]: debug 2023-12-05T16:13:37.377+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.16:6830 osd.3 since back 2023-12-05T16:13:00.679241+0000 front 2023-12-05T16:13:00.679200+0000 (oldest deadline 2023-12-05T16:13:25.378975+0000) 2023-12-05T16:13:37.839 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:37 smithi038 bash[60203]: debug 2023-12-05T16:13:37.377+0000 7f7779586700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.38:6804 osd.4 since back 2023-12-05T16:13:09.381342+0000 front 2023-12-05T16:13:09.381660+0000 (oldest deadline 2023-12-05T16:13:34.081281+0000) 2023-12-05T16:13:38.744 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:38 smithi038 bash[62284]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-7 2023-12-05T16:13:38.744 INFO:journalctl@ceph.osd.7.smithi038.stdout:Dec 05 16:13:38 smithi038 bash[62355]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-osd-7 2023-12-05T16:13:40.474 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@osd.7.service' 2023-12-05T16:13:40.509 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:13:40.510 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-05T16:13:40.510 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2023-12-05T16:13:40.510 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-787c96ca-9385-11ee-95a2-87774f69a715@prometheus.a 2023-12-05T16:13:40.812 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:13:40 smithi038 systemd[1]: Stopping Ceph prometheus.a for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:13:40.813 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:13:40 smithi038 bash[49134]: ts=2023-12-05T16:13:40.609Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-05T16:13:40.813 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:13:40 smithi038 bash[49134]: ts=2023-12-05T16:13:40.609Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-05T16:13:40.813 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:13:40 smithi038 bash[49134]: ts=2023-12-05T16:13:40.609Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-05T16:13:40.813 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:13:40 smithi038 bash[49134]: ts=2023-12-05T16:13:40.609Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-05T16:13:40.813 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:13:40 smithi038 bash[49134]: ts=2023-12-05T16:13:40.609Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-05T16:13:40.813 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:13:40 smithi038 bash[49134]: ts=2023-12-05T16:13:40.609Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-05T16:13:40.813 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:13:40 smithi038 bash[49134]: ts=2023-12-05T16:13:40.609Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-05T16:13:40.813 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:13:40 smithi038 bash[49134]: ts=2023-12-05T16:13:40.609Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-05T16:13:40.813 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:13:40 smithi038 bash[49134]: ts=2023-12-05T16:13:40.610Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-05T16:13:40.814 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:13:40 smithi038 bash[49134]: ts=2023-12-05T16:13:40.610Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-05T16:13:40.814 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:13:40 smithi038 bash[49134]: ts=2023-12-05T16:13:40.610Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-05T16:13:40.814 INFO:journalctl@ceph.prometheus.a.smithi038.stdout:Dec 05 16:13:40 smithi038 bash[49134]: ts=2023-12-05T16:13:40.611Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-05T16:13:41.309 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-787c96ca-9385-11ee-95a2-87774f69a715@prometheus.a.service' 2023-12-05T16:13:41.344 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:13:41.345 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2023-12-05T16:13:41.345 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 787c96ca-9385-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-05T16:13:43.869 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:43 smithi016 bash[60107]: level=error ts=2023-12-05T16:13:43.560Z 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://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:13:43.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:43 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:43.561Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:13:43.870 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:43 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:43.562Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:13:44.369 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:44 smithi016 bash[60107]: level=error ts=2023-12-05T16:13:44.244Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:13:44.369 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:44 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:44.244Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.16:8443: connect: connection refused" 2023-12-05T16:13:44.369 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:44 smithi016 bash[60107]: level=warn ts=2023-12-05T16:13:44.246Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi038.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.38:8443: connect: connection refused" 2023-12-05T16:13:45.866 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:13:45 smithi016 systemd[1]: Stopping Ceph node-exporter.a for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:13:46.619 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:13:46 smithi016 bash[80322]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-node-exporter-a 2023-12-05T16:13:46.619 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:13:46 smithi016 bash[80369]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-node-exporter.a 2023-12-05T16:13:46.620 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:13:46 smithi016 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-05T16:13:46.620 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:13:46 smithi016 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-05T16:13:46.620 INFO:journalctl@ceph.node-exporter.a.smithi016.stdout:Dec 05 16:13:46 smithi016 systemd[1]: Stopped Ceph node-exporter.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:13:47.091 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:46 smithi016 systemd[1]: Stopping Ceph alertmanager.a for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:13:47.091 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:46 smithi016 bash[60107]: level=info ts=2023-12-05T16:13:46.822Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-05T16:13:47.867 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:47 smithi016 bash[80407]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-alertmanager-a 2023-12-05T16:13:47.868 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:47 smithi016 bash[80454]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-alertmanager.a 2023-12-05T16:13:47.868 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:47 smithi016 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-05T16:13:47.868 INFO:journalctl@ceph.alertmanager.a.smithi016.stdout:Dec 05 16:13:47 smithi016 systemd[1]: Stopped Ceph alertmanager.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:14:22.024 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 787c96ca-9385-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-05T16:14:26.689 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:14:26 smithi038 systemd[1]: Stopping Ceph node-exporter.b for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:14:26.956 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:14:26 smithi038 bash[62809]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-node-exporter-b 2023-12-05T16:14:27.338 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:14:26 smithi038 bash[62857]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-node-exporter.b 2023-12-05T16:14:27.338 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:14:27 smithi038 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-05T16:14:27.338 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:14:27 smithi038 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-05T16:14:27.338 INFO:journalctl@ceph.node-exporter.b.smithi038.stdout:Dec 05 16:14:27 smithi038 systemd[1]: Stopped Ceph node-exporter.b for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:14:27.647 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:14:27 smithi038 systemd[1]: Stopping Ceph grafana.a for 787c96ca-9385-11ee-95a2-87774f69a715... 2023-12-05T16:14:27.647 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:14:27 smithi038 bash[47736]: t=2023-12-05T16:14:27+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-05T16:14:28.335 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:14:27 smithi038 bash[62894]: ceph-787c96ca-9385-11ee-95a2-87774f69a715-grafana-a 2023-12-05T16:14:28.335 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:14:27 smithi038 bash[62942]: Error response from daemon: No such container: ceph-787c96ca-9385-11ee-95a2-87774f69a715-grafana.a 2023-12-05T16:14:28.336 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:14:28 smithi038 systemd[1]: ceph-787c96ca-9385-11ee-95a2-87774f69a715@grafana.a.service: Succeeded. 2023-12-05T16:14:28.336 INFO:journalctl@ceph.grafana.a.smithi038.stdout:Dec 05 16:14:28 smithi038 systemd[1]: Stopped Ceph grafana.a for 787c96ca-9385-11ee-95a2-87774f69a715. 2023-12-05T16:14:50.807 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-05T16:14:50.824 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-05T16:14:50.840 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-05T16:14:50.842 DEBUG:teuthology.misc:Transferring archived files from smithi016:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477913/remote/smithi016/crash 2023-12-05T16:14:50.842 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/crash -- . 2023-12-05T16:14:50.882 INFO:teuthology.orchestra.run.smithi016.stderr:tar: /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-05T16:14:50.883 INFO:teuthology.orchestra.run.smithi016.stderr:tar: Error is not recoverable: exiting now 2023-12-05T16:14:50.885 DEBUG:teuthology.misc:Transferring archived files from smithi038:/var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477913/remote/smithi038/crash 2023-12-05T16:14:50.886 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/crash -- . 2023-12-05T16:14:50.901 INFO:teuthology.orchestra.run.smithi038.stderr:tar: /var/lib/ceph/787c96ca-9385-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-05T16:14:50.902 INFO:teuthology.orchestra.run.smithi038.stderr:tar: Error is not recoverable: exiting now 2023-12-05T16:14:50.903 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-05T16:14:50.903 DEBUG:teuthology.orchestra.run.smithi016:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-05T16:14:50.920 INFO:teuthology.orchestra.run.smithi016.stderr:grep: /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-05T16:14:50.921 INFO:tasks.cephadm:Compressing logs... 2023-12-05T16:14:50.922 DEBUG:teuthology.orchestra.run.smithi016:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-05T16:14:50.924 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 -- 2023-12-05T16:14:50.935 INFO:teuthology.orchestra.run.smithi016.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-05T16:14:50.946 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-mon.a.log 2023-12-05T16:14:50.946 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-mgr.y.log 2023-12-05T16:14:50.947 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-mon.c.log 2023-12-05T16:14:50.948 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-05T16:14:50.948 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-mgr.y.log: /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/tcmu-runner.log 2023-12-05T16:14:50.949 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-05T16:14:50.949 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.1.log: /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/tcmu-runner.log: gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-05T16:14:50.949 INFO:teuthology.orchestra.run.smithi016.stderr: 82.3% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/tcmu-runner.log.gz 2023-12-05T16:14:50.951 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi016.nwjdsb.log 2023-12-05T16:14:50.951 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.3.log: /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-05T16:14:50.952 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi016.nwjdsb.log: 62.6% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi016.nwjdsb.log.gz 2023-12-05T16:14:50.952 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi016.fosflz.log 2023-12-05T16:14:50.959 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-05T16:14:50.961 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi016.fosflz.log: 62.4% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi016.fosflz.log.gz 2023-12-05T16:14:50.963 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-05T16:14:50.967 INFO:teuthology.orchestra.run.smithi038.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-05T16:14:50.968 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.2.log: 91.2% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-05T16:14:50.974 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-mon.b.log 2023-12-05T16:14:50.975 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-05T16:14:50.975 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-mgr.x.log 2023-12-05T16:14:50.976 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.6.log /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.5.log: 2023-12-05T16:14:50.976 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi038.nutdkh.log 2023-12-05T16:14:50.977 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-mgr.x.log: /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi038.qycvlk.log 2023-12-05T16:14:50.978 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi038.nutdkh.log: gzip 62.5% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi038.nutdkh.log.gz 2023-12-05T16:14:50.978 INFO:teuthology.orchestra.run.smithi038.stderr:-5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-05T16:14:50.979 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-05T16:14:50.979 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi038.qycvlk.log: /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-05T16:14:50.980 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-volume.log: 62.5% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi038.qycvlk.log.gzgzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-05T16:14:50.980 INFO:teuthology.orchestra.run.smithi038.stderr: 2023-12-05T16:14:50.984 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/cephadm.log: 90.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-05T16:14:50.994 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.7.log: /var/log/ceph/cephadm.log: 91.4% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-05T16:14:50.997 INFO:teuthology.orchestra.run.smithi038.stderr: 86.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-05T16:14:51.049 INFO:teuthology.orchestra.run.smithi038.stderr: 89.1% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-mgr.x.log.gz 2023-12-05T16:14:51.326 INFO:teuthology.orchestra.run.smithi016.stderr: 88.7% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-mgr.y.log.gz 2023-12-05T16:14:51.366 INFO:teuthology.orchestra.run.smithi038.stderr: 92.5% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-mon.b.log.gz 2023-12-05T16:14:51.433 INFO:teuthology.orchestra.run.smithi016.stderr: 92.5% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-mon.c.log.gz 2023-12-05T16:14:51.746 INFO:teuthology.orchestra.run.smithi016.stderr: 93.4% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-05T16:14:52.085 INFO:teuthology.orchestra.run.smithi016.stderr: 91.1% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-mon.a.log.gz 2023-12-05T16:14:52.162 INFO:teuthology.orchestra.run.smithi038.stderr: 93.1% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-05T16:14:52.209 INFO:teuthology.orchestra.run.smithi038.stderr: 93.7% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-05T16:14:52.230 INFO:teuthology.orchestra.run.smithi038.stderr: 93.3% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-05T16:14:52.254 INFO:teuthology.orchestra.run.smithi016.stderr: 93.6% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-05T16:14:52.400 INFO:teuthology.orchestra.run.smithi016.stderr: 93.5% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-05T16:14:52.521 INFO:teuthology.orchestra.run.smithi016.stderr: 93.5% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-05T16:14:52.523 INFO:teuthology.orchestra.run.smithi016.stderr: 2023-12-05T16:14:52.523 INFO:teuthology.orchestra.run.smithi016.stderr:real 0m1.597s 2023-12-05T16:14:52.523 INFO:teuthology.orchestra.run.smithi016.stderr:user 0m6.935s 2023-12-05T16:14:52.524 INFO:teuthology.orchestra.run.smithi016.stderr:sys 0m0.230s 2023-12-05T16:14:52.613 INFO:teuthology.orchestra.run.smithi038.stderr: 93.5% -- replaced with /var/log/ceph/787c96ca-9385-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-05T16:14:52.614 INFO:teuthology.orchestra.run.smithi038.stderr: 2023-12-05T16:14:52.614 INFO:teuthology.orchestra.run.smithi038.stderr:real 0m1.658s 2023-12-05T16:14:52.614 INFO:teuthology.orchestra.run.smithi038.stderr:user 0m5.611s 2023-12-05T16:14:52.614 INFO:teuthology.orchestra.run.smithi038.stderr:sys 0m0.215s 2023-12-05T16:14:52.618 INFO:tasks.cephadm:Archiving logs... 2023-12-05T16:14:52.618 DEBUG:teuthology.misc:Transferring archived files from smithi016:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477913/remote/smithi016/log 2023-12-05T16:14:52.619 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-05T16:14:53.603 DEBUG:teuthology.misc:Transferring archived files from smithi038:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477913/remote/smithi038/log 2023-12-05T16:14:53.604 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-05T16:14:54.369 INFO:tasks.cephadm:Removing cluster... 2023-12-05T16:14:54.369 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 787c96ca-9385-11ee-95a2-87774f69a715 --force 2023-12-05T16:14:55.162 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 787c96ca-9385-11ee-95a2-87774f69a715 --force 2023-12-05T16:14:55.958 INFO:tasks.cephadm:Removing cephadm ... 2023-12-05T16:14:55.958 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-05T16:14:55.965 DEBUG:teuthology.orchestra.run.smithi038:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-05T16:14:55.972 INFO:tasks.cephadm:Teardown complete 2023-12-05T16:14:55.973 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-05T16:14:55.982 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-05T16:14:55.983 DEBUG:teuthology.orchestra.run.smithi016:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-05T16:14:55.985 DEBUG:teuthology.orchestra.run.smithi038:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-05T16:14:56.002 INFO:teuthology.orchestra.run.smithi016.stdout: remote refid st t when poll reach delay offset jitter 2023-12-05T16:14:56.002 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================== 2023-12-05T16:14:56.003 INFO:teuthology.orchestra.run.smithi016.stdout:*hv01.front.sepi 44.4.53.2 2 u 61 64 377 0.083 1.605 0.646 2023-12-05T16:14:56.003 INFO:teuthology.orchestra.run.smithi016.stdout:+hv02.front.sepi 96.245.170.99 3 u 55 64 377 0.107 3.343 0.415 2023-12-05T16:14:56.003 INFO:teuthology.orchestra.run.smithi016.stdout:+hv03.front.sepi 74.6.168.72 3 u 52 64 377 0.097 2.676 0.564 2023-12-05T16:14:56.003 INFO:teuthology.orchestra.run.smithi016.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-05T16:14:56.005 INFO:teuthology.orchestra.run.smithi038.stdout: remote refid st t when poll reach delay offset jitter 2023-12-05T16:14:56.005 INFO:teuthology.orchestra.run.smithi038.stdout:============================================================================== 2023-12-05T16:14:56.005 INFO:teuthology.orchestra.run.smithi038.stdout:*hv01.front.sepi 44.4.53.2 2 u - 64 377 0.081 1.270 0.395 2023-12-05T16:14:56.005 INFO:teuthology.orchestra.run.smithi038.stdout:+hv02.front.sepi 96.245.170.99 3 u 1 64 377 0.108 3.158 0.769 2023-12-05T16:14:56.005 INFO:teuthology.orchestra.run.smithi038.stdout:+hv03.front.sepi 74.6.168.72 3 u 53 64 377 0.087 2.334 0.264 2023-12-05T16:14:56.006 INFO:teuthology.orchestra.run.smithi038.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-05T16:14:56.006 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-05T16:14:56.016 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-05T16:14:56.016 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-05T16:14:56.026 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-05T16:14:56.035 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-05T16:14:56.045 INFO:teuthology.task.internal:Duration was 2072.868497 seconds 2023-12-05T16:14:56.045 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-05T16:14:56.054 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-05T16:14:56.055 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-05T16:14:56.057 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-05T16:14:56.112 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-05T16:14:56.112 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi016.front.sepia.ceph.com 2023-12-05T16:14:56.112 DEBUG:teuthology.orchestra.run.smithi016:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-05T16:14:56.126 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi038.front.sepia.ceph.com 2023-12-05T16:14:56.127 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 2023-12-05T16:14:56.141 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-05T16:14:56.141 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-05T16:14:56.144 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-05T16:14:56.216 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-05T16:14:56.216 DEBUG:teuthology.orchestra.run.smithi016:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-05T16:14:56.219 DEBUG:teuthology.orchestra.run.smithi038:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-05T16:14:56.381 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-05T16:14:56.429 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-05T16:14:56.430 DEBUG:teuthology.orchestra.run.smithi016:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-05T16:14:56.447 DEBUG:teuthology.orchestra.run.smithi038:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-05T16:14:56.464 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-05T16:14:56.475 DEBUG:teuthology.orchestra.run.smithi016:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-05T16:14:56.478 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 2023-12-05T16:14:56.490 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = core 2023-12-05T16:14:56.490 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = core 2023-12-05T16:14:56.519 DEBUG:teuthology.orchestra.run.smithi016:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-05T16:14:56.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T16:14:56.561 DEBUG:teuthology.orchestra.run.smithi038:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-05T16:14:56.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T16:14:56.568 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-05T16:14:56.577 INFO:teuthology.task.internal:Transferring archived files... 2023-12-05T16:14:56.578 DEBUG:teuthology.misc:Transferring archived files from smithi016:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477913/remote/smithi016 2023-12-05T16:14:56.578 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-05T16:14:56.617 DEBUG:teuthology.misc:Transferring archived files from smithi038:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477913/remote/smithi038 2023-12-05T16:14:56.617 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-05T16:14:56.645 INFO:teuthology.task.internal:Removing archive directory... 2023-12-05T16:14:56.645 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-05T16:14:56.648 DEBUG:teuthology.orchestra.run.smithi038:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-05T16:14:56.689 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-05T16:14:56.700 INFO:teuthology.task.internal:Not uploading archives. 2023-12-05T16:14:56.700 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-05T16:14:56.711 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-05T16:14:56.711 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-05T16:14:56.713 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-05T16:14:56.722 INFO:teuthology.orchestra.run.smithi016.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 5 16:14 /home/ubuntu/cephtest 2023-12-05T16:14:56.722 INFO:teuthology.orchestra.run.smithi038.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 5 16:14 /home/ubuntu/cephtest 2023-12-05T16:14:56.723 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-05T16:14:56.734 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-05T16:14:56.756 INFO:teuthology.nuke:Checking targets against current locks 2023-12-05T16:14:56.782 DEBUG:teuthology.nuke:shortname: smithi016 2023-12-05T16:14:56.783 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T16:14:56.806 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477913', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-05 15:27:58.457876', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-05T16:14:56.809 DEBUG:teuthology.nuke:shortname: smithi038 2023-12-05T16:14:56.810 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T16:14:56.833 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477913', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-05 15:27:58.459375', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-05T16:14:56.868 INFO:teuthology.orchestra.console.smithi016:Power off 2023-12-05T16:14:56.869 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-05T16:14:56.892 DEBUG:teuthology.orchestra.console.smithi016:power off output: Chassis Power Control: Down/Off 2023-12-05T16:14:56.892 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T16:14:56.911 INFO:teuthology.orchestra.console.smithi038:Power off 2023-12-05T16:14:56.912 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-05T16:14:56.922 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is on 2023-12-05T16:14:56.935 DEBUG:teuthology.orchestra.console.smithi038:power off output: Chassis Power Control: Down/Off 2023-12-05T16:14:56.935 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T16:14:56.959 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2023-12-05T16:15:00.923 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T16:15:00.960 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T16:15:01.034 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is on 2023-12-05T16:15:01.071 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2023-12-05T16:15:05.039 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T16:15:05.072 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T16:15:05.150 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is on 2023-12-05T16:15:05.182 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2023-12-05T16:15:09.154 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T16:15:09.183 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T16:15:09.264 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is off 2023-12-05T16:15:09.293 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is off 2023-12-05T16:15:09.366 INFO:teuthology.orchestra.console.smithi016:Power off completed 2023-12-05T16:15:09.394 INFO:teuthology.orchestra.console.smithi038:Power off completed 2023-12-05T16:15:09.500 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: 2072.868496656418 failure_reason: 'Command failed on smithi016 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 787c96ca-9385-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=9e224356acd641889c3f00368a500f75 status: fail success: false 2023-12-05T16:15:09.500 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-05T16:15:09.577 INFO:teuthology.run:FAIL